Shades of Dark Magenta #8C0B91
Tints of Dark Magenta #8C0B91
RGB
CMYK
RGB Variations
Color information
#8C0B91 (or 0x8C0B91) is known color: Dark Magenta. HEX triplet: 8C, 0B and 91. RGB value is (140,11,145). Sum of RGB (Red+Green+Blue) = 140+11+145=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C0B91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0B91 is #73F46E. Grayscale: #404040. Windows color (decimal): -7599215 or 9505676. OLE color: 9505676.
HSL color Cylindrical-coordinate representation of color #8C0B91: hue angle of 297.76º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B91 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 11 | 145 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.43 |
| HSL | 297.76º | 0.86% | 0.31% | - |
| HSV(B) | 297.76º | 0.92% | 0.57% | - |
| XYZ | 16.05 | 7.86 | 27.46 | - |
| YUV | 64.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 145 | 0.03 | 0.92 | 0 | 0.43 | 297.76 | 0.86 | 0.31 |
| Hex | 8C | B | 91 | 3 | 5C | 0 | 2B | 12A | 56 | 1F |
| Octal | 214 | 13 | 221 | 3 | 134 | 0 | 53 | 452 | 126 | 37 |
| Binary | 10001100 | 1011 | 10010001 | 11 | 1011100 | 0 | 101011 | 100101010 | 1010110 | 11111 |
Color Harmonies of #8C0B91
Complementary color
Monochromatic Colors of #8C0B91
Black with #8C0B91
Text Example
Text Example
White with #8C0B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B91; }
p { color: rgb(140,11,145); }
H1.HeaderClassName
{
color: #8C0B91;
}
.AnyTagClassName
{
color: #8C0B91;
}
</style>
background-color css
<style>
a { background-color: #8C0B91; }
a { background-color: rgb(140,11,145); }
div.DivClassName
{
background-color: #8C0B91;
}
.BgClassName
{
background-color: #8C0B91;
}
</style>
border-color css
<style>
span { border-color: #8C0B91; }
span { border-color: rgb(140,11,145); }
td.TdClassName
{
border-color: #8C0B91;
}
.TagClassName
{
border-color: #8C0B91;
}
</style>