Shades of Dark Purple #983B84
Tints of Dark Purple #983B84
RGB
CMYK
RGB Variations
Color information
#983B84 (or 0x983B84) is known color: Dark Purple. HEX triplet: 98, 3B and 84. RGB value is (152,59,132). Sum of RGB (Red+Green+Blue) = 152+59+132=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #983B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983B84 is #67C47B. Grayscale: #5E5E5E. Windows color (decimal): -6800508 or 8666008. OLE color: 8666008.
HSL color Cylindrical-coordinate representation of color #983B84: hue angle of 312.9º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B84 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 132 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.40 |
| HSL | 312.9º | 0.44% | 0.41% | - |
| HSV(B) | 312.9º | 0.61% | 0.6% | - |
| XYZ | 18.68 | 11.47 | 23.06 | - |
| YUV | 95.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 132 | 0 | 0.61 | 0.13 | 0.40 | 312.9 | 0.44 | 0.41 |
| Hex | 98 | 3B | 84 | 0 | 3D | D | 28 | 139 | 2C | 29 |
| Octal | 230 | 73 | 204 | 0 | 75 | 15 | 50 | 471 | 54 | 51 |
| Binary | 10011000 | 111011 | 10000100 | 0 | 111101 | 1101 | 101000 | 100111001 | 101100 | 101001 |
Color Harmonies of #983B84
Complementary color
Monochromatic Colors of #983B84
Black with #983B84
Text Example
Text Example
White with #983B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B84; }
p { color: rgb(152,59,132); }
H1.HeaderClassName
{
color: #983B84;
}
.AnyTagClassName
{
color: #983B84;
}
</style>
background-color css
<style>
a { background-color: #983B84; }
a { background-color: rgb(152,59,132); }
div.DivClassName
{
background-color: #983B84;
}
.BgClassName
{
background-color: #983B84;
}
</style>
border-color css
<style>
span { border-color: #983B84; }
span { border-color: rgb(152,59,132); }
td.TdClassName
{
border-color: #983B84;
}
.TagClassName
{
border-color: #983B84;
}
</style>