Shades of Dark Purple #8C116B
Tints of Dark Purple #8C116B
RGB
CMYK
RGB Variations
Color information
#8C116B (or 0x8C116B) is known color: Dark Purple. HEX triplet: 8C, 11 and 6B. RGB value is (140,17,107). Sum of RGB (Red+Green+Blue) = 140+17+107=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C116B is #73EE94. Grayscale: #3F3F3F. Windows color (decimal): -7597717 or 7016844. OLE color: 7016844.
HSL color Cylindrical-coordinate representation of color #8C116B: hue angle of 316.1º 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 #8C116B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 107 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.45 |
| HSL | 316.1º | 0.78% | 0.31% | - |
| HSV(B) | 316.1º | 0.88% | 0.55% | - |
| XYZ | 13.67 | 7.04 | 14.55 | - |
| YUV | 64.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 107 | 0 | 0.88 | 0.24 | 0.45 | 316.1 | 0.78 | 0.31 |
| Hex | 8C | 11 | 6B | 0 | 58 | 18 | 2D | 13C | 4E | 1F |
| Octal | 214 | 21 | 153 | 0 | 130 | 30 | 55 | 474 | 116 | 37 |
| Binary | 10001100 | 10001 | 1101011 | 0 | 1011000 | 11000 | 101101 | 100111100 | 1001110 | 11111 |
Color Harmonies of #8C116B
Complementary color
Monochromatic Colors of #8C116B
Black with #8C116B
Text Example
Text Example
White with #8C116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C116B; }
p { color: rgb(140,17,107); }
H1.HeaderClassName
{
color: #8C116B;
}
.AnyTagClassName
{
color: #8C116B;
}
</style>
background-color css
<style>
a { background-color: #8C116B; }
a { background-color: rgb(140,17,107); }
div.DivClassName
{
background-color: #8C116B;
}
.BgClassName
{
background-color: #8C116B;
}
</style>
border-color css
<style>
span { border-color: #8C116B; }
span { border-color: rgb(140,17,107); }
td.TdClassName
{
border-color: #8C116B;
}
.TagClassName
{
border-color: #8C116B;
}
</style>