Shades of Dark Magenta #911896
Tints of Dark Magenta #911896
RGB
CMYK
RGB Variations
Color information
#911896 (or 0x911896) is known color: Dark Magenta. HEX triplet: 91, 18 and 96. RGB value is (145,24,150). Sum of RGB (Red+Green+Blue) = 145+24+150=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #911896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911896 is #6EE769. Grayscale: #4A4A4A. Windows color (decimal): -7268202 or 9836689. OLE color: 9836689.
HSL color Cylindrical-coordinate representation of color #911896: hue angle of 297.62º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911896 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 24 | 150 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.41 |
| HSL | 297.62º | 0.72% | 0.34% | - |
| HSV(B) | 297.62º | 0.84% | 0.59% | - |
| XYZ | 17.51 | 8.88 | 29.64 | - |
| YUV | 74.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 150 | 0.03 | 0.84 | 0 | 0.41 | 297.62 | 0.72 | 0.34 |
| Hex | 91 | 18 | 96 | 3 | 54 | 0 | 29 | 12A | 48 | 22 |
| Octal | 221 | 30 | 226 | 3 | 124 | 0 | 51 | 452 | 110 | 42 |
| Binary | 10010001 | 11000 | 10010110 | 11 | 1010100 | 0 | 101001 | 100101010 | 1001000 | 100010 |
Color Harmonies of #911896
Complementary color
Monochromatic Colors of #911896
Black with #911896
Text Example
Text Example
White with #911896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911896; }
p { color: rgb(145,24,150); }
H1.HeaderClassName
{
color: #911896;
}
.AnyTagClassName
{
color: #911896;
}
</style>
background-color css
<style>
a { background-color: #911896; }
a { background-color: rgb(145,24,150); }
div.DivClassName
{
background-color: #911896;
}
.BgClassName
{
background-color: #911896;
}
</style>
border-color css
<style>
span { border-color: #911896; }
span { border-color: rgb(145,24,150); }
td.TdClassName
{
border-color: #911896;
}
.TagClassName
{
border-color: #911896;
}
</style>