Shades of Dark Purple #8D188B
Tints of Dark Purple #8D188B
RGB
CMYK
RGB Variations
Color information
#8D188B (or 0x8D188B) is known color: Dark Purple. HEX triplet: 8D, 18 and 8B. RGB value is (141,24,139). Sum of RGB (Red+Green+Blue) = 141+24+139=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D188B is #72E774. Grayscale: #474747. Windows color (decimal): -7530357 or 9115789. OLE color: 9115789.
HSL color Cylindrical-coordinate representation of color #8D188B: hue angle of 301.03º 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 #8D188B is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 139 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.45 |
| HSL | 301.03º | 0.71% | 0.32% | - |
| HSV(B) | 301.03º | 0.83% | 0.55% | - |
| XYZ | 15.97 | 8.18 | 25.16 | - |
| YUV | 72.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 139 | 0 | 0.83 | 0.01 | 0.45 | 301.03 | 0.71 | 0.32 |
| Hex | 8D | 18 | 8B | 0 | 53 | 1 | 2D | 12D | 47 | 20 |
| Octal | 215 | 30 | 213 | 0 | 123 | 1 | 55 | 455 | 107 | 40 |
| Binary | 10001101 | 11000 | 10001011 | 0 | 1010011 | 1 | 101101 | 100101101 | 1000111 | 100000 |
Color Harmonies of #8D188B
Complementary color
Monochromatic Colors of #8D188B
Black with #8D188B
Text Example
Text Example
White with #8D188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D188B; }
p { color: rgb(141,24,139); }
H1.HeaderClassName
{
color: #8D188B;
}
.AnyTagClassName
{
color: #8D188B;
}
</style>
background-color css
<style>
a { background-color: #8D188B; }
a { background-color: rgb(141,24,139); }
div.DivClassName
{
background-color: #8D188B;
}
.BgClassName
{
background-color: #8D188B;
}
</style>
border-color css
<style>
span { border-color: #8D188B; }
span { border-color: rgb(141,24,139); }
td.TdClassName
{
border-color: #8D188B;
}
.TagClassName
{
border-color: #8D188B;
}
</style>