Shades of Dark Purple #8E2581
Tints of Dark Purple #8E2581
RGB
CMYK
RGB Variations
Color information
#8E2581 (or 0x8E2581) is known color: Dark Purple. HEX triplet: 8E, 25 and 81. RGB value is (142,37,129). Sum of RGB (Red+Green+Blue) = 142+37+129=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2581 is #71DA7E. Grayscale: #4E4E4E. Windows color (decimal): -7461503 or 8463758. OLE color: 8463758.
HSL color Cylindrical-coordinate representation of color #8E2581: hue angle of 307.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2581 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 129 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.44 |
| HSL | 307.43º | 0.59% | 0.35% | - |
| HSV(B) | 307.43º | 0.74% | 0.56% | - |
| XYZ | 15.78 | 8.66 | 21.61 | - |
| YUV | 78.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 129 | 0 | 0.74 | 0.09 | 0.44 | 307.43 | 0.59 | 0.35 |
| Hex | 8E | 25 | 81 | 0 | 4A | 9 | 2C | 133 | 3B | 23 |
| Octal | 216 | 45 | 201 | 0 | 112 | 11 | 54 | 463 | 73 | 43 |
| Binary | 10001110 | 100101 | 10000001 | 0 | 1001010 | 1001 | 101100 | 100110011 | 111011 | 100011 |
Color Harmonies of #8E2581
Complementary color
Monochromatic Colors of #8E2581
Black with #8E2581
Text Example
Text Example
White with #8E2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2581; }
p { color: rgb(142,37,129); }
H1.HeaderClassName
{
color: #8E2581;
}
.AnyTagClassName
{
color: #8E2581;
}
</style>
background-color css
<style>
a { background-color: #8E2581; }
a { background-color: rgb(142,37,129); }
div.DivClassName
{
background-color: #8E2581;
}
.BgClassName
{
background-color: #8E2581;
}
</style>
border-color css
<style>
span { border-color: #8E2581; }
span { border-color: rgb(142,37,129); }
td.TdClassName
{
border-color: #8E2581;
}
.TagClassName
{
border-color: #8E2581;
}
</style>