Shades of Dark Magenta #8C0E99
Tints of Dark Magenta #8C0E99
RGB
CMYK
RGB Variations
Color information
#8C0E99 (or 0x8C0E99) is known color: Dark Magenta. HEX triplet: 8C, 0E and 99. RGB value is (140,14,153). Sum of RGB (Red+Green+Blue) = 140+14+153=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C0E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0E99 is #73F166. Grayscale: #434343. Windows color (decimal): -7598439 or 10030732. OLE color: 10030732.
HSL color Cylindrical-coordinate representation of color #8C0E99: hue angle of 294.39º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0E99 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 14 | 153 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.4 |
| HSL | 294.39º | 0.83% | 0.33% | - |
| HSV(B) | 294.39º | 0.91% | 0.6% | - |
| XYZ | 16.72 | 8.19 | 30.84 | - |
| YUV | 67.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 153 | 0.08 | 0.91 | 0 | 0.4 | 294.39 | 0.83 | 0.33 |
| Hex | 8C | E | 99 | 8 | 5B | 0 | 28 | 126 | 53 | 21 |
| Octal | 214 | 16 | 231 | 10 | 133 | 0 | 50 | 446 | 123 | 41 |
| Binary | 10001100 | 1110 | 10011001 | 1000 | 1011011 | 0 | 101000 | 100100110 | 1010011 | 100001 |
Color Harmonies of #8C0E99
Complementary color
Monochromatic Colors of #8C0E99
Black with #8C0E99
Text Example
Text Example
White with #8C0E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0E99; }
p { color: rgb(140,14,153); }
H1.HeaderClassName
{
color: #8C0E99;
}
.AnyTagClassName
{
color: #8C0E99;
}
</style>
background-color css
<style>
a { background-color: #8C0E99; }
a { background-color: rgb(140,14,153); }
div.DivClassName
{
background-color: #8C0E99;
}
.BgClassName
{
background-color: #8C0E99;
}
</style>
border-color css
<style>
span { border-color: #8C0E99; }
span { border-color: rgb(140,14,153); }
td.TdClassName
{
border-color: #8C0E99;
}
.TagClassName
{
border-color: #8C0E99;
}
</style>