Shades of Dark Purple #983979
Tints of Dark Purple #983979
RGB
CMYK
RGB Variations
Color information
#983979 (or 0x983979) is known color: Dark Purple. HEX triplet: 98, 39 and 79. RGB value is (152,57,121). Sum of RGB (Red+Green+Blue) = 152+57+121=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983979 is #67C686. Grayscale: #5C5C5C. Windows color (decimal): -6801031 or 7944600. OLE color: 7944600.
HSL color Cylindrical-coordinate representation of color #983979: hue angle of 319.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983979 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 121 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.40 |
| HSL | 319.58º | 0.45% | 0.41% | - |
| HSV(B) | 319.58º | 0.63% | 0.6% | - |
| XYZ | 17.86 | 10.98 | 19.27 | - |
| YUV | 92.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 121 | 0 | 0.62 | 0.20 | 0.40 | 319.58 | 0.45 | 0.41 |
| Hex | 98 | 39 | 79 | 0 | 3E | 14 | 28 | 140 | 2D | 29 |
| Octal | 230 | 71 | 171 | 0 | 76 | 24 | 50 | 500 | 55 | 51 |
| Binary | 10011000 | 111001 | 1111001 | 0 | 111110 | 10100 | 101000 | 101000000 | 101101 | 101001 |
Color Harmonies of #983979
Complementary color
Monochromatic Colors of #983979
Black with #983979
Text Example
Text Example
White with #983979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983979; }
p { color: rgb(152,57,121); }
H1.HeaderClassName
{
color: #983979;
}
.AnyTagClassName
{
color: #983979;
}
</style>
background-color css
<style>
a { background-color: #983979; }
a { background-color: rgb(152,57,121); }
div.DivClassName
{
background-color: #983979;
}
.BgClassName
{
background-color: #983979;
}
</style>
border-color css
<style>
span { border-color: #983979; }
span { border-color: rgb(152,57,121); }
td.TdClassName
{
border-color: #983979;
}
.TagClassName
{
border-color: #983979;
}
</style>