Shades of Dark Purple #8C116F
Tints of Dark Purple #8C116F
RGB
CMYK
RGB Variations
Color information
#8C116F (or 0x8C116F) is known color: Dark Purple. HEX triplet: 8C, 11 and 6F. RGB value is (140,17,111). Sum of RGB (Red+Green+Blue) = 140+17+111=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C116F is #73EE90. Grayscale: #404040. Windows color (decimal): -7597713 or 7278988. OLE color: 7278988.
HSL color Cylindrical-coordinate representation of color #8C116F: hue angle of 314.15º 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 #8C116F is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 111 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.45 |
| HSL | 314.15º | 0.78% | 0.31% | - |
| HSV(B) | 314.15º | 0.88% | 0.55% | - |
| XYZ | 13.88 | 7.12 | 15.68 | - |
| YUV | 64.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 111 | 0 | 0.88 | 0.21 | 0.45 | 314.15 | 0.78 | 0.31 |
| Hex | 8C | 11 | 6F | 0 | 58 | 15 | 2D | 13A | 4E | 1F |
| Octal | 214 | 21 | 157 | 0 | 130 | 25 | 55 | 472 | 116 | 37 |
| Binary | 10001100 | 10001 | 1101111 | 0 | 1011000 | 10101 | 101101 | 100111010 | 1001110 | 11111 |
Color Harmonies of #8C116F
Complementary color
Monochromatic Colors of #8C116F
Black with #8C116F
Text Example
Text Example
White with #8C116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C116F; }
p { color: rgb(140,17,111); }
H1.HeaderClassName
{
color: #8C116F;
}
.AnyTagClassName
{
color: #8C116F;
}
</style>
background-color css
<style>
a { background-color: #8C116F; }
a { background-color: rgb(140,17,111); }
div.DivClassName
{
background-color: #8C116F;
}
.BgClassName
{
background-color: #8C116F;
}
</style>
border-color css
<style>
span { border-color: #8C116F; }
span { border-color: rgb(140,17,111); }
td.TdClassName
{
border-color: #8C116F;
}
.TagClassName
{
border-color: #8C116F;
}
</style>