Shades of Dark Purple #8E377C
Tints of Dark Purple #8E377C
RGB
CMYK
RGB Variations
Color information
#8E377C (or 0x8E377C) is known color: Dark Purple. HEX triplet: 8E, 37 and 7C. RGB value is (142,55,124). Sum of RGB (Red+Green+Blue) = 142+55+124=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E377C is #71C883. Grayscale: #585858. Windows color (decimal): -7456900 or 8140686. OLE color: 8140686.
HSL color Cylindrical-coordinate representation of color #8E377C: hue angle of 312.41º 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 #8E377C is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 55 | 124 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.44 |
| HSL | 312.41º | 0.44% | 0.39% | - |
| HSV(B) | 312.41º | 0.61% | 0.56% | - |
| XYZ | 16.16 | 9.94 | 20.14 | - |
| YUV | 88.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 124 | 0 | 0.61 | 0.13 | 0.44 | 312.41 | 0.44 | 0.39 |
| Hex | 8E | 37 | 7C | 0 | 3D | D | 2C | 138 | 2C | 27 |
| Octal | 216 | 67 | 174 | 0 | 75 | 15 | 54 | 470 | 54 | 47 |
| Binary | 10001110 | 110111 | 1111100 | 0 | 111101 | 1101 | 101100 | 100111000 | 101100 | 100111 |
Color Harmonies of #8E377C
Complementary color
Monochromatic Colors of #8E377C
Black with #8E377C
Text Example
Text Example
White with #8E377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E377C; }
p { color: rgb(142,55,124); }
H1.HeaderClassName
{
color: #8E377C;
}
.AnyTagClassName
{
color: #8E377C;
}
</style>
background-color css
<style>
a { background-color: #8E377C; }
a { background-color: rgb(142,55,124); }
div.DivClassName
{
background-color: #8E377C;
}
.BgClassName
{
background-color: #8E377C;
}
</style>
border-color css
<style>
span { border-color: #8E377C; }
span { border-color: rgb(142,55,124); }
td.TdClassName
{
border-color: #8E377C;
}
.TagClassName
{
border-color: #8E377C;
}
</style>