Shades of Dark Purple #8C1177
Tints of Dark Purple #8C1177
RGB
CMYK
RGB Variations
Color information
#8C1177 (or 0x8C1177) is known color: Dark Purple. HEX triplet: 8C, 11 and 77. RGB value is (140,17,119). Sum of RGB (Red+Green+Blue) = 140+17+119=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1177 is #73EE88. Grayscale: #414141. Windows color (decimal): -7597705 or 7803276. OLE color: 7803276.
HSL color Cylindrical-coordinate representation of color #8C1177: hue angle of 310.24º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1177 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 119 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.45 |
| HSL | 310.24º | 0.78% | 0.31% | - |
| HSV(B) | 310.24º | 0.88% | 0.55% | - |
| XYZ | 14.35 | 7.31 | 18.11 | - |
| YUV | 65.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 119 | 0 | 0.88 | 0.15 | 0.45 | 310.24 | 0.78 | 0.31 |
| Hex | 8C | 11 | 77 | 0 | 58 | F | 2D | 136 | 4E | 1F |
| Octal | 214 | 21 | 167 | 0 | 130 | 17 | 55 | 466 | 116 | 37 |
| Binary | 10001100 | 10001 | 1110111 | 0 | 1011000 | 1111 | 101101 | 100110110 | 1001110 | 11111 |
Color Harmonies of #8C1177
Complementary color
Monochromatic Colors of #8C1177
Black with #8C1177
Text Example
Text Example
White with #8C1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1177; }
p { color: rgb(140,17,119); }
H1.HeaderClassName
{
color: #8C1177;
}
.AnyTagClassName
{
color: #8C1177;
}
</style>
background-color css
<style>
a { background-color: #8C1177; }
a { background-color: rgb(140,17,119); }
div.DivClassName
{
background-color: #8C1177;
}
.BgClassName
{
background-color: #8C1177;
}
</style>
border-color css
<style>
span { border-color: #8C1177; }
span { border-color: rgb(140,17,119); }
td.TdClassName
{
border-color: #8C1177;
}
.TagClassName
{
border-color: #8C1177;
}
</style>