Shades of Dark Purple #8E206A
Tints of Dark Purple #8E206A
RGB
CMYK
RGB Variations
Color information
#8E206A (or 0x8E206A) is known color: Dark Purple. HEX triplet: 8E, 20 and 6A. RGB value is (142,32,106). Sum of RGB (Red+Green+Blue) = 142+32+106=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E206A is #71DF95. Grayscale: #494949. Windows color (decimal): -7462806 or 6955150. OLE color: 6955150.
HSL color Cylindrical-coordinate representation of color #8E206A: hue angle of 319.64º degrees, saturation: 0.63, 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 #8E206A is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 106 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.44 |
| HSL | 319.64º | 0.63% | 0.34% | - |
| HSV(B) | 319.64º | 0.77% | 0.56% | - |
| XYZ | 14.27 | 7.82 | 14.39 | - |
| YUV | 73.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 106 | 0 | 0.77 | 0.25 | 0.44 | 319.64 | 0.63 | 0.34 |
| Hex | 8E | 20 | 6A | 0 | 4D | 19 | 2C | 140 | 3F | 22 |
| Octal | 216 | 40 | 152 | 0 | 115 | 31 | 54 | 500 | 77 | 42 |
| Binary | 10001110 | 100000 | 1101010 | 0 | 1001101 | 11001 | 101100 | 101000000 | 111111 | 100010 |
Color Harmonies of #8E206A
Complementary color
Monochromatic Colors of #8E206A
Black with #8E206A
Text Example
Text Example
White with #8E206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E206A; }
p { color: rgb(142,32,106); }
H1.HeaderClassName
{
color: #8E206A;
}
.AnyTagClassName
{
color: #8E206A;
}
</style>
background-color css
<style>
a { background-color: #8E206A; }
a { background-color: rgb(142,32,106); }
div.DivClassName
{
background-color: #8E206A;
}
.BgClassName
{
background-color: #8E206A;
}
</style>
border-color css
<style>
span { border-color: #8E206A; }
span { border-color: rgb(142,32,106); }
td.TdClassName
{
border-color: #8E206A;
}
.TagClassName
{
border-color: #8E206A;
}
</style>