Shades of Purple #8E0679
Tints of Purple #8E0679
RGB
CMYK
RGB Variations
Color information
#8E0679 (or 0x8E0679) is known color: Purple. HEX triplet: 8E, 06 and 79. RGB value is (142,6,121). Sum of RGB (Red+Green+Blue) = 142+6+121=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0679 is #71F986. Grayscale: #3B3B3B. Windows color (decimal): -7469447 or 7931534. OLE color: 7931534.
HSL color Cylindrical-coordinate representation of color #8E0679: hue angle of 309.26º 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 #8E0679 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.44 |
| HSL | 309.26º | 0.92% | 0.29% | - |
| HSV(B) | 309.26º | 0.96% | 0.56% | - |
| XYZ | 14.67 | 7.26 | 18.72 | - |
| YUV | 59.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 121 | 0 | 0.96 | 0.15 | 0.44 | 309.26 | 0.92 | 0.29 |
| Hex | 8E | 6 | 79 | 0 | 60 | F | 2C | 135 | 5C | 1D |
| Octal | 216 | 6 | 171 | 0 | 140 | 17 | 54 | 465 | 134 | 35 |
| Binary | 10001110 | 110 | 1111001 | 0 | 1100000 | 1111 | 101100 | 100110101 | 1011100 | 11101 |
Color Harmonies of #8E0679
Complementary color
Monochromatic Colors of #8E0679
Black with #8E0679
Text Example
Text Example
White with #8E0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0679; }
p { color: rgb(142,6,121); }
H1.HeaderClassName
{
color: #8E0679;
}
.AnyTagClassName
{
color: #8E0679;
}
</style>
background-color css
<style>
a { background-color: #8E0679; }
a { background-color: rgb(142,6,121); }
div.DivClassName
{
background-color: #8E0679;
}
.BgClassName
{
background-color: #8E0679;
}
</style>
border-color css
<style>
span { border-color: #8E0679; }
span { border-color: rgb(142,6,121); }
td.TdClassName
{
border-color: #8E0679;
}
.TagClassName
{
border-color: #8E0679;
}
</style>