Shades of Dark Purple #8E377E
Tints of Dark Purple #8E377E
RGB
CMYK
RGB Variations
Color information
#8E377E (or 0x8E377E) is known color: Dark Purple. HEX triplet: 8E, 37 and 7E. RGB value is (142,55,126). Sum of RGB (Red+Green+Blue) = 142+55+126=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E377E is #71C881. Grayscale: #585858. Windows color (decimal): -7456898 or 8271758. OLE color: 8271758.
HSL color Cylindrical-coordinate representation of color #8E377E: hue angle of 311.03º 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 #8E377E is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 55 | 126 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.44 |
| HSL | 311.03º | 0.44% | 0.39% | - |
| HSV(B) | 311.03º | 0.61% | 0.56% | - |
| XYZ | 16.29 | 9.99 | 20.81 | - |
| YUV | 89.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 126 | 0 | 0.61 | 0.11 | 0.44 | 311.03 | 0.44 | 0.39 |
| Hex | 8E | 37 | 7E | 0 | 3D | B | 2C | 137 | 2C | 27 |
| Octal | 216 | 67 | 176 | 0 | 75 | 13 | 54 | 467 | 54 | 47 |
| Binary | 10001110 | 110111 | 1111110 | 0 | 111101 | 1011 | 101100 | 100110111 | 101100 | 100111 |
Color Harmonies of #8E377E
Complementary color
Monochromatic Colors of #8E377E
Black with #8E377E
Text Example
Text Example
White with #8E377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E377E; }
p { color: rgb(142,55,126); }
H1.HeaderClassName
{
color: #8E377E;
}
.AnyTagClassName
{
color: #8E377E;
}
</style>
background-color css
<style>
a { background-color: #8E377E; }
a { background-color: rgb(142,55,126); }
div.DivClassName
{
background-color: #8E377E;
}
.BgClassName
{
background-color: #8E377E;
}
</style>
border-color css
<style>
span { border-color: #8E377E; }
span { border-color: rgb(142,55,126); }
td.TdClassName
{
border-color: #8E377E;
}
.TagClassName
{
border-color: #8E377E;
}
</style>