Shades of Dark Purple #982890
Tints of Dark Purple #982890
RGB
CMYK
RGB Variations
Color information
#982890 (or 0x982890) is known color: Dark Purple. HEX triplet: 98, 28 and 90. RGB value is (152,40,144). Sum of RGB (Red+Green+Blue) = 152+40+144=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #982890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982890 is #67D76F. Grayscale: #555555. Windows color (decimal): -6805360 or 9447576. OLE color: 9447576.
HSL color Cylindrical-coordinate representation of color #982890: hue angle of 304.29º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982890 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 144 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.40 |
| HSL | 304.29º | 0.58% | 0.38% | - |
| HSV(B) | 304.29º | 0.74% | 0.6% | - |
| XYZ | 18.74 | 10.21 | 27.37 | - |
| YUV | 85.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 144 | 0 | 0.74 | 0.05 | 0.40 | 304.29 | 0.58 | 0.38 |
| Hex | 98 | 28 | 90 | 0 | 4A | 5 | 28 | 130 | 3A | 26 |
| Octal | 230 | 50 | 220 | 0 | 112 | 5 | 50 | 460 | 72 | 46 |
| Binary | 10011000 | 101000 | 10010000 | 0 | 1001010 | 101 | 101000 | 100110000 | 111010 | 100110 |
Color Harmonies of #982890
Complementary color
Monochromatic Colors of #982890
Black with #982890
Text Example
Text Example
White with #982890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982890; }
p { color: rgb(152,40,144); }
H1.HeaderClassName
{
color: #982890;
}
.AnyTagClassName
{
color: #982890;
}
</style>
background-color css
<style>
a { background-color: #982890; }
a { background-color: rgb(152,40,144); }
div.DivClassName
{
background-color: #982890;
}
.BgClassName
{
background-color: #982890;
}
</style>
border-color css
<style>
span { border-color: #982890; }
span { border-color: rgb(152,40,144); }
td.TdClassName
{
border-color: #982890;
}
.TagClassName
{
border-color: #982890;
}
</style>