Shades of Dark Purple #982790
Tints of Dark Purple #982790
RGB
CMYK
RGB Variations
Color information
#982790 (or 0x982790) is known color: Dark Purple. HEX triplet: 98, 27 and 90. RGB value is (152,39,144). Sum of RGB (Red+Green+Blue) = 152+39+144=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #982790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982790 is #67D86F. Grayscale: #545454. Windows color (decimal): -6805616 or 9447320. OLE color: 9447320.
HSL color Cylindrical-coordinate representation of color #982790: hue angle of 304.25º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982790 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 144 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.40 |
| HSL | 304.25º | 0.59% | 0.37% | - |
| HSV(B) | 304.25º | 0.74% | 0.6% | - |
| XYZ | 18.71 | 10.14 | 27.36 | - |
| YUV | 84.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 144 | 0 | 0.74 | 0.05 | 0.40 | 304.25 | 0.59 | 0.37 |
| Hex | 98 | 27 | 90 | 0 | 4A | 5 | 28 | 130 | 3B | 25 |
| Octal | 230 | 47 | 220 | 0 | 112 | 5 | 50 | 460 | 73 | 45 |
| Binary | 10011000 | 100111 | 10010000 | 0 | 1001010 | 101 | 101000 | 100110000 | 111011 | 100101 |
Color Harmonies of #982790
Complementary color
Monochromatic Colors of #982790
Black with #982790
Text Example
Text Example
White with #982790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982790; }
p { color: rgb(152,39,144); }
H1.HeaderClassName
{
color: #982790;
}
.AnyTagClassName
{
color: #982790;
}
</style>
background-color css
<style>
a { background-color: #982790; }
a { background-color: rgb(152,39,144); }
div.DivClassName
{
background-color: #982790;
}
.BgClassName
{
background-color: #982790;
}
</style>
border-color css
<style>
span { border-color: #982790; }
span { border-color: rgb(152,39,144); }
td.TdClassName
{
border-color: #982790;
}
.TagClassName
{
border-color: #982790;
}
</style>