Shades of Dark Purple #8C167B
Tints of Dark Purple #8C167B
RGB
CMYK
RGB Variations
Color information
#8C167B (or 0x8C167B) is known color: Dark Purple. HEX triplet: 8C, 16 and 7B. RGB value is (140,22,123). Sum of RGB (Red+Green+Blue) = 140+22+123=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C167B is #73E984. Grayscale: #444444. Windows color (decimal): -7596421 or 8066700. OLE color: 8066700.
HSL color Cylindrical-coordinate representation of color #8C167B: hue angle of 308.64º 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 #8C167B is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 123 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.45 |
| HSL | 308.64º | 0.73% | 0.32% | - |
| HSV(B) | 308.64º | 0.84% | 0.55% | - |
| XYZ | 14.68 | 7.58 | 19.43 | - |
| YUV | 68.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 123 | 0 | 0.84 | 0.12 | 0.45 | 308.64 | 0.73 | 0.32 |
| Hex | 8C | 16 | 7B | 0 | 54 | C | 2D | 135 | 49 | 20 |
| Octal | 214 | 26 | 173 | 0 | 124 | 14 | 55 | 465 | 111 | 40 |
| Binary | 10001100 | 10110 | 1111011 | 0 | 1010100 | 1100 | 101101 | 100110101 | 1001001 | 100000 |
Color Harmonies of #8C167B
Complementary color
Monochromatic Colors of #8C167B
Black with #8C167B
Text Example
Text Example
White with #8C167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C167B; }
p { color: rgb(140,22,123); }
H1.HeaderClassName
{
color: #8C167B;
}
.AnyTagClassName
{
color: #8C167B;
}
</style>
background-color css
<style>
a { background-color: #8C167B; }
a { background-color: rgb(140,22,123); }
div.DivClassName
{
background-color: #8C167B;
}
.BgClassName
{
background-color: #8C167B;
}
</style>
border-color css
<style>
span { border-color: #8C167B; }
span { border-color: rgb(140,22,123); }
td.TdClassName
{
border-color: #8C167B;
}
.TagClassName
{
border-color: #8C167B;
}
</style>