Shades of Dark Purple #8E2F83
Tints of Dark Purple #8E2F83
RGB
CMYK
RGB Variations
Color information
#8E2F83 (or 0x8E2F83) is known color: Dark Purple. HEX triplet: 8E, 2F and 83. RGB value is (142,47,131). Sum of RGB (Red+Green+Blue) = 142+47+131=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2F83 is #71D07C. Grayscale: #545454. Windows color (decimal): -7458941 or 8597390. OLE color: 8597390.
HSL color Cylindrical-coordinate representation of color #8E2F83: hue angle of 306.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E2F83 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 47 | 131 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.44 |
| HSL | 306.95º | 0.5% | 0.37% | - |
| HSV(B) | 306.95º | 0.67% | 0.56% | - |
| XYZ | 16.27 | 9.42 | 22.43 | - |
| YUV | 84.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 131 | 0 | 0.67 | 0.08 | 0.44 | 306.95 | 0.5 | 0.37 |
| Hex | 8E | 2F | 83 | 0 | 43 | 8 | 2C | 133 | 32 | 25 |
| Octal | 216 | 57 | 203 | 0 | 103 | 10 | 54 | 463 | 62 | 45 |
| Binary | 10001110 | 101111 | 10000011 | 0 | 1000011 | 1000 | 101100 | 100110011 | 110010 | 100101 |
Color Harmonies of #8E2F83
Complementary color
Monochromatic Colors of #8E2F83
Black with #8E2F83
Text Example
Text Example
White with #8E2F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2F83; }
p { color: rgb(142,47,131); }
H1.HeaderClassName
{
color: #8E2F83;
}
.AnyTagClassName
{
color: #8E2F83;
}
</style>
background-color css
<style>
a { background-color: #8E2F83; }
a { background-color: rgb(142,47,131); }
div.DivClassName
{
background-color: #8E2F83;
}
.BgClassName
{
background-color: #8E2F83;
}
</style>
border-color css
<style>
span { border-color: #8E2F83; }
span { border-color: rgb(142,47,131); }
td.TdClassName
{
border-color: #8E2F83;
}
.TagClassName
{
border-color: #8E2F83;
}
</style>