Shades of Dark Purple #8C0B77
Tints of Dark Purple #8C0B77
RGB
CMYK
RGB Variations
Color information
#8C0B77 (or 0x8C0B77) is known color: Dark Purple. HEX triplet: 8C, 0B and 77. RGB value is (140,11,119). Sum of RGB (Red+Green+Blue) = 140+11+119=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B77 is #73F488. Grayscale: #3D3D3D. Windows color (decimal): -7599241 or 7801740. OLE color: 7801740.
HSL color Cylindrical-coordinate representation of color #8C0B77: hue angle of 309.77º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B77 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 119 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.45 |
| HSL | 309.77º | 0.85% | 0.3% | - |
| HSV(B) | 309.77º | 0.92% | 0.55% | - |
| XYZ | 14.26 | 7.15 | 18.08 | - |
| YUV | 61.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 119 | 0 | 0.92 | 0.15 | 0.45 | 309.77 | 0.85 | 0.3 |
| Hex | 8C | B | 77 | 0 | 5C | F | 2D | 136 | 55 | 1E |
| Octal | 214 | 13 | 167 | 0 | 134 | 17 | 55 | 466 | 125 | 36 |
| Binary | 10001100 | 1011 | 1110111 | 0 | 1011100 | 1111 | 101101 | 100110110 | 1010101 | 11110 |
Color Harmonies of #8C0B77
Complementary color
Monochromatic Colors of #8C0B77
Black with #8C0B77
Text Example
Text Example
White with #8C0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B77; }
p { color: rgb(140,11,119); }
H1.HeaderClassName
{
color: #8C0B77;
}
.AnyTagClassName
{
color: #8C0B77;
}
</style>
background-color css
<style>
a { background-color: #8C0B77; }
a { background-color: rgb(140,11,119); }
div.DivClassName
{
background-color: #8C0B77;
}
.BgClassName
{
background-color: #8C0B77;
}
</style>
border-color css
<style>
span { border-color: #8C0B77; }
span { border-color: rgb(140,11,119); }
td.TdClassName
{
border-color: #8C0B77;
}
.TagClassName
{
border-color: #8C0B77;
}
</style>