Shades of Dark Purple #8E1A72
Tints of Dark Purple #8E1A72
RGB
CMYK
RGB Variations
Color information
#8E1A72 (or 0x8E1A72) is known color: Dark Purple. HEX triplet: 8E, 1A and 72. RGB value is (142,26,114). Sum of RGB (Red+Green+Blue) = 142+26+114=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A72 is #71E58D. Grayscale: #464646. Windows color (decimal): -7464334 or 7477902. OLE color: 7477902.
HSL color Cylindrical-coordinate representation of color #8E1A72: hue angle of 314.48º degrees, saturation: 0.69, 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 #8E1A72 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 114 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.44 |
| HSL | 314.48º | 0.69% | 0.33% | - |
| HSV(B) | 314.48º | 0.82% | 0.56% | - |
| XYZ | 14.56 | 7.7 | 16.64 | - |
| YUV | 70.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 114 | 0 | 0.82 | 0.20 | 0.44 | 314.48 | 0.69 | 0.33 |
| Hex | 8E | 1A | 72 | 0 | 52 | 14 | 2C | 13A | 45 | 21 |
| Octal | 216 | 32 | 162 | 0 | 122 | 24 | 54 | 472 | 105 | 41 |
| Binary | 10001110 | 11010 | 1110010 | 0 | 1010010 | 10100 | 101100 | 100111010 | 1000101 | 100001 |
Color Harmonies of #8E1A72
Complementary color
Monochromatic Colors of #8E1A72
Black with #8E1A72
Text Example
Text Example
White with #8E1A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A72; }
p { color: rgb(142,26,114); }
H1.HeaderClassName
{
color: #8E1A72;
}
.AnyTagClassName
{
color: #8E1A72;
}
</style>
background-color css
<style>
a { background-color: #8E1A72; }
a { background-color: rgb(142,26,114); }
div.DivClassName
{
background-color: #8E1A72;
}
.BgClassName
{
background-color: #8E1A72;
}
</style>
border-color css
<style>
span { border-color: #8E1A72; }
span { border-color: rgb(142,26,114); }
td.TdClassName
{
border-color: #8E1A72;
}
.TagClassName
{
border-color: #8E1A72;
}
</style>