Shades of Dark Purple #983082
Tints of Dark Purple #983082
RGB
CMYK
RGB Variations
Color information
#983082 (or 0x983082) is known color: Dark Purple. HEX triplet: 98, 30 and 82. RGB value is (152,48,130). Sum of RGB (Red+Green+Blue) = 152+48+130=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983082 is #67CF7D. Grayscale: #585858. Windows color (decimal): -6803326 or 8532120. OLE color: 8532120.
HSL color Cylindrical-coordinate representation of color #983082: hue angle of 312.69º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983082 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 130 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.40 |
| HSL | 312.69º | 0.52% | 0.39% | - |
| HSV(B) | 312.69º | 0.68% | 0.6% | - |
| XYZ | 18.04 | 10.4 | 22.18 | - |
| YUV | 88.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 130 | 0 | 0.68 | 0.14 | 0.40 | 312.69 | 0.52 | 0.39 |
| Hex | 98 | 30 | 82 | 0 | 44 | E | 28 | 139 | 34 | 27 |
| Octal | 230 | 60 | 202 | 0 | 104 | 16 | 50 | 471 | 64 | 47 |
| Binary | 10011000 | 110000 | 10000010 | 0 | 1000100 | 1110 | 101000 | 100111001 | 110100 | 100111 |
Color Harmonies of #983082
Complementary color
Monochromatic Colors of #983082
Black with #983082
Text Example
Text Example
White with #983082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983082; }
p { color: rgb(152,48,130); }
H1.HeaderClassName
{
color: #983082;
}
.AnyTagClassName
{
color: #983082;
}
</style>
background-color css
<style>
a { background-color: #983082; }
a { background-color: rgb(152,48,130); }
div.DivClassName
{
background-color: #983082;
}
.BgClassName
{
background-color: #983082;
}
</style>
border-color css
<style>
span { border-color: #983082; }
span { border-color: rgb(152,48,130); }
td.TdClassName
{
border-color: #983082;
}
.TagClassName
{
border-color: #983082;
}
</style>