Shades of Purple #8C0977
Tints of Purple #8C0977
RGB
CMYK
RGB Variations
Color information
#8C0977 (or 0x8C0977) is known color: Purple. HEX triplet: 8C, 09 and 77. RGB value is (140,9,119). Sum of RGB (Red+Green+Blue) = 140+9+119=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0977 is #73F688. Grayscale: #3C3C3C. Windows color (decimal): -7599753 or 7801228. OLE color: 7801228.
HSL color Cylindrical-coordinate representation of color #8C0977: hue angle of 309.62º 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 #8C0977 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 119 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.45 |
| HSL | 309.62º | 0.88% | 0.29% | - |
| HSV(B) | 309.62º | 0.94% | 0.55% | - |
| XYZ | 14.24 | 7.1 | 18.07 | - |
| YUV | 60.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 119 | 0 | 0.94 | 0.15 | 0.45 | 309.62 | 0.88 | 0.29 |
| Hex | 8C | 9 | 77 | 0 | 5E | F | 2D | 136 | 58 | 1D |
| Octal | 214 | 11 | 167 | 0 | 136 | 17 | 55 | 466 | 130 | 35 |
| Binary | 10001100 | 1001 | 1110111 | 0 | 1011110 | 1111 | 101101 | 100110110 | 1011000 | 11101 |
Color Harmonies of #8C0977
Complementary color
Monochromatic Colors of #8C0977
Black with #8C0977
Text Example
Text Example
White with #8C0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0977; }
p { color: rgb(140,9,119); }
H1.HeaderClassName
{
color: #8C0977;
}
.AnyTagClassName
{
color: #8C0977;
}
</style>
background-color css
<style>
a { background-color: #8C0977; }
a { background-color: rgb(140,9,119); }
div.DivClassName
{
background-color: #8C0977;
}
.BgClassName
{
background-color: #8C0977;
}
</style>
border-color css
<style>
span { border-color: #8C0977; }
span { border-color: rgb(140,9,119); }
td.TdClassName
{
border-color: #8C0977;
}
.TagClassName
{
border-color: #8C0977;
}
</style>