Shades of Dark Purple #8D176F
Tints of Dark Purple #8D176F
RGB
CMYK
RGB Variations
Color information
#8D176F (or 0x8D176F) is known color: Dark Purple. HEX triplet: 8D, 17 and 6F. RGB value is (141,23,111). Sum of RGB (Red+Green+Blue) = 141+23+111=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D176F is #72E890. Grayscale: #444444. Windows color (decimal): -7530641 or 7280525. OLE color: 7280525.
HSL color Cylindrical-coordinate representation of color #8D176F: hue angle of 315.25º 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 #8D176F is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 23 | 111 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.45 |
| HSL | 315.25º | 0.72% | 0.32% | - |
| HSV(B) | 315.25º | 0.84% | 0.55% | - |
| XYZ | 14.16 | 7.42 | 15.73 | - |
| YUV | 68.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 111 | 0 | 0.84 | 0.21 | 0.45 | 315.25 | 0.72 | 0.32 |
| Hex | 8D | 17 | 6F | 0 | 54 | 15 | 2D | 13B | 48 | 20 |
| Octal | 215 | 27 | 157 | 0 | 124 | 25 | 55 | 473 | 110 | 40 |
| Binary | 10001101 | 10111 | 1101111 | 0 | 1010100 | 10101 | 101101 | 100111011 | 1001000 | 100000 |
Color Harmonies of #8D176F
Complementary color
Monochromatic Colors of #8D176F
Black with #8D176F
Text Example
Text Example
White with #8D176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D176F; }
p { color: rgb(141,23,111); }
H1.HeaderClassName
{
color: #8D176F;
}
.AnyTagClassName
{
color: #8D176F;
}
</style>
background-color css
<style>
a { background-color: #8D176F; }
a { background-color: rgb(141,23,111); }
div.DivClassName
{
background-color: #8D176F;
}
.BgClassName
{
background-color: #8D176F;
}
</style>
border-color css
<style>
span { border-color: #8D176F; }
span { border-color: rgb(141,23,111); }
td.TdClassName
{
border-color: #8D176F;
}
.TagClassName
{
border-color: #8D176F;
}
</style>