Shades of Dark Purple #8D166F
Tints of Dark Purple #8D166F
RGB
CMYK
RGB Variations
Color information
#8D166F (or 0x8D166F) is known color: Dark Purple. HEX triplet: 8D, 16 and 6F. RGB value is (141,22,111). Sum of RGB (Red+Green+Blue) = 141+22+111=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D166F is #72E990. Grayscale: #434343. Windows color (decimal): -7530897 or 7280269. OLE color: 7280269.
HSL color Cylindrical-coordinate representation of color #8D166F: hue angle of 315.13º 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 #8D166F is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 111 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.45 |
| HSL | 315.13º | 0.73% | 0.32% | - |
| HSV(B) | 315.13º | 0.84% | 0.55% | - |
| XYZ | 14.14 | 7.38 | 15.72 | - |
| YUV | 67.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 111 | 0 | 0.84 | 0.21 | 0.45 | 315.13 | 0.73 | 0.32 |
| Hex | 8D | 16 | 6F | 0 | 54 | 15 | 2D | 13B | 49 | 20 |
| Octal | 215 | 26 | 157 | 0 | 124 | 25 | 55 | 473 | 111 | 40 |
| Binary | 10001101 | 10110 | 1101111 | 0 | 1010100 | 10101 | 101101 | 100111011 | 1001001 | 100000 |
Color Harmonies of #8D166F
Complementary color
Monochromatic Colors of #8D166F
Black with #8D166F
Text Example
Text Example
White with #8D166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D166F; }
p { color: rgb(141,22,111); }
H1.HeaderClassName
{
color: #8D166F;
}
.AnyTagClassName
{
color: #8D166F;
}
</style>
background-color css
<style>
a { background-color: #8D166F; }
a { background-color: rgb(141,22,111); }
div.DivClassName
{
background-color: #8D166F;
}
.BgClassName
{
background-color: #8D166F;
}
</style>
border-color css
<style>
span { border-color: #8D166F; }
span { border-color: rgb(141,22,111); }
td.TdClassName
{
border-color: #8D166F;
}
.TagClassName
{
border-color: #8D166F;
}
</style>