Shades of Dark Purple #8D187C
Tints of Dark Purple #8D187C
RGB
CMYK
RGB Variations
Color information
#8D187C (or 0x8D187C) is known color: Dark Purple. HEX triplet: 8D, 18 and 7C. RGB value is (141,24,124). Sum of RGB (Red+Green+Blue) = 141+24+124=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D187C is #72E783. Grayscale: #464646. Windows color (decimal): -7530372 or 8132749. OLE color: 8132749.
HSL color Cylindrical-coordinate representation of color #8D187C: hue angle of 308.72º 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 #8D187C is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 124 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.45 |
| HSL | 308.72º | 0.71% | 0.32% | - |
| HSV(B) | 308.72º | 0.83% | 0.55% | - |
| XYZ | 14.95 | 7.77 | 19.78 | - |
| YUV | 70.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 124 | 0 | 0.83 | 0.12 | 0.45 | 308.72 | 0.71 | 0.32 |
| Hex | 8D | 18 | 7C | 0 | 53 | C | 2D | 135 | 47 | 20 |
| Octal | 215 | 30 | 174 | 0 | 123 | 14 | 55 | 465 | 107 | 40 |
| Binary | 10001101 | 11000 | 1111100 | 0 | 1010011 | 1100 | 101101 | 100110101 | 1000111 | 100000 |
Color Harmonies of #8D187C
Complementary color
Monochromatic Colors of #8D187C
Black with #8D187C
Text Example
Text Example
White with #8D187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D187C; }
p { color: rgb(141,24,124); }
H1.HeaderClassName
{
color: #8D187C;
}
.AnyTagClassName
{
color: #8D187C;
}
</style>
background-color css
<style>
a { background-color: #8D187C; }
a { background-color: rgb(141,24,124); }
div.DivClassName
{
background-color: #8D187C;
}
.BgClassName
{
background-color: #8D187C;
}
</style>
border-color css
<style>
span { border-color: #8D187C; }
span { border-color: rgb(141,24,124); }
td.TdClassName
{
border-color: #8D187C;
}
.TagClassName
{
border-color: #8D187C;
}
</style>