Shades of Dark Purple #8C176E
Tints of Dark Purple #8C176E
RGB
CMYK
RGB Variations
Color information
#8C176E (or 0x8C176E) is known color: Dark Purple. HEX triplet: 8C, 17 and 6E. RGB value is (140,23,110). Sum of RGB (Red+Green+Blue) = 140+23+110=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C176E is #73E891. Grayscale: #434343. Windows color (decimal): -7596178 or 7214988. OLE color: 7214988.
HSL color Cylindrical-coordinate representation of color #8C176E: hue angle of 315.38º degrees, saturation: 0.72, 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 #8C176E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 110 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.45 |
| HSL | 315.38º | 0.72% | 0.32% | - |
| HSV(B) | 315.38º | 0.84% | 0.55% | - |
| XYZ | 13.94 | 7.31 | 15.43 | - |
| YUV | 67.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 110 | 0 | 0.84 | 0.21 | 0.45 | 315.38 | 0.72 | 0.32 |
| Hex | 8C | 17 | 6E | 0 | 54 | 15 | 2D | 13B | 48 | 20 |
| Octal | 214 | 27 | 156 | 0 | 124 | 25 | 55 | 473 | 110 | 40 |
| Binary | 10001100 | 10111 | 1101110 | 0 | 1010100 | 10101 | 101101 | 100111011 | 1001000 | 100000 |
Color Harmonies of #8C176E
Complementary color
Monochromatic Colors of #8C176E
Black with #8C176E
Text Example
Text Example
White with #8C176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C176E; }
p { color: rgb(140,23,110); }
H1.HeaderClassName
{
color: #8C176E;
}
.AnyTagClassName
{
color: #8C176E;
}
</style>
background-color css
<style>
a { background-color: #8C176E; }
a { background-color: rgb(140,23,110); }
div.DivClassName
{
background-color: #8C176E;
}
.BgClassName
{
background-color: #8C176E;
}
</style>
border-color css
<style>
span { border-color: #8C176E; }
span { border-color: rgb(140,23,110); }
td.TdClassName
{
border-color: #8C176E;
}
.TagClassName
{
border-color: #8C176E;
}
</style>