Shades of Dark Purple #982588
Tints of Dark Purple #982588
RGB
CMYK
RGB Variations
Color information
#982588 (or 0x982588) is known color: Dark Purple. HEX triplet: 98, 25 and 88. RGB value is (152,37,136). Sum of RGB (Red+Green+Blue) = 152+37+136=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #982588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982588 is #67DA77. Grayscale: #525252. Windows color (decimal): -6806136 or 8922520. OLE color: 8922520.
HSL color Cylindrical-coordinate representation of color #982588: hue angle of 308.35º 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 #982588 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 136 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.40 |
| HSL | 308.35º | 0.61% | 0.37% | - |
| HSV(B) | 308.35º | 0.76% | 0.6% | - |
| XYZ | 18.05 | 9.78 | 24.23 | - |
| YUV | 82.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 136 | 0 | 0.76 | 0.11 | 0.40 | 308.35 | 0.61 | 0.37 |
| Hex | 98 | 25 | 88 | 0 | 4C | B | 28 | 134 | 3D | 25 |
| Octal | 230 | 45 | 210 | 0 | 114 | 13 | 50 | 464 | 75 | 45 |
| Binary | 10011000 | 100101 | 10001000 | 0 | 1001100 | 1011 | 101000 | 100110100 | 111101 | 100101 |
Color Harmonies of #982588
Complementary color
Monochromatic Colors of #982588
Black with #982588
Text Example
Text Example
White with #982588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982588; }
p { color: rgb(152,37,136); }
H1.HeaderClassName
{
color: #982588;
}
.AnyTagClassName
{
color: #982588;
}
</style>
background-color css
<style>
a { background-color: #982588; }
a { background-color: rgb(152,37,136); }
div.DivClassName
{
background-color: #982588;
}
.BgClassName
{
background-color: #982588;
}
</style>
border-color css
<style>
span { border-color: #982588; }
span { border-color: rgb(152,37,136); }
td.TdClassName
{
border-color: #982588;
}
.TagClassName
{
border-color: #982588;
}
</style>