Shades of Dark Purple #8E288C
Tints of Dark Purple #8E288C
RGB
CMYK
RGB Variations
Color information
#8E288C (or 0x8E288C) is known color: Dark Purple. HEX triplet: 8E, 28 and 8C. RGB value is (142,40,140). Sum of RGB (Red+Green+Blue) = 142+40+140=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E288C is #71D773. Grayscale: #515151. Windows color (decimal): -7460724 or 9185422. OLE color: 9185422.
HSL color Cylindrical-coordinate representation of color #8E288C: hue angle of 301.18º 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 #8E288C is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 140 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.44 |
| HSL | 301.18º | 0.56% | 0.36% | - |
| HSV(B) | 301.18º | 0.72% | 0.56% | - |
| XYZ | 16.65 | 9.16 | 25.7 | - |
| YUV | 81.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 140 | 0 | 0.72 | 0.01 | 0.44 | 301.18 | 0.56 | 0.36 |
| Hex | 8E | 28 | 8C | 0 | 48 | 1 | 2C | 12D | 38 | 24 |
| Octal | 216 | 50 | 214 | 0 | 110 | 1 | 54 | 455 | 70 | 44 |
| Binary | 10001110 | 101000 | 10001100 | 0 | 1001000 | 1 | 101100 | 100101101 | 111000 | 100100 |
Color Harmonies of #8E288C
Complementary color
Monochromatic Colors of #8E288C
Black with #8E288C
Text Example
Text Example
White with #8E288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E288C; }
p { color: rgb(142,40,140); }
H1.HeaderClassName
{
color: #8E288C;
}
.AnyTagClassName
{
color: #8E288C;
}
</style>
background-color css
<style>
a { background-color: #8E288C; }
a { background-color: rgb(142,40,140); }
div.DivClassName
{
background-color: #8E288C;
}
.BgClassName
{
background-color: #8E288C;
}
</style>
border-color css
<style>
span { border-color: #8E288C; }
span { border-color: rgb(142,40,140); }
td.TdClassName
{
border-color: #8E288C;
}
.TagClassName
{
border-color: #8E288C;
}
</style>