Shades of Dark Purple #8E216A
Tints of Dark Purple #8E216A
RGB
CMYK
RGB Variations
Color information
#8E216A (or 0x8E216A) is known color: Dark Purple. HEX triplet: 8E, 21 and 6A. RGB value is (142,33,106). Sum of RGB (Red+Green+Blue) = 142+33+106=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E216A is #71DE95. Grayscale: #494949. Windows color (decimal): -7462550 or 6955406. OLE color: 6955406.
HSL color Cylindrical-coordinate representation of color #8E216A: hue angle of 319.82º 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 #8E216A is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 106 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.44 |
| HSL | 319.82º | 0.62% | 0.34% | - |
| HSV(B) | 319.82º | 0.77% | 0.56% | - |
| XYZ | 14.3 | 7.88 | 14.4 | - |
| YUV | 73.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 106 | 0 | 0.77 | 0.25 | 0.44 | 319.82 | 0.62 | 0.34 |
| Hex | 8E | 21 | 6A | 0 | 4D | 19 | 2C | 140 | 3E | 22 |
| Octal | 216 | 41 | 152 | 0 | 115 | 31 | 54 | 500 | 76 | 42 |
| Binary | 10001110 | 100001 | 1101010 | 0 | 1001101 | 11001 | 101100 | 101000000 | 111110 | 100010 |
Color Harmonies of #8E216A
Complementary color
Monochromatic Colors of #8E216A
Black with #8E216A
Text Example
Text Example
White with #8E216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E216A; }
p { color: rgb(142,33,106); }
H1.HeaderClassName
{
color: #8E216A;
}
.AnyTagClassName
{
color: #8E216A;
}
</style>
background-color css
<style>
a { background-color: #8E216A; }
a { background-color: rgb(142,33,106); }
div.DivClassName
{
background-color: #8E216A;
}
.BgClassName
{
background-color: #8E216A;
}
</style>
border-color css
<style>
span { border-color: #8E216A; }
span { border-color: rgb(142,33,106); }
td.TdClassName
{
border-color: #8E216A;
}
.TagClassName
{
border-color: #8E216A;
}
</style>