Shades of Purple #8E067A
Tints of Purple #8E067A
RGB
CMYK
RGB Variations
Color information
#8E067A (or 0x8E067A) is known color: Purple. HEX triplet: 8E, 06 and 7A. RGB value is (142,6,122). Sum of RGB (Red+Green+Blue) = 142+6+122=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E067A is #71F985. Grayscale: #3B3B3B. Windows color (decimal): -7469446 or 7997070. OLE color: 7997070.
HSL color Cylindrical-coordinate representation of color #8E067A: hue angle of 308.82º degrees, saturation: 0.92, 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 #8E067A is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 122 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.44 |
| HSL | 308.82º | 0.92% | 0.29% | - |
| HSV(B) | 308.82º | 0.96% | 0.56% | - |
| XYZ | 14.73 | 7.29 | 19.04 | - |
| YUV | 59.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 122 | 0 | 0.96 | 0.14 | 0.44 | 308.82 | 0.92 | 0.29 |
| Hex | 8E | 6 | 7A | 0 | 60 | E | 2C | 135 | 5C | 1D |
| Octal | 216 | 6 | 172 | 0 | 140 | 16 | 54 | 465 | 134 | 35 |
| Binary | 10001110 | 110 | 1111010 | 0 | 1100000 | 1110 | 101100 | 100110101 | 1011100 | 11101 |
Color Harmonies of #8E067A
Complementary color
Monochromatic Colors of #8E067A
Black with #8E067A
Text Example
Text Example
White with #8E067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E067A; }
p { color: rgb(142,6,122); }
H1.HeaderClassName
{
color: #8E067A;
}
.AnyTagClassName
{
color: #8E067A;
}
</style>
background-color css
<style>
a { background-color: #8E067A; }
a { background-color: rgb(142,6,122); }
div.DivClassName
{
background-color: #8E067A;
}
.BgClassName
{
background-color: #8E067A;
}
</style>
border-color css
<style>
span { border-color: #8E067A; }
span { border-color: rgb(142,6,122); }
td.TdClassName
{
border-color: #8E067A;
}
.TagClassName
{
border-color: #8E067A;
}
</style>