Shades of Dark Purple #8C166E
Tints of Dark Purple #8C166E
RGB
CMYK
RGB Variations
Color information
#8C166E (or 0x8C166E) is known color: Dark Purple. HEX triplet: 8C, 16 and 6E. RGB value is (140,22,110). Sum of RGB (Red+Green+Blue) = 140+22+110=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C166E is #73E991. Grayscale: #434343. Windows color (decimal): -7596434 or 7214732. OLE color: 7214732.
HSL color Cylindrical-coordinate representation of color #8C166E: hue angle of 315.25º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C166E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 110 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.45 |
| HSL | 315.25º | 0.73% | 0.32% | - |
| HSV(B) | 315.25º | 0.84% | 0.55% | - |
| XYZ | 13.92 | 7.28 | 15.42 | - |
| YUV | 67.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 110 | 0 | 0.84 | 0.21 | 0.45 | 315.25 | 0.73 | 0.32 |
| Hex | 8C | 16 | 6E | 0 | 54 | 15 | 2D | 13B | 49 | 20 |
| Octal | 214 | 26 | 156 | 0 | 124 | 25 | 55 | 473 | 111 | 40 |
| Binary | 10001100 | 10110 | 1101110 | 0 | 1010100 | 10101 | 101101 | 100111011 | 1001001 | 100000 |
Color Harmonies of #8C166E
Complementary color
Monochromatic Colors of #8C166E
Black with #8C166E
Text Example
Text Example
White with #8C166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C166E; }
p { color: rgb(140,22,110); }
H1.HeaderClassName
{
color: #8C166E;
}
.AnyTagClassName
{
color: #8C166E;
}
</style>
background-color css
<style>
a { background-color: #8C166E; }
a { background-color: rgb(140,22,110); }
div.DivClassName
{
background-color: #8C166E;
}
.BgClassName
{
background-color: #8C166E;
}
</style>
border-color css
<style>
span { border-color: #8C166E; }
span { border-color: rgb(140,22,110); }
td.TdClassName
{
border-color: #8C166E;
}
.TagClassName
{
border-color: #8C166E;
}
</style>