Shades of Dark Purple #983B7A
Tints of Dark Purple #983B7A
RGB
CMYK
RGB Variations
Color information
#983B7A (or 0x983B7A) is known color: Dark Purple. HEX triplet: 98, 3B and 7A. RGB value is (152,59,122). Sum of RGB (Red+Green+Blue) = 152+59+122=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983B7A is #67C485. Grayscale: #5D5D5D. Windows color (decimal): -6800518 or 8010648. OLE color: 8010648.
HSL color Cylindrical-coordinate representation of color #983B7A: hue angle of 319.35º 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 #983B7A is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 122 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.40 |
| HSL | 319.35º | 0.44% | 0.41% | - |
| HSV(B) | 319.35º | 0.61% | 0.6% | - |
| XYZ | 18.03 | 11.21 | 19.63 | - |
| YUV | 93.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 122 | 0 | 0.61 | 0.20 | 0.40 | 319.35 | 0.44 | 0.41 |
| Hex | 98 | 3B | 7A | 0 | 3D | 14 | 28 | 13F | 2C | 29 |
| Octal | 230 | 73 | 172 | 0 | 75 | 24 | 50 | 477 | 54 | 51 |
| Binary | 10011000 | 111011 | 1111010 | 0 | 111101 | 10100 | 101000 | 100111111 | 101100 | 101001 |
Color Harmonies of #983B7A
Complementary color
Monochromatic Colors of #983B7A
Black with #983B7A
Text Example
Text Example
White with #983B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B7A; }
p { color: rgb(152,59,122); }
H1.HeaderClassName
{
color: #983B7A;
}
.AnyTagClassName
{
color: #983B7A;
}
</style>
background-color css
<style>
a { background-color: #983B7A; }
a { background-color: rgb(152,59,122); }
div.DivClassName
{
background-color: #983B7A;
}
.BgClassName
{
background-color: #983B7A;
}
</style>
border-color css
<style>
span { border-color: #983B7A; }
span { border-color: rgb(152,59,122); }
td.TdClassName
{
border-color: #983B7A;
}
.TagClassName
{
border-color: #983B7A;
}
</style>