Shades of Dark Purple #983C7A
Tints of Dark Purple #983C7A
RGB
CMYK
RGB Variations
Color information
#983C7A (or 0x983C7A) is known color: Dark Purple. HEX triplet: 98, 3C and 7A. RGB value is (152,60,122). Sum of RGB (Red+Green+Blue) = 152+60+122=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C7A is #67C385. Grayscale: #5E5E5E. Windows color (decimal): -6800262 or 8010904. OLE color: 8010904.
HSL color Cylindrical-coordinate representation of color #983C7A: hue angle of 319.57º 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 #983C7A is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 122 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.40 |
| HSL | 319.57º | 0.43% | 0.42% | - |
| HSV(B) | 319.57º | 0.61% | 0.6% | - |
| XYZ | 18.08 | 11.31 | 19.64 | - |
| YUV | 94.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 122 | 0 | 0.61 | 0.20 | 0.40 | 319.57 | 0.43 | 0.42 |
| Hex | 98 | 3C | 7A | 0 | 3D | 14 | 28 | 140 | 2B | 2A |
| Octal | 230 | 74 | 172 | 0 | 75 | 24 | 50 | 500 | 53 | 52 |
| Binary | 10011000 | 111100 | 1111010 | 0 | 111101 | 10100 | 101000 | 101000000 | 101011 | 101010 |
Color Harmonies of #983C7A
Complementary color
Monochromatic Colors of #983C7A
Black with #983C7A
Text Example
Text Example
White with #983C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C7A; }
p { color: rgb(152,60,122); }
H1.HeaderClassName
{
color: #983C7A;
}
.AnyTagClassName
{
color: #983C7A;
}
</style>
background-color css
<style>
a { background-color: #983C7A; }
a { background-color: rgb(152,60,122); }
div.DivClassName
{
background-color: #983C7A;
}
.BgClassName
{
background-color: #983C7A;
}
</style>
border-color css
<style>
span { border-color: #983C7A; }
span { border-color: rgb(152,60,122); }
td.TdClassName
{
border-color: #983C7A;
}
.TagClassName
{
border-color: #983C7A;
}
</style>