Shades of Dark Magenta #9C0E8E
Tints of Dark Magenta #9C0E8E
RGB
CMYK
RGB Variations
Color information
#9C0E8E (or 0x9C0E8E) is known color: Dark Magenta. HEX triplet: 9C, 0E and 8E. RGB value is (156,14,142). Sum of RGB (Red+Green+Blue) = 156+14+142=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0E8E is #63F171. Grayscale: #464646. Windows color (decimal): -6549874 or 9309852. OLE color: 9309852.
HSL color Cylindrical-coordinate representation of color #9C0E8E: hue angle of 305.92º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E8E is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 142 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.39 |
| HSL | 305.92º | 0.84% | 0.33% | - |
| HSV(B) | 305.92º | 0.91% | 0.61% | - |
| XYZ | 18.75 | 9.33 | 26.4 | - |
| YUV | 71.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 142 | 0 | 0.91 | 0.09 | 0.39 | 305.92 | 0.84 | 0.33 |
| Hex | 9C | E | 8E | 0 | 5B | 9 | 27 | 132 | 54 | 21 |
| Octal | 234 | 16 | 216 | 0 | 133 | 11 | 47 | 462 | 124 | 41 |
| Binary | 10011100 | 1110 | 10001110 | 0 | 1011011 | 1001 | 100111 | 100110010 | 1010100 | 100001 |
Color Harmonies of #9C0E8E
Complementary color
Monochromatic Colors of #9C0E8E
Black with #9C0E8E
Text Example
Text Example
White with #9C0E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E8E; }
p { color: rgb(156,14,142); }
H1.HeaderClassName
{
color: #9C0E8E;
}
.AnyTagClassName
{
color: #9C0E8E;
}
</style>
background-color css
<style>
a { background-color: #9C0E8E; }
a { background-color: rgb(156,14,142); }
div.DivClassName
{
background-color: #9C0E8E;
}
.BgClassName
{
background-color: #9C0E8E;
}
</style>
border-color css
<style>
span { border-color: #9C0E8E; }
span { border-color: rgb(156,14,142); }
td.TdClassName
{
border-color: #9C0E8E;
}
.TagClassName
{
border-color: #9C0E8E;
}
</style>