Shades of Dark Purple #983283
Tints of Dark Purple #983283
RGB
CMYK
RGB Variations
Color information
#983283 (or 0x983283) is known color: Dark Purple. HEX triplet: 98, 32 and 83. RGB value is (152,50,131). Sum of RGB (Red+Green+Blue) = 152+50+131=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983283 is #67CD7C. Grayscale: #595959. Windows color (decimal): -6802813 or 8598168. OLE color: 8598168.
HSL color Cylindrical-coordinate representation of color #983283: hue angle of 312.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983283 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 131 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.40 |
| HSL | 312.35º | 0.5% | 0.4% | - |
| HSV(B) | 312.35º | 0.67% | 0.6% | - |
| XYZ | 18.19 | 10.6 | 22.56 | - |
| YUV | 89.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 131 | 0 | 0.67 | 0.14 | 0.40 | 312.35 | 0.5 | 0.4 |
| Hex | 98 | 32 | 83 | 0 | 43 | E | 28 | 138 | 32 | 28 |
| Octal | 230 | 62 | 203 | 0 | 103 | 16 | 50 | 470 | 62 | 50 |
| Binary | 10011000 | 110010 | 10000011 | 0 | 1000011 | 1110 | 101000 | 100111000 | 110010 | 101000 |
Color Harmonies of #983283
Complementary color
Monochromatic Colors of #983283
Black with #983283
Text Example
Text Example
White with #983283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983283; }
p { color: rgb(152,50,131); }
H1.HeaderClassName
{
color: #983283;
}
.AnyTagClassName
{
color: #983283;
}
</style>
background-color css
<style>
a { background-color: #983283; }
a { background-color: rgb(152,50,131); }
div.DivClassName
{
background-color: #983283;
}
.BgClassName
{
background-color: #983283;
}
</style>
border-color css
<style>
span { border-color: #983283; }
span { border-color: rgb(152,50,131); }
td.TdClassName
{
border-color: #983283;
}
.TagClassName
{
border-color: #983283;
}
</style>