Shades of Purple #8C0979
Tints of Purple #8C0979
RGB
CMYK
RGB Variations
Color information
#8C0979 (or 0x8C0979) is known color: Purple. HEX triplet: 8C, 09 and 79. RGB value is (140,9,121). Sum of RGB (Red+Green+Blue) = 140+9+121=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0979 is #73F686. Grayscale: #3C3C3C. Windows color (decimal): -7599751 or 7932300. OLE color: 7932300.
HSL color Cylindrical-coordinate representation of color #8C0979: hue angle of 308.7º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0979 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 121 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.45 |
| HSL | 308.7º | 0.88% | 0.29% | - |
| HSV(B) | 308.7º | 0.94% | 0.55% | - |
| XYZ | 14.36 | 7.15 | 18.71 | - |
| YUV | 60.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 121 | 0 | 0.94 | 0.14 | 0.45 | 308.7 | 0.88 | 0.29 |
| Hex | 8C | 9 | 79 | 0 | 5E | E | 2D | 135 | 58 | 1D |
| Octal | 214 | 11 | 171 | 0 | 136 | 16 | 55 | 465 | 130 | 35 |
| Binary | 10001100 | 1001 | 1111001 | 0 | 1011110 | 1110 | 101101 | 100110101 | 1011000 | 11101 |
Color Harmonies of #8C0979
Complementary color
Monochromatic Colors of #8C0979
Black with #8C0979
Text Example
Text Example
White with #8C0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0979; }
p { color: rgb(140,9,121); }
H1.HeaderClassName
{
color: #8C0979;
}
.AnyTagClassName
{
color: #8C0979;
}
</style>
background-color css
<style>
a { background-color: #8C0979; }
a { background-color: rgb(140,9,121); }
div.DivClassName
{
background-color: #8C0979;
}
.BgClassName
{
background-color: #8C0979;
}
</style>
border-color css
<style>
span { border-color: #8C0979; }
span { border-color: rgb(140,9,121); }
td.TdClassName
{
border-color: #8C0979;
}
.TagClassName
{
border-color: #8C0979;
}
</style>