Shades of Dark Purple #8D176D
Tints of Dark Purple #8D176D
RGB
CMYK
RGB Variations
Color information
#8D176D (or 0x8D176D) is known color: Dark Purple. HEX triplet: 8D, 17 and 6D. RGB value is (141,23,109). Sum of RGB (Red+Green+Blue) = 141+23+109=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D176D is #72E892. Grayscale: #434343. Windows color (decimal): -7530643 or 7149453. OLE color: 7149453.
HSL color Cylindrical-coordinate representation of color #8D176D: hue angle of 316.27º 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 #8D176D is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 23 | 109 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.45 |
| HSL | 316.27º | 0.72% | 0.32% | - |
| HSV(B) | 316.27º | 0.84% | 0.55% | - |
| XYZ | 14.05 | 7.38 | 15.15 | - |
| YUV | 68.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 109 | 0 | 0.84 | 0.23 | 0.45 | 316.27 | 0.72 | 0.32 |
| Hex | 8D | 17 | 6D | 0 | 54 | 17 | 2D | 13C | 48 | 20 |
| Octal | 215 | 27 | 155 | 0 | 124 | 27 | 55 | 474 | 110 | 40 |
| Binary | 10001101 | 10111 | 1101101 | 0 | 1010100 | 10111 | 101101 | 100111100 | 1001000 | 100000 |
Color Harmonies of #8D176D
Complementary color
Monochromatic Colors of #8D176D
Black with #8D176D
Text Example
Text Example
White with #8D176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D176D; }
p { color: rgb(141,23,109); }
H1.HeaderClassName
{
color: #8D176D;
}
.AnyTagClassName
{
color: #8D176D;
}
</style>
background-color css
<style>
a { background-color: #8D176D; }
a { background-color: rgb(141,23,109); }
div.DivClassName
{
background-color: #8D176D;
}
.BgClassName
{
background-color: #8D176D;
}
</style>
border-color css
<style>
span { border-color: #8D176D; }
span { border-color: rgb(141,23,109); }
td.TdClassName
{
border-color: #8D176D;
}
.TagClassName
{
border-color: #8D176D;
}
</style>