Shades of Dark Purple #8D187A
Tints of Dark Purple #8D187A
RGB
CMYK
RGB Variations
Color information
#8D187A (or 0x8D187A) is known color: Dark Purple. HEX triplet: 8D, 18 and 7A. RGB value is (141,24,122). Sum of RGB (Red+Green+Blue) = 141+24+122=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D187A is #72E785. Grayscale: #454545. Windows color (decimal): -7530374 or 8001677. OLE color: 8001677.
HSL color Cylindrical-coordinate representation of color #8D187A: hue angle of 309.74º 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 #8D187A is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 122 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.45 |
| HSL | 309.74º | 0.71% | 0.32% | - |
| HSV(B) | 309.74º | 0.83% | 0.55% | - |
| XYZ | 14.82 | 7.72 | 19.12 | - |
| YUV | 70.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 122 | 0 | 0.83 | 0.13 | 0.45 | 309.74 | 0.71 | 0.32 |
| Hex | 8D | 18 | 7A | 0 | 53 | D | 2D | 136 | 47 | 20 |
| Octal | 215 | 30 | 172 | 0 | 123 | 15 | 55 | 466 | 107 | 40 |
| Binary | 10001101 | 11000 | 1111010 | 0 | 1010011 | 1101 | 101101 | 100110110 | 1000111 | 100000 |
Color Harmonies of #8D187A
Complementary color
Monochromatic Colors of #8D187A
Black with #8D187A
Text Example
Text Example
White with #8D187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D187A; }
p { color: rgb(141,24,122); }
H1.HeaderClassName
{
color: #8D187A;
}
.AnyTagClassName
{
color: #8D187A;
}
</style>
background-color css
<style>
a { background-color: #8D187A; }
a { background-color: rgb(141,24,122); }
div.DivClassName
{
background-color: #8D187A;
}
.BgClassName
{
background-color: #8D187A;
}
</style>
border-color css
<style>
span { border-color: #8D187A; }
span { border-color: rgb(141,24,122); }
td.TdClassName
{
border-color: #8D187A;
}
.TagClassName
{
border-color: #8D187A;
}
</style>