Shades of Purple #8E097A
Tints of Purple #8E097A
RGB
CMYK
RGB Variations
Color information
#8E097A (or 0x8E097A) is known color: Purple. HEX triplet: 8E, 09 and 7A. RGB value is (142,9,122). Sum of RGB (Red+Green+Blue) = 142+9+122=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E097A is #71F685. Grayscale: #3D3D3D. Windows color (decimal): -7468678 or 7997838. OLE color: 7997838.
HSL color Cylindrical-coordinate representation of color #8E097A: hue angle of 309.02º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E097A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.44 |
| HSL | 309.02º | 0.88% | 0.3% | - |
| HSV(B) | 309.02º | 0.94% | 0.56% | - |
| XYZ | 14.77 | 7.35 | 19.05 | - |
| YUV | 61.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 122 | 0 | 0.94 | 0.14 | 0.44 | 309.02 | 0.88 | 0.3 |
| Hex | 8E | 9 | 7A | 0 | 5E | E | 2C | 135 | 58 | 1E |
| Octal | 216 | 11 | 172 | 0 | 136 | 16 | 54 | 465 | 130 | 36 |
| Binary | 10001110 | 1001 | 1111010 | 0 | 1011110 | 1110 | 101100 | 100110101 | 1011000 | 11110 |
Color Harmonies of #8E097A
Complementary color
Monochromatic Colors of #8E097A
Black with #8E097A
Text Example
Text Example
White with #8E097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E097A; }
p { color: rgb(142,9,122); }
H1.HeaderClassName
{
color: #8E097A;
}
.AnyTagClassName
{
color: #8E097A;
}
</style>
background-color css
<style>
a { background-color: #8E097A; }
a { background-color: rgb(142,9,122); }
div.DivClassName
{
background-color: #8E097A;
}
.BgClassName
{
background-color: #8E097A;
}
</style>
border-color css
<style>
span { border-color: #8E097A; }
span { border-color: rgb(142,9,122); }
td.TdClassName
{
border-color: #8E097A;
}
.TagClassName
{
border-color: #8E097A;
}
</style>