Shades of Dark Purple #8E288B
Tints of Dark Purple #8E288B
RGB
CMYK
RGB Variations
Color information
#8E288B (or 0x8E288B) is known color: Dark Purple. HEX triplet: 8E, 28 and 8B. RGB value is (142,40,139). Sum of RGB (Red+Green+Blue) = 142+40+139=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E288B is #71D774. Grayscale: #515151. Windows color (decimal): -7460725 or 9119886. OLE color: 9119886.
HSL color Cylindrical-coordinate representation of color #8E288B: hue angle of 301.76º 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 #8E288B is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 139 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.44 |
| HSL | 301.76º | 0.56% | 0.36% | - |
| HSV(B) | 301.76º | 0.72% | 0.56% | - |
| XYZ | 16.57 | 9.13 | 25.32 | - |
| YUV | 81.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 139 | 0 | 0.72 | 0.02 | 0.44 | 301.76 | 0.56 | 0.36 |
| Hex | 8E | 28 | 8B | 0 | 48 | 2 | 2C | 12E | 38 | 24 |
| Octal | 216 | 50 | 213 | 0 | 110 | 2 | 54 | 456 | 70 | 44 |
| Binary | 10001110 | 101000 | 10001011 | 0 | 1001000 | 10 | 101100 | 100101110 | 111000 | 100100 |
Color Harmonies of #8E288B
Complementary color
Monochromatic Colors of #8E288B
Black with #8E288B
Text Example
Text Example
White with #8E288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E288B; }
p { color: rgb(142,40,139); }
H1.HeaderClassName
{
color: #8E288B;
}
.AnyTagClassName
{
color: #8E288B;
}
</style>
background-color css
<style>
a { background-color: #8E288B; }
a { background-color: rgb(142,40,139); }
div.DivClassName
{
background-color: #8E288B;
}
.BgClassName
{
background-color: #8E288B;
}
</style>
border-color css
<style>
span { border-color: #8E288B; }
span { border-color: rgb(142,40,139); }
td.TdClassName
{
border-color: #8E288B;
}
.TagClassName
{
border-color: #8E288B;
}
</style>