Shades of Dark Purple #8E1A7C
Tints of Dark Purple #8E1A7C
RGB
CMYK
RGB Variations
Color information
#8E1A7C (or 0x8E1A7C) is known color: Dark Purple. HEX triplet: 8E, 1A and 7C. RGB value is (142,26,124). Sum of RGB (Red+Green+Blue) = 142+26+124=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A7C is #71E583. Grayscale: #474747. Windows color (decimal): -7464324 or 8133262. OLE color: 8133262.
HSL color Cylindrical-coordinate representation of color #8E1A7C: hue angle of 309.31º 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 #8E1A7C is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 124 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.44 |
| HSL | 309.31º | 0.69% | 0.33% | - |
| HSV(B) | 309.31º | 0.82% | 0.56% | - |
| XYZ | 15.16 | 7.94 | 19.8 | - |
| YUV | 71.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 124 | 0 | 0.82 | 0.13 | 0.44 | 309.31 | 0.69 | 0.33 |
| Hex | 8E | 1A | 7C | 0 | 52 | D | 2C | 135 | 45 | 21 |
| Octal | 216 | 32 | 174 | 0 | 122 | 15 | 54 | 465 | 105 | 41 |
| Binary | 10001110 | 11010 | 1111100 | 0 | 1010010 | 1101 | 101100 | 100110101 | 1000101 | 100001 |
Color Harmonies of #8E1A7C
Complementary color
Monochromatic Colors of #8E1A7C
Black with #8E1A7C
Text Example
Text Example
White with #8E1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A7C; }
p { color: rgb(142,26,124); }
H1.HeaderClassName
{
color: #8E1A7C;
}
.AnyTagClassName
{
color: #8E1A7C;
}
</style>
background-color css
<style>
a { background-color: #8E1A7C; }
a { background-color: rgb(142,26,124); }
div.DivClassName
{
background-color: #8E1A7C;
}
.BgClassName
{
background-color: #8E1A7C;
}
</style>
border-color css
<style>
span { border-color: #8E1A7C; }
span { border-color: rgb(142,26,124); }
td.TdClassName
{
border-color: #8E1A7C;
}
.TagClassName
{
border-color: #8E1A7C;
}
</style>