Shades of Dark Purple #8E286B
Tints of Dark Purple #8E286B
RGB
CMYK
RGB Variations
Color information
#8E286B (or 0x8E286B) is known color: Dark Purple. HEX triplet: 8E, 28 and 6B. RGB value is (142,40,107). Sum of RGB (Red+Green+Blue) = 142+40+107=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E286B is #71D794. Grayscale: #4D4D4D. Windows color (decimal): -7460757 or 7022734. OLE color: 7022734.
HSL color Cylindrical-coordinate representation of color #8E286B: hue angle of 320.59º 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 #8E286B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 107 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.44 |
| HSL | 320.59º | 0.56% | 0.36% | - |
| HSV(B) | 320.59º | 0.72% | 0.56% | - |
| XYZ | 14.57 | 8.33 | 14.75 | - |
| YUV | 78.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 107 | 0 | 0.72 | 0.25 | 0.44 | 320.59 | 0.56 | 0.36 |
| Hex | 8E | 28 | 6B | 0 | 48 | 19 | 2C | 141 | 38 | 24 |
| Octal | 216 | 50 | 153 | 0 | 110 | 31 | 54 | 501 | 70 | 44 |
| Binary | 10001110 | 101000 | 1101011 | 0 | 1001000 | 11001 | 101100 | 101000001 | 111000 | 100100 |
Color Harmonies of #8E286B
Complementary color
Monochromatic Colors of #8E286B
Black with #8E286B
Text Example
Text Example
White with #8E286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E286B; }
p { color: rgb(142,40,107); }
H1.HeaderClassName
{
color: #8E286B;
}
.AnyTagClassName
{
color: #8E286B;
}
</style>
background-color css
<style>
a { background-color: #8E286B; }
a { background-color: rgb(142,40,107); }
div.DivClassName
{
background-color: #8E286B;
}
.BgClassName
{
background-color: #8E286B;
}
</style>
border-color css
<style>
span { border-color: #8E286B; }
span { border-color: rgb(142,40,107); }
td.TdClassName
{
border-color: #8E286B;
}
.TagClassName
{
border-color: #8E286B;
}
</style>