Shades of Dark Purple #981787
Tints of Dark Purple #981787
RGB
CMYK
RGB Variations
Color information
#981787 (or 0x981787) is known color: Dark Purple. HEX triplet: 98, 17 and 87. RGB value is (152,23,135). Sum of RGB (Red+Green+Blue) = 152+23+135=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #981787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981787 is #67E878. Grayscale: #4A4A4A. Windows color (decimal): -6809721 or 8853400. OLE color: 8853400.
HSL color Cylindrical-coordinate representation of color #981787: hue angle of 307.91º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981787 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 135 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.40 |
| HSL | 307.91º | 0.74% | 0.34% | - |
| HSV(B) | 307.91º | 0.85% | 0.6% | - |
| XYZ | 17.63 | 9.04 | 23.74 | - |
| YUV | 74.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 135 | 0 | 0.85 | 0.11 | 0.40 | 307.91 | 0.74 | 0.34 |
| Hex | 98 | 17 | 87 | 0 | 55 | B | 28 | 134 | 4A | 22 |
| Octal | 230 | 27 | 207 | 0 | 125 | 13 | 50 | 464 | 112 | 42 |
| Binary | 10011000 | 10111 | 10000111 | 0 | 1010101 | 1011 | 101000 | 100110100 | 1001010 | 100010 |
Color Harmonies of #981787
Complementary color
Monochromatic Colors of #981787
Black with #981787
Text Example
Text Example
White with #981787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981787; }
p { color: rgb(152,23,135); }
H1.HeaderClassName
{
color: #981787;
}
.AnyTagClassName
{
color: #981787;
}
</style>
background-color css
<style>
a { background-color: #981787; }
a { background-color: rgb(152,23,135); }
div.DivClassName
{
background-color: #981787;
}
.BgClassName
{
background-color: #981787;
}
</style>
border-color css
<style>
span { border-color: #981787; }
span { border-color: rgb(152,23,135); }
td.TdClassName
{
border-color: #981787;
}
.TagClassName
{
border-color: #981787;
}
</style>