Shades of Dark Purple #8E1978
Tints of Dark Purple #8E1978
RGB
CMYK
RGB Variations
Color information
#8E1978 (or 0x8E1978) is known color: Dark Purple. HEX triplet: 8E, 19 and 78. RGB value is (142,25,120). Sum of RGB (Red+Green+Blue) = 142+25+120=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1978 is #71E687. Grayscale: #464646. Windows color (decimal): -7464584 or 7870862. OLE color: 7870862.
HSL color Cylindrical-coordinate representation of color #8E1978: hue angle of 311.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1978 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 25 | 120 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.44 |
| HSL | 311.28º | 0.7% | 0.33% | - |
| HSV(B) | 311.28º | 0.82% | 0.56% | - |
| XYZ | 14.89 | 7.8 | 18.49 | - |
| YUV | 70.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 120 | 0 | 0.82 | 0.15 | 0.44 | 311.28 | 0.7 | 0.33 |
| Hex | 8E | 19 | 78 | 0 | 52 | F | 2C | 137 | 46 | 21 |
| Octal | 216 | 31 | 170 | 0 | 122 | 17 | 54 | 467 | 106 | 41 |
| Binary | 10001110 | 11001 | 1111000 | 0 | 1010010 | 1111 | 101100 | 100110111 | 1000110 | 100001 |
Color Harmonies of #8E1978
Complementary color
Monochromatic Colors of #8E1978
Black with #8E1978
Text Example
Text Example
White with #8E1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1978; }
p { color: rgb(142,25,120); }
H1.HeaderClassName
{
color: #8E1978;
}
.AnyTagClassName
{
color: #8E1978;
}
</style>
background-color css
<style>
a { background-color: #8E1978; }
a { background-color: rgb(142,25,120); }
div.DivClassName
{
background-color: #8E1978;
}
.BgClassName
{
background-color: #8E1978;
}
</style>
border-color css
<style>
span { border-color: #8E1978; }
span { border-color: rgb(142,25,120); }
td.TdClassName
{
border-color: #8E1978;
}
.TagClassName
{
border-color: #8E1978;
}
</style>