Shades of Dark Magenta #8C0E98
Tints of Dark Magenta #8C0E98
RGB
CMYK
RGB Variations
Color information
#8C0E98 (or 0x8C0E98) is known color: Dark Magenta. HEX triplet: 8C, 0E and 98. RGB value is (140,14,152). Sum of RGB (Red+Green+Blue) = 140+14+152=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C0E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0E98 is #73F167. Grayscale: #424242. Windows color (decimal): -7598440 or 9965196. OLE color: 9965196.
HSL color Cylindrical-coordinate representation of color #8C0E98: hue angle of 294.78º 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 #8C0E98 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 14 | 152 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.40 |
| HSL | 294.78º | 0.83% | 0.33% | - |
| HSV(B) | 294.78º | 0.91% | 0.6% | - |
| XYZ | 16.64 | 8.16 | 30.4 | - |
| YUV | 67.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 152 | 0.08 | 0.91 | 0 | 0.40 | 294.78 | 0.83 | 0.33 |
| Hex | 8C | E | 98 | 8 | 5B | 0 | 28 | 127 | 53 | 21 |
| Octal | 214 | 16 | 230 | 10 | 133 | 0 | 50 | 447 | 123 | 41 |
| Binary | 10001100 | 1110 | 10011000 | 1000 | 1011011 | 0 | 101000 | 100100111 | 1010011 | 100001 |
Color Harmonies of #8C0E98
Complementary color
Monochromatic Colors of #8C0E98
Black with #8C0E98
Text Example
Text Example
White with #8C0E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0E98; }
p { color: rgb(140,14,152); }
H1.HeaderClassName
{
color: #8C0E98;
}
.AnyTagClassName
{
color: #8C0E98;
}
</style>
background-color css
<style>
a { background-color: #8C0E98; }
a { background-color: rgb(140,14,152); }
div.DivClassName
{
background-color: #8C0E98;
}
.BgClassName
{
background-color: #8C0E98;
}
</style>
border-color css
<style>
span { border-color: #8C0E98; }
span { border-color: rgb(140,14,152); }
td.TdClassName
{
border-color: #8C0E98;
}
.TagClassName
{
border-color: #8C0E98;
}
</style>