Shades of Dark Purple #8E228B
Tints of Dark Purple #8E228B
RGB
CMYK
RGB Variations
Color information
#8E228B (or 0x8E228B) is known color: Dark Purple. HEX triplet: 8E, 22 and 8B. RGB value is (142,34,139). Sum of RGB (Red+Green+Blue) = 142+34+139=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E228B is #71DD74. Grayscale: #4D4D4D. Windows color (decimal): -7462261 or 9118350. OLE color: 9118350.
HSL color Cylindrical-coordinate representation of color #8E228B: hue angle of 301.67º 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 #8E228B is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 139 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.44 |
| HSL | 301.67º | 0.61% | 0.35% | - |
| HSV(B) | 301.67º | 0.76% | 0.56% | - |
| XYZ | 16.39 | 8.76 | 25.25 | - |
| YUV | 78.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 139 | 0 | 0.76 | 0.02 | 0.44 | 301.67 | 0.61 | 0.35 |
| Hex | 8E | 22 | 8B | 0 | 4C | 2 | 2C | 12E | 3D | 23 |
| Octal | 216 | 42 | 213 | 0 | 114 | 2 | 54 | 456 | 75 | 43 |
| Binary | 10001110 | 100010 | 10001011 | 0 | 1001100 | 10 | 101100 | 100101110 | 111101 | 100011 |
Color Harmonies of #8E228B
Complementary color
Monochromatic Colors of #8E228B
Black with #8E228B
Text Example
Text Example
White with #8E228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E228B; }
p { color: rgb(142,34,139); }
H1.HeaderClassName
{
color: #8E228B;
}
.AnyTagClassName
{
color: #8E228B;
}
</style>
background-color css
<style>
a { background-color: #8E228B; }
a { background-color: rgb(142,34,139); }
div.DivClassName
{
background-color: #8E228B;
}
.BgClassName
{
background-color: #8E228B;
}
</style>
border-color css
<style>
span { border-color: #8E228B; }
span { border-color: rgb(142,34,139); }
td.TdClassName
{
border-color: #8E228B;
}
.TagClassName
{
border-color: #8E228B;
}
</style>