Shades of Dark Purple #8E228A
Tints of Dark Purple #8E228A
RGB
CMYK
RGB Variations
Color information
#8E228A (or 0x8E228A) is known color: Dark Purple. HEX triplet: 8E, 22 and 8A. RGB value is (142,34,138). Sum of RGB (Red+Green+Blue) = 142+34+138=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E228A is #71DD75. Grayscale: #4D4D4D. Windows color (decimal): -7462262 or 9052814. OLE color: 9052814.
HSL color Cylindrical-coordinate representation of color #8E228A: hue angle of 302.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E228A is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 138 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.44 |
| HSL | 302.22º | 0.61% | 0.35% | - |
| HSV(B) | 302.22º | 0.76% | 0.56% | - |
| XYZ | 16.31 | 8.73 | 24.87 | - |
| YUV | 78.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 138 | 0 | 0.76 | 0.03 | 0.44 | 302.22 | 0.61 | 0.35 |
| Hex | 8E | 22 | 8A | 0 | 4C | 3 | 2C | 12E | 3D | 23 |
| Octal | 216 | 42 | 212 | 0 | 114 | 3 | 54 | 456 | 75 | 43 |
| Binary | 10001110 | 100010 | 10001010 | 0 | 1001100 | 11 | 101100 | 100101110 | 111101 | 100011 |
Color Harmonies of #8E228A
Complementary color
Monochromatic Colors of #8E228A
Black with #8E228A
Text Example
Text Example
White with #8E228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E228A; }
p { color: rgb(142,34,138); }
H1.HeaderClassName
{
color: #8E228A;
}
.AnyTagClassName
{
color: #8E228A;
}
</style>
background-color css
<style>
a { background-color: #8E228A; }
a { background-color: rgb(142,34,138); }
div.DivClassName
{
background-color: #8E228A;
}
.BgClassName
{
background-color: #8E228A;
}
</style>
border-color css
<style>
span { border-color: #8E228A; }
span { border-color: rgb(142,34,138); }
td.TdClassName
{
border-color: #8E228A;
}
.TagClassName
{
border-color: #8E228A;
}
</style>