Shades of Dark Purple #983382
Tints of Dark Purple #983382
RGB
CMYK
RGB Variations
Color information
#983382 (or 0x983382) is known color: Dark Purple. HEX triplet: 98, 33 and 82. RGB value is (152,51,130). Sum of RGB (Red+Green+Blue) = 152+51+130=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983382 is #67CC7D. Grayscale: #595959. Windows color (decimal): -6802558 or 8532888. OLE color: 8532888.
HSL color Cylindrical-coordinate representation of color #983382: hue angle of 313.07º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983382 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 130 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.40 |
| HSL | 313.07º | 0.5% | 0.4% | - |
| HSV(B) | 313.07º | 0.66% | 0.6% | - |
| XYZ | 18.16 | 10.65 | 22.22 | - |
| YUV | 90.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 130 | 0 | 0.66 | 0.14 | 0.40 | 313.07 | 0.5 | 0.4 |
| Hex | 98 | 33 | 82 | 0 | 42 | E | 28 | 139 | 32 | 28 |
| Octal | 230 | 63 | 202 | 0 | 102 | 16 | 50 | 471 | 62 | 50 |
| Binary | 10011000 | 110011 | 10000010 | 0 | 1000010 | 1110 | 101000 | 100111001 | 110010 | 101000 |
Color Harmonies of #983382
Complementary color
Monochromatic Colors of #983382
Black with #983382
Text Example
Text Example
White with #983382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983382; }
p { color: rgb(152,51,130); }
H1.HeaderClassName
{
color: #983382;
}
.AnyTagClassName
{
color: #983382;
}
</style>
background-color css
<style>
a { background-color: #983382; }
a { background-color: rgb(152,51,130); }
div.DivClassName
{
background-color: #983382;
}
.BgClassName
{
background-color: #983382;
}
</style>
border-color css
<style>
span { border-color: #983382; }
span { border-color: rgb(152,51,130); }
td.TdClassName
{
border-color: #983382;
}
.TagClassName
{
border-color: #983382;
}
</style>