Shades of Dark Purple #982579
Tints of Dark Purple #982579
RGB
CMYK
RGB Variations
Color information
#982579 (or 0x982579) is known color: Dark Purple. HEX triplet: 98, 25 and 79. RGB value is (152,37,121). Sum of RGB (Red+Green+Blue) = 152+37+121=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #982579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982579 is #67DA86. Grayscale: #505050. Windows color (decimal): -6806151 or 7939480. OLE color: 7939480.
HSL color Cylindrical-coordinate representation of color #982579: hue angle of 316.17º 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 #982579 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 121 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.40 |
| HSL | 316.17º | 0.61% | 0.37% | - |
| HSV(B) | 316.17º | 0.76% | 0.6% | - |
| XYZ | 17.06 | 9.38 | 19 | - |
| YUV | 80.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 121 | 0 | 0.76 | 0.20 | 0.40 | 316.17 | 0.61 | 0.37 |
| Hex | 98 | 25 | 79 | 0 | 4C | 14 | 28 | 13C | 3D | 25 |
| Octal | 230 | 45 | 171 | 0 | 114 | 24 | 50 | 474 | 75 | 45 |
| Binary | 10011000 | 100101 | 1111001 | 0 | 1001100 | 10100 | 101000 | 100111100 | 111101 | 100101 |
Color Harmonies of #982579
Complementary color
Monochromatic Colors of #982579
Black with #982579
Text Example
Text Example
White with #982579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982579; }
p { color: rgb(152,37,121); }
H1.HeaderClassName
{
color: #982579;
}
.AnyTagClassName
{
color: #982579;
}
</style>
background-color css
<style>
a { background-color: #982579; }
a { background-color: rgb(152,37,121); }
div.DivClassName
{
background-color: #982579;
}
.BgClassName
{
background-color: #982579;
}
</style>
border-color css
<style>
span { border-color: #982579; }
span { border-color: rgb(152,37,121); }
td.TdClassName
{
border-color: #982579;
}
.TagClassName
{
border-color: #982579;
}
</style>