Shades of Dark Purple #8C176D
Tints of Dark Purple #8C176D
RGB
CMYK
RGB Variations
Color information
#8C176D (or 0x8C176D) is known color: Dark Purple. HEX triplet: 8C, 17 and 6D. RGB value is (140,23,109). Sum of RGB (Red+Green+Blue) = 140+23+109=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C176D is #73E892. Grayscale: #434343. Windows color (decimal): -7596179 or 7149452. OLE color: 7149452.
HSL color Cylindrical-coordinate representation of color #8C176D: hue angle of 315.9º 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 #8C176D is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 109 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.45 |
| HSL | 315.9º | 0.72% | 0.32% | - |
| HSV(B) | 315.9º | 0.84% | 0.55% | - |
| XYZ | 13.88 | 7.29 | 15.14 | - |
| YUV | 67.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 109 | 0 | 0.84 | 0.22 | 0.45 | 315.9 | 0.72 | 0.32 |
| Hex | 8C | 17 | 6D | 0 | 54 | 16 | 2D | 13C | 48 | 20 |
| Octal | 214 | 27 | 155 | 0 | 124 | 26 | 55 | 474 | 110 | 40 |
| Binary | 10001100 | 10111 | 1101101 | 0 | 1010100 | 10110 | 101101 | 100111100 | 1001000 | 100000 |
Color Harmonies of #8C176D
Complementary color
Monochromatic Colors of #8C176D
Black with #8C176D
Text Example
Text Example
White with #8C176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C176D; }
p { color: rgb(140,23,109); }
H1.HeaderClassName
{
color: #8C176D;
}
.AnyTagClassName
{
color: #8C176D;
}
</style>
background-color css
<style>
a { background-color: #8C176D; }
a { background-color: rgb(140,23,109); }
div.DivClassName
{
background-color: #8C176D;
}
.BgClassName
{
background-color: #8C176D;
}
</style>
border-color css
<style>
span { border-color: #8C176D; }
span { border-color: rgb(140,23,109); }
td.TdClassName
{
border-color: #8C176D;
}
.TagClassName
{
border-color: #8C176D;
}
</style>