Shades of Dark Magenta #8C0991
Tints of Dark Magenta #8C0991
RGB
CMYK
RGB Variations
Color information
#8C0991 (or 0x8C0991) is known color: Dark Magenta. HEX triplet: 8C, 09 and 91. RGB value is (140,9,145). Sum of RGB (Red+Green+Blue) = 140+9+145=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0991 is #73F66E. Grayscale: #3F3F3F. Windows color (decimal): -7599727 or 9505164. OLE color: 9505164.
HSL color Cylindrical-coordinate representation of color #8C0991: hue angle of 297.79º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0991 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 9 | 145 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.43 |
| HSL | 297.79º | 0.88% | 0.3% | - |
| HSV(B) | 297.79º | 0.94% | 0.57% | - |
| XYZ | 16.02 | 7.82 | 27.45 | - |
| YUV | 63.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 145 | 0.03 | 0.94 | 0 | 0.43 | 297.79 | 0.88 | 0.3 |
| Hex | 8C | 9 | 91 | 3 | 5E | 0 | 2B | 12A | 58 | 1E |
| Octal | 214 | 11 | 221 | 3 | 136 | 0 | 53 | 452 | 130 | 36 |
| Binary | 10001100 | 1001 | 10010001 | 11 | 1011110 | 0 | 101011 | 100101010 | 1011000 | 11110 |
Color Harmonies of #8C0991
Complementary color
Monochromatic Colors of #8C0991
Black with #8C0991
Text Example
Text Example
White with #8C0991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0991; }
p { color: rgb(140,9,145); }
H1.HeaderClassName
{
color: #8C0991;
}
.AnyTagClassName
{
color: #8C0991;
}
</style>
background-color css
<style>
a { background-color: #8C0991; }
a { background-color: rgb(140,9,145); }
div.DivClassName
{
background-color: #8C0991;
}
.BgClassName
{
background-color: #8C0991;
}
</style>
border-color css
<style>
span { border-color: #8C0991; }
span { border-color: rgb(140,9,145); }
td.TdClassName
{
border-color: #8C0991;
}
.TagClassName
{
border-color: #8C0991;
}
</style>