Shades of Purple #8C077A
Tints of Purple #8C077A
RGB
CMYK
RGB Variations
Color information
#8C077A (or 0x8C077A) is known color: Purple. HEX triplet: 8C, 07 and 7A. RGB value is (140,7,122). Sum of RGB (Red+Green+Blue) = 140+7+122=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C077A is #73F885. Grayscale: #3B3B3B. Windows color (decimal): -7600262 or 7997324. OLE color: 7997324.
HSL color Cylindrical-coordinate representation of color #8C077A: hue angle of 308.12º 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 #8C077A is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 122 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.45 |
| HSL | 308.12º | 0.9% | 0.29% | - |
| HSV(B) | 308.12º | 0.95% | 0.55% | - |
| XYZ | 14.4 | 7.13 | 19.03 | - |
| YUV | 59.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 122 | 0 | 0.95 | 0.13 | 0.45 | 308.12 | 0.9 | 0.29 |
| Hex | 8C | 7 | 7A | 0 | 5F | D | 2D | 134 | 5A | 1D |
| Octal | 214 | 7 | 172 | 0 | 137 | 15 | 55 | 464 | 132 | 35 |
| Binary | 10001100 | 111 | 1111010 | 0 | 1011111 | 1101 | 101101 | 100110100 | 1011010 | 11101 |
Color Harmonies of #8C077A
Complementary color
Monochromatic Colors of #8C077A
Black with #8C077A
Text Example
Text Example
White with #8C077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C077A; }
p { color: rgb(140,7,122); }
H1.HeaderClassName
{
color: #8C077A;
}
.AnyTagClassName
{
color: #8C077A;
}
</style>
background-color css
<style>
a { background-color: #8C077A; }
a { background-color: rgb(140,7,122); }
div.DivClassName
{
background-color: #8C077A;
}
.BgClassName
{
background-color: #8C077A;
}
</style>
border-color css
<style>
span { border-color: #8C077A; }
span { border-color: rgb(140,7,122); }
td.TdClassName
{
border-color: #8C077A;
}
.TagClassName
{
border-color: #8C077A;
}
</style>