Shades of Dark Purple #8D1888
Tints of Dark Purple #8D1888
RGB
CMYK
RGB Variations
Color information
#8D1888 (or 0x8D1888) is known color: Dark Purple. HEX triplet: 8D, 18 and 88. RGB value is (141,24,136). Sum of RGB (Red+Green+Blue) = 141+24+136=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1888 is #72E777. Grayscale: #474747. Windows color (decimal): -7530360 or 8919181. OLE color: 8919181.
HSL color Cylindrical-coordinate representation of color #8D1888: hue angle of 302.56º 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 #8D1888 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 136 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.45 |
| HSL | 302.56º | 0.71% | 0.32% | - |
| HSV(B) | 302.56º | 0.83% | 0.55% | - |
| XYZ | 15.76 | 8.09 | 24.02 | - |
| YUV | 71.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 136 | 0 | 0.83 | 0.04 | 0.45 | 302.56 | 0.71 | 0.32 |
| Hex | 8D | 18 | 88 | 0 | 53 | 4 | 2D | 12F | 47 | 20 |
| Octal | 215 | 30 | 210 | 0 | 123 | 4 | 55 | 457 | 107 | 40 |
| Binary | 10001101 | 11000 | 10001000 | 0 | 1010011 | 100 | 101101 | 100101111 | 1000111 | 100000 |
Color Harmonies of #8D1888
Complementary color
Monochromatic Colors of #8D1888
Black with #8D1888
Text Example
Text Example
White with #8D1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1888; }
p { color: rgb(141,24,136); }
H1.HeaderClassName
{
color: #8D1888;
}
.AnyTagClassName
{
color: #8D1888;
}
</style>
background-color css
<style>
a { background-color: #8D1888; }
a { background-color: rgb(141,24,136); }
div.DivClassName
{
background-color: #8D1888;
}
.BgClassName
{
background-color: #8D1888;
}
</style>
border-color css
<style>
span { border-color: #8D1888; }
span { border-color: rgb(141,24,136); }
td.TdClassName
{
border-color: #8D1888;
}
.TagClassName
{
border-color: #8D1888;
}
</style>