Shades of Dark Purple #8E2172
Tints of Dark Purple #8E2172
RGB
CMYK
RGB Variations
Color information
#8E2172 (or 0x8E2172) is known color: Dark Purple. HEX triplet: 8E, 21 and 72. RGB value is (142,33,114). Sum of RGB (Red+Green+Blue) = 142+33+114=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2172 is #71DE8D. Grayscale: #4A4A4A. Windows color (decimal): -7462542 or 7479694. OLE color: 7479694.
HSL color Cylindrical-coordinate representation of color #8E2172: hue angle of 315.41º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2172 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 114 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.44 |
| HSL | 315.41º | 0.62% | 0.34% | - |
| HSV(B) | 315.41º | 0.77% | 0.56% | - |
| XYZ | 14.74 | 8.05 | 16.7 | - |
| YUV | 74.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 114 | 0 | 0.77 | 0.20 | 0.44 | 315.41 | 0.62 | 0.34 |
| Hex | 8E | 21 | 72 | 0 | 4D | 14 | 2C | 13B | 3E | 22 |
| Octal | 216 | 41 | 162 | 0 | 115 | 24 | 54 | 473 | 76 | 42 |
| Binary | 10001110 | 100001 | 1110010 | 0 | 1001101 | 10100 | 101100 | 100111011 | 111110 | 100010 |
Color Harmonies of #8E2172
Complementary color
Monochromatic Colors of #8E2172
Black with #8E2172
Text Example
Text Example
White with #8E2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2172; }
p { color: rgb(142,33,114); }
H1.HeaderClassName
{
color: #8E2172;
}
.AnyTagClassName
{
color: #8E2172;
}
</style>
background-color css
<style>
a { background-color: #8E2172; }
a { background-color: rgb(142,33,114); }
div.DivClassName
{
background-color: #8E2172;
}
.BgClassName
{
background-color: #8E2172;
}
</style>
border-color css
<style>
span { border-color: #8E2172; }
span { border-color: rgb(142,33,114); }
td.TdClassName
{
border-color: #8E2172;
}
.TagClassName
{
border-color: #8E2172;
}
</style>