Shades of Dark Purple #982787
Tints of Dark Purple #982787
RGB
CMYK
RGB Variations
Color information
#982787 (or 0x982787) is known color: Dark Purple. HEX triplet: 98, 27 and 87. RGB value is (152,39,135). Sum of RGB (Red+Green+Blue) = 152+39+135=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #982787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982787 is #67D878. Grayscale: #535353. Windows color (decimal): -6805625 or 8857496. OLE color: 8857496.
HSL color Cylindrical-coordinate representation of color #982787: hue angle of 309.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982787 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 135 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.40 |
| HSL | 309.03º | 0.59% | 0.37% | - |
| HSV(B) | 309.03º | 0.74% | 0.6% | - |
| XYZ | 18.05 | 9.88 | 23.88 | - |
| YUV | 83.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 135 | 0 | 0.74 | 0.11 | 0.40 | 309.03 | 0.59 | 0.37 |
| Hex | 98 | 27 | 87 | 0 | 4A | B | 28 | 135 | 3B | 25 |
| Octal | 230 | 47 | 207 | 0 | 112 | 13 | 50 | 465 | 73 | 45 |
| Binary | 10011000 | 100111 | 10000111 | 0 | 1001010 | 1011 | 101000 | 100110101 | 111011 | 100101 |
Color Harmonies of #982787
Complementary color
Monochromatic Colors of #982787
Black with #982787
Text Example
Text Example
White with #982787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982787; }
p { color: rgb(152,39,135); }
H1.HeaderClassName
{
color: #982787;
}
.AnyTagClassName
{
color: #982787;
}
</style>
background-color css
<style>
a { background-color: #982787; }
a { background-color: rgb(152,39,135); }
div.DivClassName
{
background-color: #982787;
}
.BgClassName
{
background-color: #982787;
}
</style>
border-color css
<style>
span { border-color: #982787; }
span { border-color: rgb(152,39,135); }
td.TdClassName
{
border-color: #982787;
}
.TagClassName
{
border-color: #982787;
}
</style>