Shades of Dark Purple #982585
Tints of Dark Purple #982585
RGB
CMYK
RGB Variations
Color information
#982585 (or 0x982585) is known color: Dark Purple. HEX triplet: 98, 25 and 85. RGB value is (152,37,133). Sum of RGB (Red+Green+Blue) = 152+37+133=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #982585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982585 is #67DA7A. Grayscale: #525252. Windows color (decimal): -6806139 or 8725912. OLE color: 8725912.
HSL color Cylindrical-coordinate representation of color #982585: hue angle of 309.91º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982585 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 133 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.40 |
| HSL | 309.91º | 0.61% | 0.37% | - |
| HSV(B) | 309.91º | 0.76% | 0.6% | - |
| XYZ | 17.84 | 9.69 | 23.12 | - |
| YUV | 82.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 133 | 0 | 0.76 | 0.13 | 0.40 | 309.91 | 0.61 | 0.37 |
| Hex | 98 | 25 | 85 | 0 | 4C | D | 28 | 136 | 3D | 25 |
| Octal | 230 | 45 | 205 | 0 | 114 | 15 | 50 | 466 | 75 | 45 |
| Binary | 10011000 | 100101 | 10000101 | 0 | 1001100 | 1101 | 101000 | 100110110 | 111101 | 100101 |
Color Harmonies of #982585
Complementary color
Monochromatic Colors of #982585
Black with #982585
Text Example
Text Example
White with #982585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982585; }
p { color: rgb(152,37,133); }
H1.HeaderClassName
{
color: #982585;
}
.AnyTagClassName
{
color: #982585;
}
</style>
background-color css
<style>
a { background-color: #982585; }
a { background-color: rgb(152,37,133); }
div.DivClassName
{
background-color: #982585;
}
.BgClassName
{
background-color: #982585;
}
</style>
border-color css
<style>
span { border-color: #982585; }
span { border-color: rgb(152,37,133); }
td.TdClassName
{
border-color: #982585;
}
.TagClassName
{
border-color: #982585;
}
</style>