Shades of Dark Purple #8D186C
Tints of Dark Purple #8D186C
RGB
CMYK
RGB Variations
Color information
#8D186C (or 0x8D186C) is known color: Dark Purple. HEX triplet: 8D, 18 and 6C. RGB value is (141,24,108). Sum of RGB (Red+Green+Blue) = 141+24+108=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D186C is #72E793. Grayscale: #444444. Windows color (decimal): -7530388 or 7084173. OLE color: 7084173.
HSL color Cylindrical-coordinate representation of color #8D186C: hue angle of 316.92º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D186C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 108 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.45 |
| HSL | 316.92º | 0.71% | 0.32% | - |
| HSV(B) | 316.92º | 0.83% | 0.55% | - |
| XYZ | 14.02 | 7.4 | 14.88 | - |
| YUV | 68.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 108 | 0 | 0.83 | 0.23 | 0.45 | 316.92 | 0.71 | 0.32 |
| Hex | 8D | 18 | 6C | 0 | 53 | 17 | 2D | 13D | 47 | 20 |
| Octal | 215 | 30 | 154 | 0 | 123 | 27 | 55 | 475 | 107 | 40 |
| Binary | 10001101 | 11000 | 1101100 | 0 | 1010011 | 10111 | 101101 | 100111101 | 1000111 | 100000 |
Color Harmonies of #8D186C
Complementary color
Monochromatic Colors of #8D186C
Black with #8D186C
Text Example
Text Example
White with #8D186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D186C; }
p { color: rgb(141,24,108); }
H1.HeaderClassName
{
color: #8D186C;
}
.AnyTagClassName
{
color: #8D186C;
}
</style>
background-color css
<style>
a { background-color: #8D186C; }
a { background-color: rgb(141,24,108); }
div.DivClassName
{
background-color: #8D186C;
}
.BgClassName
{
background-color: #8D186C;
}
</style>
border-color css
<style>
span { border-color: #8D186C; }
span { border-color: rgb(141,24,108); }
td.TdClassName
{
border-color: #8D186C;
}
.TagClassName
{
border-color: #8D186C;
}
</style>