Shades of Dark Magenta #91099C
Tints of Dark Magenta #91099C
RGB
CMYK
RGB Variations
Color information
#91099C (or 0x91099C) is known color: Dark Magenta. HEX triplet: 91, 09 and 9C. RGB value is (145,9,156). Sum of RGB (Red+Green+Blue) = 145+9+156=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #91099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91099C is #6EF663. Grayscale: #414141. Windows color (decimal): -7272036 or 10226065. OLE color: 10226065.
HSL color Cylindrical-coordinate representation of color #91099C: hue angle of 295.51º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91099C is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 9 | 156 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.39 |
| HSL | 295.51º | 0.89% | 0.32% | - |
| HSV(B) | 295.51º | 0.94% | 0.61% | - |
| XYZ | 17.78 | 8.62 | 32.18 | - |
| YUV | 66.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 156 | 0.07 | 0.94 | 0 | 0.39 | 295.51 | 0.89 | 0.32 |
| Hex | 91 | 9 | 9C | 7 | 5E | 0 | 27 | 128 | 59 | 20 |
| Octal | 221 | 11 | 234 | 7 | 136 | 0 | 47 | 450 | 131 | 40 |
| Binary | 10010001 | 1001 | 10011100 | 111 | 1011110 | 0 | 100111 | 100101000 | 1011001 | 100000 |
Color Harmonies of #91099C
Complementary color
Monochromatic Colors of #91099C
Black with #91099C
Text Example
Text Example
White with #91099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91099C; }
p { color: rgb(145,9,156); }
H1.HeaderClassName
{
color: #91099C;
}
.AnyTagClassName
{
color: #91099C;
}
</style>
background-color css
<style>
a { background-color: #91099C; }
a { background-color: rgb(145,9,156); }
div.DivClassName
{
background-color: #91099C;
}
.BgClassName
{
background-color: #91099C;
}
</style>
border-color css
<style>
span { border-color: #91099C; }
span { border-color: rgb(145,9,156); }
td.TdClassName
{
border-color: #91099C;
}
.TagClassName
{
border-color: #91099C;
}
</style>