Shades of Dark Purple #8E2480
Tints of Dark Purple #8E2480
RGB
CMYK
RGB Variations
Color information
#8E2480 (or 0x8E2480) is known color: Dark Purple. HEX triplet: 8E, 24 and 80. RGB value is (142,36,128). Sum of RGB (Red+Green+Blue) = 142+36+128=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2480 is #71DB7F. Grayscale: #4D4D4D. Windows color (decimal): -7461760 or 8397966. OLE color: 8397966.
HSL color Cylindrical-coordinate representation of color #8E2480: hue angle of 307.92º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2480 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 36 | 128 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.44 |
| HSL | 307.92º | 0.6% | 0.35% | - |
| HSV(B) | 307.92º | 0.75% | 0.56% | - |
| XYZ | 15.68 | 8.57 | 21.25 | - |
| YUV | 78.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 128 | 0 | 0.75 | 0.10 | 0.44 | 307.92 | 0.6 | 0.35 |
| Hex | 8E | 24 | 80 | 0 | 4B | A | 2C | 134 | 3C | 23 |
| Octal | 216 | 44 | 200 | 0 | 113 | 12 | 54 | 464 | 74 | 43 |
| Binary | 10001110 | 100100 | 10000000 | 0 | 1001011 | 1010 | 101100 | 100110100 | 111100 | 100011 |
Color Harmonies of #8E2480
Complementary color
Monochromatic Colors of #8E2480
Black with #8E2480
Text Example
Text Example
White with #8E2480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2480; }
p { color: rgb(142,36,128); }
H1.HeaderClassName
{
color: #8E2480;
}
.AnyTagClassName
{
color: #8E2480;
}
</style>
background-color css
<style>
a { background-color: #8E2480; }
a { background-color: rgb(142,36,128); }
div.DivClassName
{
background-color: #8E2480;
}
.BgClassName
{
background-color: #8E2480;
}
</style>
border-color css
<style>
span { border-color: #8E2480; }
span { border-color: rgb(142,36,128); }
td.TdClassName
{
border-color: #8E2480;
}
.TagClassName
{
border-color: #8E2480;
}
</style>