Shades of Dark Purple #8E1372
Tints of Dark Purple #8E1372
RGB
CMYK
RGB Variations
Color information
#8E1372 (or 0x8E1372) is known color: Dark Purple. HEX triplet: 8E, 13 and 72. RGB value is (142,19,114). Sum of RGB (Red+Green+Blue) = 142+19+114=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1372 is #71EC8D. Grayscale: #424242. Windows color (decimal): -7466126 or 7476110. OLE color: 7476110.
HSL color Cylindrical-coordinate representation of color #8E1372: hue angle of 313.66º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1372 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 114 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.44 |
| HSL | 313.66º | 0.76% | 0.32% | - |
| HSV(B) | 313.66º | 0.87% | 0.56% | - |
| XYZ | 14.43 | 7.43 | 16.59 | - |
| YUV | 66.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 114 | 0 | 0.87 | 0.20 | 0.44 | 313.66 | 0.76 | 0.32 |
| Hex | 8E | 13 | 72 | 0 | 57 | 14 | 2C | 13A | 4C | 20 |
| Octal | 216 | 23 | 162 | 0 | 127 | 24 | 54 | 472 | 114 | 40 |
| Binary | 10001110 | 10011 | 1110010 | 0 | 1010111 | 10100 | 101100 | 100111010 | 1001100 | 100000 |
Color Harmonies of #8E1372
Complementary color
Monochromatic Colors of #8E1372
Black with #8E1372
Text Example
Text Example
White with #8E1372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1372; }
p { color: rgb(142,19,114); }
H1.HeaderClassName
{
color: #8E1372;
}
.AnyTagClassName
{
color: #8E1372;
}
</style>
background-color css
<style>
a { background-color: #8E1372; }
a { background-color: rgb(142,19,114); }
div.DivClassName
{
background-color: #8E1372;
}
.BgClassName
{
background-color: #8E1372;
}
</style>
border-color css
<style>
span { border-color: #8E1372; }
span { border-color: rgb(142,19,114); }
td.TdClassName
{
border-color: #8E1372;
}
.TagClassName
{
border-color: #8E1372;
}
</style>