Shades of Dark Purple #984083
Tints of Dark Purple #984083
RGB
CMYK
RGB Variations
Color information
#984083 (or 0x984083) is known color: Dark Purple. HEX triplet: 98, 40 and 83. RGB value is (152,64,131). Sum of RGB (Red+Green+Blue) = 152+64+131=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #984083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984083 is #67BF7C. Grayscale: #616161. Windows color (decimal): -6799229 or 8601752. OLE color: 8601752.
HSL color Cylindrical-coordinate representation of color #984083: hue angle of 314.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984083 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 131 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.40 |
| HSL | 314.32º | 0.41% | 0.42% | - |
| HSV(B) | 314.32º | 0.58% | 0.6% | - |
| XYZ | 18.88 | 11.98 | 22.79 | - |
| YUV | 97.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 131 | 0 | 0.58 | 0.14 | 0.40 | 314.32 | 0.41 | 0.42 |
| Hex | 98 | 40 | 83 | 0 | 3A | E | 28 | 13A | 29 | 2A |
| Octal | 230 | 100 | 203 | 0 | 72 | 16 | 50 | 472 | 51 | 52 |
| Binary | 10011000 | 1000000 | 10000011 | 0 | 111010 | 1110 | 101000 | 100111010 | 101001 | 101010 |
Color Harmonies of #984083
Complementary color
Monochromatic Colors of #984083
Black with #984083
Text Example
Text Example
White with #984083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984083; }
p { color: rgb(152,64,131); }
H1.HeaderClassName
{
color: #984083;
}
.AnyTagClassName
{
color: #984083;
}
</style>
background-color css
<style>
a { background-color: #984083; }
a { background-color: rgb(152,64,131); }
div.DivClassName
{
background-color: #984083;
}
.BgClassName
{
background-color: #984083;
}
</style>
border-color css
<style>
span { border-color: #984083; }
span { border-color: rgb(152,64,131); }
td.TdClassName
{
border-color: #984083;
}
.TagClassName
{
border-color: #984083;
}
</style>