Shades of Dark Purple #8E3E7A
Tints of Dark Purple #8E3E7A
RGB
CMYK
RGB Variations
Color information
#8E3E7A (or 0x8E3E7A) is known color: Dark Purple. HEX triplet: 8E, 3E and 7A. RGB value is (142,62,122). Sum of RGB (Red+Green+Blue) = 142+62+122=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3E7A is #71C185. Grayscale: #5C5C5C. Windows color (decimal): -7455110 or 8011406. OLE color: 8011406.
HSL color Cylindrical-coordinate representation of color #8E3E7A: hue angle of 315º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E3E7A is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 62 | 122 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.44 |
| HSL | 315º | 0.39% | 0.4% | - |
| HSV(B) | 315º | 0.56% | 0.56% | - |
| XYZ | 16.39 | 10.6 | 19.59 | - |
| YUV | 92.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 122 | 0 | 0.56 | 0.14 | 0.44 | 315 | 0.39 | 0.4 |
| Hex | 8E | 3E | 7A | 0 | 38 | E | 2C | 13B | 27 | 28 |
| Octal | 216 | 76 | 172 | 0 | 70 | 16 | 54 | 473 | 47 | 50 |
| Binary | 10001110 | 111110 | 1111010 | 0 | 111000 | 1110 | 101100 | 100111011 | 100111 | 101000 |
Color Harmonies of #8E3E7A
Complementary color
Monochromatic Colors of #8E3E7A
Black with #8E3E7A
Text Example
Text Example
White with #8E3E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3E7A; }
p { color: rgb(142,62,122); }
H1.HeaderClassName
{
color: #8E3E7A;
}
.AnyTagClassName
{
color: #8E3E7A;
}
</style>
background-color css
<style>
a { background-color: #8E3E7A; }
a { background-color: rgb(142,62,122); }
div.DivClassName
{
background-color: #8E3E7A;
}
.BgClassName
{
background-color: #8E3E7A;
}
</style>
border-color css
<style>
span { border-color: #8E3E7A; }
span { border-color: rgb(142,62,122); }
td.TdClassName
{
border-color: #8E3E7A;
}
.TagClassName
{
border-color: #8E3E7A;
}
</style>