Shades of Dark Purple #8E0978
Tints of Dark Purple #8E0978
RGB
CMYK
RGB Variations
Color information
#8E0978 (or 0x8E0978) is known color: Dark Purple. HEX triplet: 8E, 09 and 78. RGB value is (142,9,120). Sum of RGB (Red+Green+Blue) = 142+9+120=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0978 is #71F687. Grayscale: #3D3D3D. Windows color (decimal): -7468680 or 7866766. OLE color: 7866766.
HSL color Cylindrical-coordinate representation of color #8E0978: hue angle of 309.92º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0978 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 120 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.44 |
| HSL | 309.92º | 0.88% | 0.3% | - |
| HSV(B) | 309.92º | 0.94% | 0.56% | - |
| XYZ | 14.64 | 7.3 | 18.41 | - |
| YUV | 61.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 120 | 0 | 0.94 | 0.15 | 0.44 | 309.92 | 0.88 | 0.3 |
| Hex | 8E | 9 | 78 | 0 | 5E | F | 2C | 136 | 58 | 1E |
| Octal | 216 | 11 | 170 | 0 | 136 | 17 | 54 | 466 | 130 | 36 |
| Binary | 10001110 | 1001 | 1111000 | 0 | 1011110 | 1111 | 101100 | 100110110 | 1011000 | 11110 |
Color Harmonies of #8E0978
Complementary color
Monochromatic Colors of #8E0978
Black with #8E0978
Text Example
Text Example
White with #8E0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0978; }
p { color: rgb(142,9,120); }
H1.HeaderClassName
{
color: #8E0978;
}
.AnyTagClassName
{
color: #8E0978;
}
</style>
background-color css
<style>
a { background-color: #8E0978; }
a { background-color: rgb(142,9,120); }
div.DivClassName
{
background-color: #8E0978;
}
.BgClassName
{
background-color: #8E0978;
}
</style>
border-color css
<style>
span { border-color: #8E0978; }
span { border-color: rgb(142,9,120); }
td.TdClassName
{
border-color: #8E0978;
}
.TagClassName
{
border-color: #8E0978;
}
</style>