Shades of Dark Purple #8C166A
Tints of Dark Purple #8C166A
RGB
CMYK
RGB Variations
Color information
#8C166A (or 0x8C166A) is known color: Dark Purple. HEX triplet: 8C, 16 and 6A. RGB value is (140,22,106). Sum of RGB (Red+Green+Blue) = 140+22+106=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C166A is #73E995. Grayscale: #424242. Windows color (decimal): -7596438 or 6952588. OLE color: 6952588.
HSL color Cylindrical-coordinate representation of color #8C166A: hue angle of 317.29º 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 #8C166A is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 106 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.45 |
| HSL | 317.29º | 0.73% | 0.32% | - |
| HSV(B) | 317.29º | 0.84% | 0.55% | - |
| XYZ | 13.7 | 7.19 | 14.3 | - |
| YUV | 66.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 106 | 0 | 0.84 | 0.24 | 0.45 | 317.29 | 0.73 | 0.32 |
| Hex | 8C | 16 | 6A | 0 | 54 | 18 | 2D | 13D | 49 | 20 |
| Octal | 214 | 26 | 152 | 0 | 124 | 30 | 55 | 475 | 111 | 40 |
| Binary | 10001100 | 10110 | 1101010 | 0 | 1010100 | 11000 | 101101 | 100111101 | 1001001 | 100000 |
Color Harmonies of #8C166A
Complementary color
Monochromatic Colors of #8C166A
Black with #8C166A
Text Example
Text Example
White with #8C166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C166A; }
p { color: rgb(140,22,106); }
H1.HeaderClassName
{
color: #8C166A;
}
.AnyTagClassName
{
color: #8C166A;
}
</style>
background-color css
<style>
a { background-color: #8C166A; }
a { background-color: rgb(140,22,106); }
div.DivClassName
{
background-color: #8C166A;
}
.BgClassName
{
background-color: #8C166A;
}
</style>
border-color css
<style>
span { border-color: #8C166A; }
span { border-color: rgb(140,22,106); }
td.TdClassName
{
border-color: #8C166A;
}
.TagClassName
{
border-color: #8C166A;
}
</style>