Shades of Dark Magenta #9C0E8C
Tints of Dark Magenta #9C0E8C
RGB
CMYK
RGB Variations
Color information
#9C0E8C (or 0x9C0E8C) is known color: Dark Magenta. HEX triplet: 9C, 0E and 8C. RGB value is (156,14,140). Sum of RGB (Red+Green+Blue) = 156+14+140=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0E8C is #63F173. Grayscale: #464646. Windows color (decimal): -6549876 or 9178780. OLE color: 9178780.
HSL color Cylindrical-coordinate representation of color #9C0E8C: hue angle of 306.76º 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 #9C0E8C is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 140 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.39 |
| HSL | 306.76º | 0.84% | 0.33% | - |
| HSV(B) | 306.76º | 0.91% | 0.61% | - |
| XYZ | 18.6 | 9.28 | 25.62 | - |
| YUV | 70.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 140 | 0 | 0.91 | 0.10 | 0.39 | 306.76 | 0.84 | 0.33 |
| Hex | 9C | E | 8C | 0 | 5B | A | 27 | 133 | 54 | 21 |
| Octal | 234 | 16 | 214 | 0 | 133 | 12 | 47 | 463 | 124 | 41 |
| Binary | 10011100 | 1110 | 10001100 | 0 | 1011011 | 1010 | 100111 | 100110011 | 1010100 | 100001 |
Color Harmonies of #9C0E8C
Complementary color
Monochromatic Colors of #9C0E8C
Black with #9C0E8C
Text Example
Text Example
White with #9C0E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E8C; }
p { color: rgb(156,14,140); }
H1.HeaderClassName
{
color: #9C0E8C;
}
.AnyTagClassName
{
color: #9C0E8C;
}
</style>
background-color css
<style>
a { background-color: #9C0E8C; }
a { background-color: rgb(156,14,140); }
div.DivClassName
{
background-color: #9C0E8C;
}
.BgClassName
{
background-color: #9C0E8C;
}
</style>
border-color css
<style>
span { border-color: #9C0E8C; }
span { border-color: rgb(156,14,140); }
td.TdClassName
{
border-color: #9C0E8C;
}
.TagClassName
{
border-color: #9C0E8C;
}
</style>