Shades of Dark Magenta #8E0992
Tints of Dark Magenta #8E0992
RGB
CMYK
RGB Variations
Color information
#8E0992 (or 0x8E0992) is known color: Dark Magenta. HEX triplet: 8E, 09 and 92. RGB value is (142,9,146). Sum of RGB (Red+Green+Blue) = 142+9+146=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0992 is #71F66D. Grayscale: #3F3F3F. Windows color (decimal): -7468654 or 9570702. OLE color: 9570702.
HSL color Cylindrical-coordinate representation of color #8E0992: hue angle of 298.25º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0992 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 9 | 146 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.43 |
| HSL | 298.25º | 0.88% | 0.3% | - |
| HSV(B) | 298.25º | 0.94% | 0.57% | - |
| XYZ | 16.44 | 8.02 | 27.88 | - |
| YUV | 64.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 146 | 0.03 | 0.94 | 0 | 0.43 | 298.25 | 0.88 | 0.3 |
| Hex | 8E | 9 | 92 | 3 | 5E | 0 | 2B | 12A | 58 | 1E |
| Octal | 216 | 11 | 222 | 3 | 136 | 0 | 53 | 452 | 130 | 36 |
| Binary | 10001110 | 1001 | 10010010 | 11 | 1011110 | 0 | 101011 | 100101010 | 1011000 | 11110 |
Color Harmonies of #8E0992
Complementary color
Monochromatic Colors of #8E0992
Black with #8E0992
Text Example
Text Example
White with #8E0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0992; }
p { color: rgb(142,9,146); }
H1.HeaderClassName
{
color: #8E0992;
}
.AnyTagClassName
{
color: #8E0992;
}
</style>
background-color css
<style>
a { background-color: #8E0992; }
a { background-color: rgb(142,9,146); }
div.DivClassName
{
background-color: #8E0992;
}
.BgClassName
{
background-color: #8E0992;
}
</style>
border-color css
<style>
span { border-color: #8E0992; }
span { border-color: rgb(142,9,146); }
td.TdClassName
{
border-color: #8E0992;
}
.TagClassName
{
border-color: #8E0992;
}
</style>