Shades of Dark Purple #983579
Tints of Dark Purple #983579
RGB
CMYK
RGB Variations
Color information
#983579 (or 0x983579) is known color: Dark Purple. HEX triplet: 98, 35 and 79. RGB value is (152,53,121). Sum of RGB (Red+Green+Blue) = 152+53+121=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #983579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983579 is #67CA86. Grayscale: #5A5A5A. Windows color (decimal): -6802055 or 7943576. OLE color: 7943576.
HSL color Cylindrical-coordinate representation of color #983579: hue angle of 318.79º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983579 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 121 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.40 |
| HSL | 318.79º | 0.48% | 0.4% | - |
| HSV(B) | 318.79º | 0.65% | 0.6% | - |
| XYZ | 17.67 | 10.6 | 19.2 | - |
| YUV | 90.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 121 | 0 | 0.65 | 0.20 | 0.40 | 318.79 | 0.48 | 0.4 |
| Hex | 98 | 35 | 79 | 0 | 41 | 14 | 28 | 13F | 30 | 28 |
| Octal | 230 | 65 | 171 | 0 | 101 | 24 | 50 | 477 | 60 | 50 |
| Binary | 10011000 | 110101 | 1111001 | 0 | 1000001 | 10100 | 101000 | 100111111 | 110000 | 101000 |
Color Harmonies of #983579
Complementary color
Monochromatic Colors of #983579
Black with #983579
Text Example
Text Example
White with #983579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983579; }
p { color: rgb(152,53,121); }
H1.HeaderClassName
{
color: #983579;
}
.AnyTagClassName
{
color: #983579;
}
</style>
background-color css
<style>
a { background-color: #983579; }
a { background-color: rgb(152,53,121); }
div.DivClassName
{
background-color: #983579;
}
.BgClassName
{
background-color: #983579;
}
</style>
border-color css
<style>
span { border-color: #983579; }
span { border-color: rgb(152,53,121); }
td.TdClassName
{
border-color: #983579;
}
.TagClassName
{
border-color: #983579;
}
</style>