Shades of Dark Purple #8C167A
Tints of Dark Purple #8C167A
RGB
CMYK
RGB Variations
Color information
#8C167A (or 0x8C167A) is known color: Dark Purple. HEX triplet: 8C, 16 and 7A. RGB value is (140,22,122). Sum of RGB (Red+Green+Blue) = 140+22+122=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C167A is #73E985. Grayscale: #444444. Windows color (decimal): -7596422 or 8001164. OLE color: 8001164.
HSL color Cylindrical-coordinate representation of color #8C167A: hue angle of 309.15º 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 #8C167A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 122 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.45 |
| HSL | 309.15º | 0.73% | 0.32% | - |
| HSV(B) | 309.15º | 0.84% | 0.55% | - |
| XYZ | 14.61 | 7.55 | 19.1 | - |
| YUV | 68.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 122 | 0 | 0.84 | 0.13 | 0.45 | 309.15 | 0.73 | 0.32 |
| Hex | 8C | 16 | 7A | 0 | 54 | D | 2D | 135 | 49 | 20 |
| Octal | 214 | 26 | 172 | 0 | 124 | 15 | 55 | 465 | 111 | 40 |
| Binary | 10001100 | 10110 | 1111010 | 0 | 1010100 | 1101 | 101101 | 100110101 | 1001001 | 100000 |
Color Harmonies of #8C167A
Complementary color
Monochromatic Colors of #8C167A
Black with #8C167A
Text Example
Text Example
White with #8C167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C167A; }
p { color: rgb(140,22,122); }
H1.HeaderClassName
{
color: #8C167A;
}
.AnyTagClassName
{
color: #8C167A;
}
</style>
background-color css
<style>
a { background-color: #8C167A; }
a { background-color: rgb(140,22,122); }
div.DivClassName
{
background-color: #8C167A;
}
.BgClassName
{
background-color: #8C167A;
}
</style>
border-color css
<style>
span { border-color: #8C167A; }
span { border-color: rgb(140,22,122); }
td.TdClassName
{
border-color: #8C167A;
}
.TagClassName
{
border-color: #8C167A;
}
</style>