Shades of Purple #8E0779
Tints of Purple #8E0779
RGB
CMYK
RGB Variations
Color information
#8E0779 (or 0x8E0779) is known color: Purple. HEX triplet: 8E, 07 and 79. RGB value is (142,7,121). Sum of RGB (Red+Green+Blue) = 142+7+121=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0779 is #71F886. Grayscale: #3C3C3C. Windows color (decimal): -7469191 or 7931790. OLE color: 7931790.
HSL color Cylindrical-coordinate representation of color #8E0779: hue angle of 309.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0779 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 7 | 121 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.44 |
| HSL | 309.33º | 0.91% | 0.29% | - |
| HSV(B) | 309.33º | 0.95% | 0.56% | - |
| XYZ | 14.68 | 7.28 | 18.72 | - |
| YUV | 60.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 121 | 0 | 0.95 | 0.15 | 0.44 | 309.33 | 0.91 | 0.29 |
| Hex | 8E | 7 | 79 | 0 | 5F | F | 2C | 135 | 5B | 1D |
| Octal | 216 | 7 | 171 | 0 | 137 | 17 | 54 | 465 | 133 | 35 |
| Binary | 10001110 | 111 | 1111001 | 0 | 1011111 | 1111 | 101100 | 100110101 | 1011011 | 11101 |
Color Harmonies of #8E0779
Complementary color
Monochromatic Colors of #8E0779
Black with #8E0779
Text Example
Text Example
White with #8E0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0779; }
p { color: rgb(142,7,121); }
H1.HeaderClassName
{
color: #8E0779;
}
.AnyTagClassName
{
color: #8E0779;
}
</style>
background-color css
<style>
a { background-color: #8E0779; }
a { background-color: rgb(142,7,121); }
div.DivClassName
{
background-color: #8E0779;
}
.BgClassName
{
background-color: #8E0779;
}
</style>
border-color css
<style>
span { border-color: #8E0779; }
span { border-color: rgb(142,7,121); }
td.TdClassName
{
border-color: #8E0779;
}
.TagClassName
{
border-color: #8E0779;
}
</style>