Shades of Dark Purple #8D2488
Tints of Dark Purple #8D2488
RGB
CMYK
RGB Variations
Color information
#8D2488 (or 0x8D2488) is known color: Dark Purple. HEX triplet: 8D, 24 and 88. RGB value is (141,36,136). Sum of RGB (Red+Green+Blue) = 141+36+136=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2488 is #72DB77. Grayscale: #4E4E4E. Windows color (decimal): -7527288 or 8922253. OLE color: 8922253.
HSL color Cylindrical-coordinate representation of color #8D2488: hue angle of 302.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2488 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 136 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.45 |
| HSL | 302.86º | 0.59% | 0.35% | - |
| HSV(B) | 302.86º | 0.74% | 0.55% | - |
| XYZ | 16.06 | 8.7 | 24.13 | - |
| YUV | 78.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 136 | 0 | 0.74 | 0.04 | 0.45 | 302.86 | 0.59 | 0.35 |
| Hex | 8D | 24 | 88 | 0 | 4A | 4 | 2D | 12F | 3B | 23 |
| Octal | 215 | 44 | 210 | 0 | 112 | 4 | 55 | 457 | 73 | 43 |
| Binary | 10001101 | 100100 | 10001000 | 0 | 1001010 | 100 | 101101 | 100101111 | 111011 | 100011 |
Color Harmonies of #8D2488
Complementary color
Monochromatic Colors of #8D2488
Black with #8D2488
Text Example
Text Example
White with #8D2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2488; }
p { color: rgb(141,36,136); }
H1.HeaderClassName
{
color: #8D2488;
}
.AnyTagClassName
{
color: #8D2488;
}
</style>
background-color css
<style>
a { background-color: #8D2488; }
a { background-color: rgb(141,36,136); }
div.DivClassName
{
background-color: #8D2488;
}
.BgClassName
{
background-color: #8D2488;
}
</style>
border-color css
<style>
span { border-color: #8D2488; }
span { border-color: rgb(141,36,136); }
td.TdClassName
{
border-color: #8D2488;
}
.TagClassName
{
border-color: #8D2488;
}
</style>