Shades of Dark Magenta #8E1C98
Tints of Dark Magenta #8E1C98
RGB
CMYK
RGB Variations
Color information
#8E1C98 (or 0x8E1C98) is known color: Dark Magenta. HEX triplet: 8E, 1C and 98. RGB value is (142,28,152). Sum of RGB (Red+Green+Blue) = 142+28+152=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E1C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1C98 is #71E367. Grayscale: #4B4B4B. Windows color (decimal): -7463784 or 9968782. OLE color: 9968782.
HSL color Cylindrical-coordinate representation of color #8E1C98: hue angle of 295.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1C98 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 28 | 152 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.40 |
| HSL | 295.16º | 0.69% | 0.35% | - |
| HSV(B) | 295.16º | 0.82% | 0.6% | - |
| XYZ | 17.24 | 8.85 | 30.51 | - |
| YUV | 76.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 152 | 0.07 | 0.82 | 0 | 0.40 | 295.16 | 0.69 | 0.35 |
| Hex | 8E | 1C | 98 | 7 | 52 | 0 | 28 | 127 | 45 | 23 |
| Octal | 216 | 34 | 230 | 7 | 122 | 0 | 50 | 447 | 105 | 43 |
| Binary | 10001110 | 11100 | 10011000 | 111 | 1010010 | 0 | 101000 | 100100111 | 1000101 | 100011 |
Color Harmonies of #8E1C98
Complementary color
Monochromatic Colors of #8E1C98
Black with #8E1C98
Text Example
Text Example
White with #8E1C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C98; }
p { color: rgb(142,28,152); }
H1.HeaderClassName
{
color: #8E1C98;
}
.AnyTagClassName
{
color: #8E1C98;
}
</style>
background-color css
<style>
a { background-color: #8E1C98; }
a { background-color: rgb(142,28,152); }
div.DivClassName
{
background-color: #8E1C98;
}
.BgClassName
{
background-color: #8E1C98;
}
</style>
border-color css
<style>
span { border-color: #8E1C98; }
span { border-color: rgb(142,28,152); }
td.TdClassName
{
border-color: #8E1C98;
}
.TagClassName
{
border-color: #8E1C98;
}
</style>