Shades of Dark Purple #982490
Tints of Dark Purple #982490
RGB
CMYK
RGB Variations
Color information
#982490 (or 0x982490) is known color: Dark Purple. HEX triplet: 98, 24 and 90. RGB value is (152,36,144). Sum of RGB (Red+Green+Blue) = 152+36+144=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #982490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982490 is #67DB6F. Grayscale: #525252. Windows color (decimal): -6806384 or 9446552. OLE color: 9446552.
HSL color Cylindrical-coordinate representation of color #982490: hue angle of 304.14º 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 #982490 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 144 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.40 |
| HSL | 304.14º | 0.62% | 0.37% | - |
| HSV(B) | 304.14º | 0.76% | 0.6% | - |
| XYZ | 18.61 | 9.95 | 27.33 | - |
| YUV | 83 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 144 | 0 | 0.76 | 0.05 | 0.40 | 304.14 | 0.62 | 0.37 |
| Hex | 98 | 24 | 90 | 0 | 4C | 5 | 28 | 130 | 3E | 25 |
| Octal | 230 | 44 | 220 | 0 | 114 | 5 | 50 | 460 | 76 | 45 |
| Binary | 10011000 | 100100 | 10010000 | 0 | 1001100 | 101 | 101000 | 100110000 | 111110 | 100101 |
Color Harmonies of #982490
Complementary color
Monochromatic Colors of #982490
Black with #982490
Text Example
Text Example
White with #982490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982490; }
p { color: rgb(152,36,144); }
H1.HeaderClassName
{
color: #982490;
}
.AnyTagClassName
{
color: #982490;
}
</style>
background-color css
<style>
a { background-color: #982490; }
a { background-color: rgb(152,36,144); }
div.DivClassName
{
background-color: #982490;
}
.BgClassName
{
background-color: #982490;
}
</style>
border-color css
<style>
span { border-color: #982490; }
span { border-color: rgb(152,36,144); }
td.TdClassName
{
border-color: #982490;
}
.TagClassName
{
border-color: #982490;
}
</style>