Shades of Dark Purple #983C82
Tints of Dark Purple #983C82
RGB
CMYK
RGB Variations
Color information
#983C82 (or 0x983C82) is known color: Dark Purple. HEX triplet: 98, 3C and 82. RGB value is (152,60,130). Sum of RGB (Red+Green+Blue) = 152+60+130=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #983C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983C82 is #67C37D. Grayscale: #5F5F5F. Windows color (decimal): -6800254 or 8535192. OLE color: 8535192.
HSL color Cylindrical-coordinate representation of color #983C82: hue angle of 314.35º 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 #983C82 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 130 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.40 |
| HSL | 314.35º | 0.43% | 0.42% | - |
| HSV(B) | 314.35º | 0.61% | 0.6% | - |
| XYZ | 18.59 | 11.52 | 22.36 | - |
| YUV | 95.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 130 | 0 | 0.61 | 0.14 | 0.40 | 314.35 | 0.43 | 0.42 |
| Hex | 98 | 3C | 82 | 0 | 3D | E | 28 | 13A | 2B | 2A |
| Octal | 230 | 74 | 202 | 0 | 75 | 16 | 50 | 472 | 53 | 52 |
| Binary | 10011000 | 111100 | 10000010 | 0 | 111101 | 1110 | 101000 | 100111010 | 101011 | 101010 |
Color Harmonies of #983C82
Complementary color
Monochromatic Colors of #983C82
Black with #983C82
Text Example
Text Example
White with #983C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C82; }
p { color: rgb(152,60,130); }
H1.HeaderClassName
{
color: #983C82;
}
.AnyTagClassName
{
color: #983C82;
}
</style>
background-color css
<style>
a { background-color: #983C82; }
a { background-color: rgb(152,60,130); }
div.DivClassName
{
background-color: #983C82;
}
.BgClassName
{
background-color: #983C82;
}
</style>
border-color css
<style>
span { border-color: #983C82; }
span { border-color: rgb(152,60,130); }
td.TdClassName
{
border-color: #983C82;
}
.TagClassName
{
border-color: #983C82;
}
</style>