Shades of Purple #8E057A
Tints of Purple #8E057A
RGB
CMYK
RGB Variations
Color information
#8E057A (or 0x8E057A) is known color: Purple. HEX triplet: 8E, 05 and 7A. RGB value is (142,5,122). Sum of RGB (Red+Green+Blue) = 142+5+122=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E057A is #71FA85. Grayscale: #3A3A3A. Windows color (decimal): -7469702 or 7996814. OLE color: 7996814.
HSL color Cylindrical-coordinate representation of color #8E057A: hue angle of 308.76º 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 #8E057A is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 122 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.44 |
| HSL | 308.76º | 0.93% | 0.29% | - |
| HSV(B) | 308.76º | 0.96% | 0.56% | - |
| XYZ | 14.72 | 7.26 | 19.04 | - |
| YUV | 59.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 122 | 0 | 0.96 | 0.14 | 0.44 | 308.76 | 0.93 | 0.29 |
| Hex | 8E | 5 | 7A | 0 | 60 | E | 2C | 135 | 5D | 1D |
| Octal | 216 | 5 | 172 | 0 | 140 | 16 | 54 | 465 | 135 | 35 |
| Binary | 10001110 | 101 | 1111010 | 0 | 1100000 | 1110 | 101100 | 100110101 | 1011101 | 11101 |
Color Harmonies of #8E057A
Complementary color
Monochromatic Colors of #8E057A
Black with #8E057A
Text Example
Text Example
White with #8E057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E057A; }
p { color: rgb(142,5,122); }
H1.HeaderClassName
{
color: #8E057A;
}
.AnyTagClassName
{
color: #8E057A;
}
</style>
background-color css
<style>
a { background-color: #8E057A; }
a { background-color: rgb(142,5,122); }
div.DivClassName
{
background-color: #8E057A;
}
.BgClassName
{
background-color: #8E057A;
}
</style>
border-color css
<style>
span { border-color: #8E057A; }
span { border-color: rgb(142,5,122); }
td.TdClassName
{
border-color: #8E057A;
}
.TagClassName
{
border-color: #8E057A;
}
</style>