Shades of Dark Purple #8C116C
Tints of Dark Purple #8C116C
RGB
CMYK
RGB Variations
Color information
#8C116C (or 0x8C116C) is known color: Dark Purple. HEX triplet: 8C, 11 and 6C. RGB value is (140,17,108). Sum of RGB (Red+Green+Blue) = 140+17+108=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C116C is #73EE93. Grayscale: #3F3F3F. Windows color (decimal): -7597716 or 7082380. OLE color: 7082380.
HSL color Cylindrical-coordinate representation of color #8C116C: hue angle of 315.61º 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 #8C116C is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 108 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.45 |
| HSL | 315.61º | 0.78% | 0.31% | - |
| HSV(B) | 315.61º | 0.88% | 0.55% | - |
| XYZ | 13.72 | 7.06 | 14.83 | - |
| YUV | 64.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 108 | 0 | 0.88 | 0.23 | 0.45 | 315.61 | 0.78 | 0.31 |
| Hex | 8C | 11 | 6C | 0 | 58 | 17 | 2D | 13C | 4E | 1F |
| Octal | 214 | 21 | 154 | 0 | 130 | 27 | 55 | 474 | 116 | 37 |
| Binary | 10001100 | 10001 | 1101100 | 0 | 1011000 | 10111 | 101101 | 100111100 | 1001110 | 11111 |
Color Harmonies of #8C116C
Complementary color
Monochromatic Colors of #8C116C
Black with #8C116C
Text Example
Text Example
White with #8C116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C116C; }
p { color: rgb(140,17,108); }
H1.HeaderClassName
{
color: #8C116C;
}
.AnyTagClassName
{
color: #8C116C;
}
</style>
background-color css
<style>
a { background-color: #8C116C; }
a { background-color: rgb(140,17,108); }
div.DivClassName
{
background-color: #8C116C;
}
.BgClassName
{
background-color: #8C116C;
}
</style>
border-color css
<style>
span { border-color: #8C116C; }
span { border-color: rgb(140,17,108); }
td.TdClassName
{
border-color: #8C116C;
}
.TagClassName
{
border-color: #8C116C;
}
</style>