Shades of Purple #8E087A
Tints of Purple #8E087A
RGB
CMYK
RGB Variations
Color information
#8E087A (or 0x8E087A) is known color: Purple. HEX triplet: 8E, 08 and 7A. RGB value is (142,8,122). Sum of RGB (Red+Green+Blue) = 142+8+122=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E087A is #71F785. Grayscale: #3C3C3C. Windows color (decimal): -7468934 or 7997582. OLE color: 7997582.
HSL color Cylindrical-coordinate representation of color #8E087A: hue angle of 308.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E087A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.44 |
| HSL | 308.96º | 0.89% | 0.29% | - |
| HSV(B) | 308.96º | 0.94% | 0.56% | - |
| XYZ | 14.76 | 7.33 | 19.05 | - |
| YUV | 61.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 122 | 0 | 0.94 | 0.14 | 0.44 | 308.96 | 0.89 | 0.29 |
| Hex | 8E | 8 | 7A | 0 | 5E | E | 2C | 135 | 59 | 1D |
| Octal | 216 | 10 | 172 | 0 | 136 | 16 | 54 | 465 | 131 | 35 |
| Binary | 10001110 | 1000 | 1111010 | 0 | 1011110 | 1110 | 101100 | 100110101 | 1011001 | 11101 |
Color Harmonies of #8E087A
Complementary color
Monochromatic Colors of #8E087A
Black with #8E087A
Text Example
Text Example
White with #8E087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E087A; }
p { color: rgb(142,8,122); }
H1.HeaderClassName
{
color: #8E087A;
}
.AnyTagClassName
{
color: #8E087A;
}
</style>
background-color css
<style>
a { background-color: #8E087A; }
a { background-color: rgb(142,8,122); }
div.DivClassName
{
background-color: #8E087A;
}
.BgClassName
{
background-color: #8E087A;
}
</style>
border-color css
<style>
span { border-color: #8E087A; }
span { border-color: rgb(142,8,122); }
td.TdClassName
{
border-color: #8E087A;
}
.TagClassName
{
border-color: #8E087A;
}
</style>