Shades of Dark Purple #982489
Tints of Dark Purple #982489
RGB
CMYK
RGB Variations
Color information
#982489 (or 0x982489) is known color: Dark Purple. HEX triplet: 98, 24 and 89. RGB value is (152,36,137). Sum of RGB (Red+Green+Blue) = 152+36+137=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #982489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982489 is #67DB76. Grayscale: #515151. Windows color (decimal): -6806391 or 8987800. OLE color: 8987800.
HSL color Cylindrical-coordinate representation of color #982489: hue angle of 307.76º degrees, saturation: 0.62, 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 #982489 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 137 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.40 |
| HSL | 307.76º | 0.62% | 0.37% | - |
| HSV(B) | 307.76º | 0.76% | 0.6% | - |
| XYZ | 18.1 | 9.74 | 24.59 | - |
| YUV | 82.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 137 | 0 | 0.76 | 0.10 | 0.40 | 307.76 | 0.62 | 0.37 |
| Hex | 98 | 24 | 89 | 0 | 4C | A | 28 | 134 | 3E | 25 |
| Octal | 230 | 44 | 211 | 0 | 114 | 12 | 50 | 464 | 76 | 45 |
| Binary | 10011000 | 100100 | 10001001 | 0 | 1001100 | 1010 | 101000 | 100110100 | 111110 | 100101 |
Color Harmonies of #982489
Complementary color
Monochromatic Colors of #982489
Black with #982489
Text Example
Text Example
White with #982489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982489; }
p { color: rgb(152,36,137); }
H1.HeaderClassName
{
color: #982489;
}
.AnyTagClassName
{
color: #982489;
}
</style>
background-color css
<style>
a { background-color: #982489; }
a { background-color: rgb(152,36,137); }
div.DivClassName
{
background-color: #982489;
}
.BgClassName
{
background-color: #982489;
}
</style>
border-color css
<style>
span { border-color: #982489; }
span { border-color: rgb(152,36,137); }
td.TdClassName
{
border-color: #982489;
}
.TagClassName
{
border-color: #982489;
}
</style>