Shades of Dark Purple #8E2888
Tints of Dark Purple #8E2888
RGB
CMYK
RGB Variations
Color information
#8E2888 (or 0x8E2888) is known color: Dark Purple. HEX triplet: 8E, 28 and 88. RGB value is (142,40,136). Sum of RGB (Red+Green+Blue) = 142+40+136=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2888 is #71D777. Grayscale: #515151. Windows color (decimal): -7460728 or 8923278. OLE color: 8923278.
HSL color Cylindrical-coordinate representation of color #8E2888: hue angle of 303.53º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2888 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 136 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.44 |
| HSL | 303.53º | 0.56% | 0.36% | - |
| HSV(B) | 303.53º | 0.72% | 0.56% | - |
| XYZ | 16.36 | 9.05 | 24.18 | - |
| YUV | 81.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 136 | 0 | 0.72 | 0.04 | 0.44 | 303.53 | 0.56 | 0.36 |
| Hex | 8E | 28 | 88 | 0 | 48 | 4 | 2C | 130 | 38 | 24 |
| Octal | 216 | 50 | 210 | 0 | 110 | 4 | 54 | 460 | 70 | 44 |
| Binary | 10001110 | 101000 | 10001000 | 0 | 1001000 | 100 | 101100 | 100110000 | 111000 | 100100 |
Color Harmonies of #8E2888
Complementary color
Monochromatic Colors of #8E2888
Black with #8E2888
Text Example
Text Example
White with #8E2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2888; }
p { color: rgb(142,40,136); }
H1.HeaderClassName
{
color: #8E2888;
}
.AnyTagClassName
{
color: #8E2888;
}
</style>
background-color css
<style>
a { background-color: #8E2888; }
a { background-color: rgb(142,40,136); }
div.DivClassName
{
background-color: #8E2888;
}
.BgClassName
{
background-color: #8E2888;
}
</style>
border-color css
<style>
span { border-color: #8E2888; }
span { border-color: rgb(142,40,136); }
td.TdClassName
{
border-color: #8E2888;
}
.TagClassName
{
border-color: #8E2888;
}
</style>