Shades of Dark Purple #8E227C
Tints of Dark Purple #8E227C
RGB
CMYK
RGB Variations
Color information
#8E227C (or 0x8E227C) is known color: Dark Purple. HEX triplet: 8E, 22 and 7C. RGB value is (142,34,124). Sum of RGB (Red+Green+Blue) = 142+34+124=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E227C is #71DD83. Grayscale: #4C4C4C. Windows color (decimal): -7462276 or 8135310. OLE color: 8135310.
HSL color Cylindrical-coordinate representation of color #8E227C: hue angle of 310º 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 #8E227C is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 124 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.44 |
| HSL | 310º | 0.61% | 0.35% | - |
| HSV(B) | 310º | 0.76% | 0.56% | - |
| XYZ | 15.37 | 8.35 | 19.87 | - |
| YUV | 76.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 124 | 0 | 0.76 | 0.13 | 0.44 | 310 | 0.61 | 0.35 |
| Hex | 8E | 22 | 7C | 0 | 4C | D | 2C | 136 | 3D | 23 |
| Octal | 216 | 42 | 174 | 0 | 114 | 15 | 54 | 466 | 75 | 43 |
| Binary | 10001110 | 100010 | 1111100 | 0 | 1001100 | 1101 | 101100 | 100110110 | 111101 | 100011 |
Color Harmonies of #8E227C
Complementary color
Monochromatic Colors of #8E227C
Black with #8E227C
Text Example
Text Example
White with #8E227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E227C; }
p { color: rgb(142,34,124); }
H1.HeaderClassName
{
color: #8E227C;
}
.AnyTagClassName
{
color: #8E227C;
}
</style>
background-color css
<style>
a { background-color: #8E227C; }
a { background-color: rgb(142,34,124); }
div.DivClassName
{
background-color: #8E227C;
}
.BgClassName
{
background-color: #8E227C;
}
</style>
border-color css
<style>
span { border-color: #8E227C; }
span { border-color: rgb(142,34,124); }
td.TdClassName
{
border-color: #8E227C;
}
.TagClassName
{
border-color: #8E227C;
}
</style>