Shades of Dark Purple #8E2166
Tints of Dark Purple #8E2166
RGB
CMYK
RGB Variations
Color information
#8E2166 (or 0x8E2166) is known color: Dark Purple. HEX triplet: 8E, 21 and 66. RGB value is (142,33,102). Sum of RGB (Red+Green+Blue) = 142+33+102=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2166 is #71DE99. Grayscale: #494949. Windows color (decimal): -7462554 or 6693262. OLE color: 6693262.
HSL color Cylindrical-coordinate representation of color #8E2166: hue angle of 322.02º 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 #8E2166 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 102 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.44 |
| HSL | 322.02º | 0.62% | 0.34% | - |
| HSV(B) | 322.02º | 0.77% | 0.56% | - |
| XYZ | 14.1 | 7.8 | 13.33 | - |
| YUV | 73.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 102 | 0 | 0.77 | 0.28 | 0.44 | 322.02 | 0.62 | 0.34 |
| Hex | 8E | 21 | 66 | 0 | 4D | 1C | 2C | 142 | 3E | 22 |
| Octal | 216 | 41 | 146 | 0 | 115 | 34 | 54 | 502 | 76 | 42 |
| Binary | 10001110 | 100001 | 1100110 | 0 | 1001101 | 11100 | 101100 | 101000010 | 111110 | 100010 |
Color Harmonies of #8E2166
Complementary color
Monochromatic Colors of #8E2166
Black with #8E2166
Text Example
Text Example
White with #8E2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2166; }
p { color: rgb(142,33,102); }
H1.HeaderClassName
{
color: #8E2166;
}
.AnyTagClassName
{
color: #8E2166;
}
</style>
background-color css
<style>
a { background-color: #8E2166; }
a { background-color: rgb(142,33,102); }
div.DivClassName
{
background-color: #8E2166;
}
.BgClassName
{
background-color: #8E2166;
}
</style>
border-color css
<style>
span { border-color: #8E2166; }
span { border-color: rgb(142,33,102); }
td.TdClassName
{
border-color: #8E2166;
}
.TagClassName
{
border-color: #8E2166;
}
</style>