Shades of Dark Purple #8D188A
Tints of Dark Purple #8D188A
RGB
CMYK
RGB Variations
Color information
#8D188A (or 0x8D188A) is known color: Dark Purple. HEX triplet: 8D, 18 and 8A. RGB value is (141,24,138). Sum of RGB (Red+Green+Blue) = 141+24+138=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D188A is #72E775. Grayscale: #474747. Windows color (decimal): -7530358 or 9050253. OLE color: 9050253.
HSL color Cylindrical-coordinate representation of color #8D188A: hue angle of 301.54º 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 #8D188A is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 138 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.45 |
| HSL | 301.54º | 0.71% | 0.32% | - |
| HSV(B) | 301.54º | 0.83% | 0.55% | - |
| XYZ | 15.9 | 8.15 | 24.78 | - |
| YUV | 71.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 138 | 0 | 0.83 | 0.02 | 0.45 | 301.54 | 0.71 | 0.32 |
| Hex | 8D | 18 | 8A | 0 | 53 | 2 | 2D | 12E | 47 | 20 |
| Octal | 215 | 30 | 212 | 0 | 123 | 2 | 55 | 456 | 107 | 40 |
| Binary | 10001101 | 11000 | 10001010 | 0 | 1010011 | 10 | 101101 | 100101110 | 1000111 | 100000 |
Color Harmonies of #8D188A
Complementary color
Monochromatic Colors of #8D188A
Black with #8D188A
Text Example
Text Example
White with #8D188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D188A; }
p { color: rgb(141,24,138); }
H1.HeaderClassName
{
color: #8D188A;
}
.AnyTagClassName
{
color: #8D188A;
}
</style>
background-color css
<style>
a { background-color: #8D188A; }
a { background-color: rgb(141,24,138); }
div.DivClassName
{
background-color: #8D188A;
}
.BgClassName
{
background-color: #8D188A;
}
</style>
border-color css
<style>
span { border-color: #8D188A; }
span { border-color: rgb(141,24,138); }
td.TdClassName
{
border-color: #8D188A;
}
.TagClassName
{
border-color: #8D188A;
}
</style>