Shades of Dark Purple #983683
Tints of Dark Purple #983683
RGB
CMYK
RGB Variations
Color information
#983683 (or 0x983683) is known color: Dark Purple. HEX triplet: 98, 36 and 83. RGB value is (152,54,131). Sum of RGB (Red+Green+Blue) = 152+54+131=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #983683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983683 is #67C97C. Grayscale: #5B5B5B. Windows color (decimal): -6801789 or 8599192. OLE color: 8599192.
HSL color Cylindrical-coordinate representation of color #983683: hue angle of 312.86º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983683 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 131 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.40 |
| HSL | 312.86º | 0.48% | 0.4% | - |
| HSV(B) | 312.86º | 0.64% | 0.6% | - |
| XYZ | 18.36 | 10.95 | 22.62 | - |
| YUV | 92.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 131 | 0 | 0.64 | 0.14 | 0.40 | 312.86 | 0.48 | 0.4 |
| Hex | 98 | 36 | 83 | 0 | 40 | E | 28 | 139 | 30 | 28 |
| Octal | 230 | 66 | 203 | 0 | 100 | 16 | 50 | 471 | 60 | 50 |
| Binary | 10011000 | 110110 | 10000011 | 0 | 1000000 | 1110 | 101000 | 100111001 | 110000 | 101000 |
Color Harmonies of #983683
Complementary color
Monochromatic Colors of #983683
Black with #983683
Text Example
Text Example
White with #983683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983683; }
p { color: rgb(152,54,131); }
H1.HeaderClassName
{
color: #983683;
}
.AnyTagClassName
{
color: #983683;
}
</style>
background-color css
<style>
a { background-color: #983683; }
a { background-color: rgb(152,54,131); }
div.DivClassName
{
background-color: #983683;
}
.BgClassName
{
background-color: #983683;
}
</style>
border-color css
<style>
span { border-color: #983683; }
span { border-color: rgb(152,54,131); }
td.TdClassName
{
border-color: #983683;
}
.TagClassName
{
border-color: #983683;
}
</style>