Shades of Purple #8C0577
Tints of Purple #8C0577
RGB
CMYK
RGB Variations
Color information
#8C0577 (or 0x8C0577) is known color: Purple. HEX triplet: 8C, 05 and 77. RGB value is (140,5,119). Sum of RGB (Red+Green+Blue) = 140+5+119=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0577 is #73FA88. Grayscale: #3A3A3A. Windows color (decimal): -7600777 or 7800204. OLE color: 7800204.
HSL color Cylindrical-coordinate representation of color #8C0577: hue angle of 309.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0577 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 119 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.45 |
| HSL | 309.33º | 0.93% | 0.28% | - |
| HSV(B) | 309.33º | 0.96% | 0.55% | - |
| XYZ | 14.2 | 7.02 | 18.06 | - |
| YUV | 58.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 119 | 0 | 0.96 | 0.15 | 0.45 | 309.33 | 0.93 | 0.28 |
| Hex | 8C | 5 | 77 | 0 | 60 | F | 2D | 135 | 5D | 1C |
| Octal | 214 | 5 | 167 | 0 | 140 | 17 | 55 | 465 | 135 | 34 |
| Binary | 10001100 | 101 | 1110111 | 0 | 1100000 | 1111 | 101101 | 100110101 | 1011101 | 11100 |
Color Harmonies of #8C0577
Complementary color
Monochromatic Colors of #8C0577
Black with #8C0577
Text Example
Text Example
White with #8C0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0577; }
p { color: rgb(140,5,119); }
H1.HeaderClassName
{
color: #8C0577;
}
.AnyTagClassName
{
color: #8C0577;
}
</style>
background-color css
<style>
a { background-color: #8C0577; }
a { background-color: rgb(140,5,119); }
div.DivClassName
{
background-color: #8C0577;
}
.BgClassName
{
background-color: #8C0577;
}
</style>
border-color css
<style>
span { border-color: #8C0577; }
span { border-color: rgb(140,5,119); }
td.TdClassName
{
border-color: #8C0577;
}
.TagClassName
{
border-color: #8C0577;
}
</style>