Shades of Purple #8C0779
Tints of Purple #8C0779
RGB
CMYK
RGB Variations
Color information
#8C0779 (or 0x8C0779) is known color: Purple. HEX triplet: 8C, 07 and 79. RGB value is (140,7,121). Sum of RGB (Red+Green+Blue) = 140+7+121=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0779 is #73F886. Grayscale: #3B3B3B. Windows color (decimal): -7600263 or 7931788. OLE color: 7931788.
HSL color Cylindrical-coordinate representation of color #8C0779: hue angle of 308.57º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0779 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 121 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.45 |
| HSL | 308.57º | 0.9% | 0.29% | - |
| HSV(B) | 308.57º | 0.95% | 0.55% | - |
| XYZ | 14.34 | 7.11 | 18.71 | - |
| YUV | 59.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 121 | 0 | 0.95 | 0.14 | 0.45 | 308.57 | 0.9 | 0.29 |
| Hex | 8C | 7 | 79 | 0 | 5F | E | 2D | 135 | 5A | 1D |
| Octal | 214 | 7 | 171 | 0 | 137 | 16 | 55 | 465 | 132 | 35 |
| Binary | 10001100 | 111 | 1111001 | 0 | 1011111 | 1110 | 101101 | 100110101 | 1011010 | 11101 |
Color Harmonies of #8C0779
Complementary color
Monochromatic Colors of #8C0779
Black with #8C0779
Text Example
Text Example
White with #8C0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0779; }
p { color: rgb(140,7,121); }
H1.HeaderClassName
{
color: #8C0779;
}
.AnyTagClassName
{
color: #8C0779;
}
</style>
background-color css
<style>
a { background-color: #8C0779; }
a { background-color: rgb(140,7,121); }
div.DivClassName
{
background-color: #8C0779;
}
.BgClassName
{
background-color: #8C0779;
}
</style>
border-color css
<style>
span { border-color: #8C0779; }
span { border-color: rgb(140,7,121); }
td.TdClassName
{
border-color: #8C0779;
}
.TagClassName
{
border-color: #8C0779;
}
</style>