Shades of Dark Purple #8C106C
Tints of Dark Purple #8C106C
RGB
CMYK
RGB Variations
Color information
#8C106C (or 0x8C106C) is known color: Dark Purple. HEX triplet: 8C, 10 and 6C. RGB value is (140,16,108). Sum of RGB (Red+Green+Blue) = 140+16+108=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C106C is #73EF93. Grayscale: #3F3F3F. Windows color (decimal): -7597972 or 7082124. OLE color: 7082124.
HSL color Cylindrical-coordinate representation of color #8C106C: hue angle of 315.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C106C is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 108 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.45 |
| HSL | 315.48º | 0.79% | 0.31% | - |
| HSV(B) | 315.48º | 0.89% | 0.55% | - |
| XYZ | 13.71 | 7.03 | 14.82 | - |
| YUV | 63.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 108 | 0 | 0.89 | 0.23 | 0.45 | 315.48 | 0.79 | 0.31 |
| Hex | 8C | 10 | 6C | 0 | 59 | 17 | 2D | 13B | 4F | 1F |
| Octal | 214 | 20 | 154 | 0 | 131 | 27 | 55 | 473 | 117 | 37 |
| Binary | 10001100 | 10000 | 1101100 | 0 | 1011001 | 10111 | 101101 | 100111011 | 1001111 | 11111 |
Color Harmonies of #8C106C
Complementary color
Monochromatic Colors of #8C106C
Black with #8C106C
Text Example
Text Example
White with #8C106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C106C; }
p { color: rgb(140,16,108); }
H1.HeaderClassName
{
color: #8C106C;
}
.AnyTagClassName
{
color: #8C106C;
}
</style>
background-color css
<style>
a { background-color: #8C106C; }
a { background-color: rgb(140,16,108); }
div.DivClassName
{
background-color: #8C106C;
}
.BgClassName
{
background-color: #8C106C;
}
</style>
border-color css
<style>
span { border-color: #8C106C; }
span { border-color: rgb(140,16,108); }
td.TdClassName
{
border-color: #8C106C;
}
.TagClassName
{
border-color: #8C106C;
}
</style>