Shades of Purple #8C077E
Tints of Purple #8C077E
RGB
CMYK
RGB Variations
Color information
#8C077E (or 0x8C077E) is known color: Purple. HEX triplet: 8C, 07 and 7E. RGB value is (140,7,126). Sum of RGB (Red+Green+Blue) = 140+7+126=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C077E is #73F881. Grayscale: #3B3B3B. Windows color (decimal): -7600258 or 8259468. OLE color: 8259468.
HSL color Cylindrical-coordinate representation of color #8C077E: hue angle of 306.32º 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 #8C077E is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 126 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.45 |
| HSL | 306.32º | 0.9% | 0.29% | - |
| HSV(B) | 306.32º | 0.95% | 0.55% | - |
| XYZ | 14.66 | 7.23 | 20.36 | - |
| YUV | 60.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 126 | 0 | 0.95 | 0.10 | 0.45 | 306.32 | 0.9 | 0.29 |
| Hex | 8C | 7 | 7E | 0 | 5F | A | 2D | 132 | 5A | 1D |
| Octal | 214 | 7 | 176 | 0 | 137 | 12 | 55 | 462 | 132 | 35 |
| Binary | 10001100 | 111 | 1111110 | 0 | 1011111 | 1010 | 101101 | 100110010 | 1011010 | 11101 |
Color Harmonies of #8C077E
Complementary color
Monochromatic Colors of #8C077E
Black with #8C077E
Text Example
Text Example
White with #8C077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C077E; }
p { color: rgb(140,7,126); }
H1.HeaderClassName
{
color: #8C077E;
}
.AnyTagClassName
{
color: #8C077E;
}
</style>
background-color css
<style>
a { background-color: #8C077E; }
a { background-color: rgb(140,7,126); }
div.DivClassName
{
background-color: #8C077E;
}
.BgClassName
{
background-color: #8C077E;
}
</style>
border-color css
<style>
span { border-color: #8C077E; }
span { border-color: rgb(140,7,126); }
td.TdClassName
{
border-color: #8C077E;
}
.TagClassName
{
border-color: #8C077E;
}
</style>