Shades of Dark Purple #983C79
Tints of Dark Purple #983C79
RGB
CMYK
RGB Variations
Color information
#983C79 (or 0x983C79) is known color: Dark Purple. HEX triplet: 98, 3C and 79. RGB value is (152,60,121). Sum of RGB (Red+Green+Blue) = 152+60+121=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C79 is #67C386. Grayscale: #5E5E5E. Windows color (decimal): -6800263 or 7945368. OLE color: 7945368.
HSL color Cylindrical-coordinate representation of color #983C79: hue angle of 320.22º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983C79 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 121 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.40 |
| HSL | 320.22º | 0.43% | 0.42% | - |
| HSV(B) | 320.22º | 0.61% | 0.6% | - |
| XYZ | 18.02 | 11.29 | 19.32 | - |
| YUV | 94.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 121 | 0 | 0.61 | 0.20 | 0.40 | 320.22 | 0.43 | 0.42 |
| Hex | 98 | 3C | 79 | 0 | 3D | 14 | 28 | 140 | 2B | 2A |
| Octal | 230 | 74 | 171 | 0 | 75 | 24 | 50 | 500 | 53 | 52 |
| Binary | 10011000 | 111100 | 1111001 | 0 | 111101 | 10100 | 101000 | 101000000 | 101011 | 101010 |
Color Harmonies of #983C79
Complementary color
Monochromatic Colors of #983C79
Black with #983C79
Text Example
Text Example
White with #983C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C79; }
p { color: rgb(152,60,121); }
H1.HeaderClassName
{
color: #983C79;
}
.AnyTagClassName
{
color: #983C79;
}
</style>
background-color css
<style>
a { background-color: #983C79; }
a { background-color: rgb(152,60,121); }
div.DivClassName
{
background-color: #983C79;
}
.BgClassName
{
background-color: #983C79;
}
</style>
border-color css
<style>
span { border-color: #983C79; }
span { border-color: rgb(152,60,121); }
td.TdClassName
{
border-color: #983C79;
}
.TagClassName
{
border-color: #983C79;
}
</style>