Shades of Purple #8E037C
Tints of Purple #8E037C
RGB
CMYK
RGB Variations
Color information
#8E037C (or 0x8E037C) is known color: Purple. HEX triplet: 8E, 03 and 7C. RGB value is (142,3,124). Sum of RGB (Red+Green+Blue) = 142+3+124=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E037C is #71FC83. Grayscale: #3A3A3A. Windows color (decimal): -7470212 or 8127374. OLE color: 8127374.
HSL color Cylindrical-coordinate representation of color #8E037C: hue angle of 307.77º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E037C is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.44 |
| HSL | 307.77º | 0.96% | 0.28% | - |
| HSV(B) | 307.77º | 0.98% | 0.56% | - |
| XYZ | 14.83 | 7.27 | 19.69 | - |
| YUV | 58.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 124 | 0 | 0.98 | 0.13 | 0.44 | 307.77 | 0.96 | 0.28 |
| Hex | 8E | 3 | 7C | 0 | 62 | D | 2C | 134 | 60 | 1C |
| Octal | 216 | 3 | 174 | 0 | 142 | 15 | 54 | 464 | 140 | 34 |
| Binary | 10001110 | 11 | 1111100 | 0 | 1100010 | 1101 | 101100 | 100110100 | 1100000 | 11100 |
Color Harmonies of #8E037C
Complementary color
Monochromatic Colors of #8E037C
Black with #8E037C
Text Example
Text Example
White with #8E037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E037C; }
p { color: rgb(142,3,124); }
H1.HeaderClassName
{
color: #8E037C;
}
.AnyTagClassName
{
color: #8E037C;
}
</style>
background-color css
<style>
a { background-color: #8E037C; }
a { background-color: rgb(142,3,124); }
div.DivClassName
{
background-color: #8E037C;
}
.BgClassName
{
background-color: #8E037C;
}
</style>
border-color css
<style>
span { border-color: #8E037C; }
span { border-color: rgb(142,3,124); }
td.TdClassName
{
border-color: #8E037C;
}
.TagClassName
{
border-color: #8E037C;
}
</style>