Shades of Purple #8E0576
Tints of Purple #8E0576
RGB
CMYK
RGB Variations
Color information
#8E0576 (or 0x8E0576) is known color: Purple. HEX triplet: 8E, 05 and 76. RGB value is (142,5,118). Sum of RGB (Red+Green+Blue) = 142+5+118=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0576 is #71FA89. Grayscale: #3A3A3A. Windows color (decimal): -7469706 or 7734670. OLE color: 7734670.
HSL color Cylindrical-coordinate representation of color #8E0576: hue angle of 310.51º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0576 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 118 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.44 |
| HSL | 310.51º | 0.93% | 0.29% | - |
| HSV(B) | 310.51º | 0.96% | 0.56% | - |
| XYZ | 14.48 | 7.17 | 17.76 | - |
| YUV | 58.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 118 | 0 | 0.96 | 0.17 | 0.44 | 310.51 | 0.93 | 0.29 |
| Hex | 8E | 5 | 76 | 0 | 60 | 11 | 2C | 137 | 5D | 1D |
| Octal | 216 | 5 | 166 | 0 | 140 | 21 | 54 | 467 | 135 | 35 |
| Binary | 10001110 | 101 | 1110110 | 0 | 1100000 | 10001 | 101100 | 100110111 | 1011101 | 11101 |
Color Harmonies of #8E0576
Complementary color
Monochromatic Colors of #8E0576
Black with #8E0576
Text Example
Text Example
White with #8E0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0576; }
p { color: rgb(142,5,118); }
H1.HeaderClassName
{
color: #8E0576;
}
.AnyTagClassName
{
color: #8E0576;
}
</style>
background-color css
<style>
a { background-color: #8E0576; }
a { background-color: rgb(142,5,118); }
div.DivClassName
{
background-color: #8E0576;
}
.BgClassName
{
background-color: #8E0576;
}
</style>
border-color css
<style>
span { border-color: #8E0576; }
span { border-color: rgb(142,5,118); }
td.TdClassName
{
border-color: #8E0576;
}
.TagClassName
{
border-color: #8E0576;
}
</style>