Shades of Dark Purple #8E3880
Tints of Dark Purple #8E3880
RGB
CMYK
RGB Variations
Color information
#8E3880 (or 0x8E3880) is known color: Dark Purple. HEX triplet: 8E, 38 and 80. RGB value is (142,56,128). Sum of RGB (Red+Green+Blue) = 142+56+128=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3880 is #71C77F. Grayscale: #595959. Windows color (decimal): -7456640 or 8403086. OLE color: 8403086.
HSL color Cylindrical-coordinate representation of color #8E3880: hue angle of 309.77º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3880 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 56 | 128 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.44 |
| HSL | 309.77º | 0.43% | 0.39% | - |
| HSV(B) | 309.77º | 0.61% | 0.56% | - |
| XYZ | 16.47 | 10.14 | 21.51 | - |
| YUV | 89.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 56 | 128 | 0 | 0.61 | 0.10 | 0.44 | 309.77 | 0.43 | 0.39 |
| Hex | 8E | 38 | 80 | 0 | 3D | A | 2C | 136 | 2B | 27 |
| Octal | 216 | 70 | 200 | 0 | 75 | 12 | 54 | 466 | 53 | 47 |
| Binary | 10001110 | 111000 | 10000000 | 0 | 111101 | 1010 | 101100 | 100110110 | 101011 | 100111 |
Color Harmonies of #8E3880
Complementary color
Monochromatic Colors of #8E3880
Black with #8E3880
Text Example
Text Example
White with #8E3880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3880; }
p { color: rgb(142,56,128); }
H1.HeaderClassName
{
color: #8E3880;
}
.AnyTagClassName
{
color: #8E3880;
}
</style>
background-color css
<style>
a { background-color: #8E3880; }
a { background-color: rgb(142,56,128); }
div.DivClassName
{
background-color: #8E3880;
}
.BgClassName
{
background-color: #8E3880;
}
</style>
border-color css
<style>
span { border-color: #8E3880; }
span { border-color: rgb(142,56,128); }
td.TdClassName
{
border-color: #8E3880;
}
.TagClassName
{
border-color: #8E3880;
}
</style>