Shades of Dark Purple #8E3784
Tints of Dark Purple #8E3784
RGB
CMYK
RGB Variations
Color information
#8E3784 (or 0x8E3784) is known color: Dark Purple. HEX triplet: 8E, 37 and 84. RGB value is (142,55,132). Sum of RGB (Red+Green+Blue) = 142+55+132=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3784 is #71C87B. Grayscale: #595959. Windows color (decimal): -7456892 or 8664974. OLE color: 8664974.
HSL color Cylindrical-coordinate representation of color #8E3784: hue angle of 306.9º degrees, saturation: 0.44, 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 #8E3784 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 55 | 132 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.44 |
| HSL | 306.9º | 0.44% | 0.39% | - |
| HSV(B) | 306.9º | 0.61% | 0.56% | - |
| XYZ | 16.69 | 10.15 | 22.91 | - |
| YUV | 89.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 132 | 0 | 0.61 | 0.07 | 0.44 | 306.9 | 0.44 | 0.39 |
| Hex | 8E | 37 | 84 | 0 | 3D | 7 | 2C | 133 | 2C | 27 |
| Octal | 216 | 67 | 204 | 0 | 75 | 7 | 54 | 463 | 54 | 47 |
| Binary | 10001110 | 110111 | 10000100 | 0 | 111101 | 111 | 101100 | 100110011 | 101100 | 100111 |
Color Harmonies of #8E3784
Complementary color
Monochromatic Colors of #8E3784
Black with #8E3784
Text Example
Text Example
White with #8E3784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3784; }
p { color: rgb(142,55,132); }
H1.HeaderClassName
{
color: #8E3784;
}
.AnyTagClassName
{
color: #8E3784;
}
</style>
background-color css
<style>
a { background-color: #8E3784; }
a { background-color: rgb(142,55,132); }
div.DivClassName
{
background-color: #8E3784;
}
.BgClassName
{
background-color: #8E3784;
}
</style>
border-color css
<style>
span { border-color: #8E3784; }
span { border-color: rgb(142,55,132); }
td.TdClassName
{
border-color: #8E3784;
}
.TagClassName
{
border-color: #8E3784;
}
</style>