Shades of Dark Purple #983389
Tints of Dark Purple #983389
RGB
CMYK
RGB Variations
Color information
#983389 (or 0x983389) is known color: Dark Purple. HEX triplet: 98, 33 and 89. RGB value is (152,51,137). Sum of RGB (Red+Green+Blue) = 152+51+137=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #983389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983389 is #67CC76. Grayscale: #5A5A5A. Windows color (decimal): -6802551 or 8991640. OLE color: 8991640.
HSL color Cylindrical-coordinate representation of color #983389: hue angle of 308.91º 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 #983389 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 137 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.40 |
| HSL | 308.91º | 0.5% | 0.4% | - |
| HSV(B) | 308.91º | 0.66% | 0.6% | - |
| XYZ | 18.65 | 10.85 | 24.78 | - |
| YUV | 91 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 137 | 0 | 0.66 | 0.10 | 0.40 | 308.91 | 0.5 | 0.4 |
| Hex | 98 | 33 | 89 | 0 | 42 | A | 28 | 135 | 32 | 28 |
| Octal | 230 | 63 | 211 | 0 | 102 | 12 | 50 | 465 | 62 | 50 |
| Binary | 10011000 | 110011 | 10001001 | 0 | 1000010 | 1010 | 101000 | 100110101 | 110010 | 101000 |
Color Harmonies of #983389
Complementary color
Monochromatic Colors of #983389
Black with #983389
Text Example
Text Example
White with #983389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983389; }
p { color: rgb(152,51,137); }
H1.HeaderClassName
{
color: #983389;
}
.AnyTagClassName
{
color: #983389;
}
</style>
background-color css
<style>
a { background-color: #983389; }
a { background-color: rgb(152,51,137); }
div.DivClassName
{
background-color: #983389;
}
.BgClassName
{
background-color: #983389;
}
</style>
border-color css
<style>
span { border-color: #983389; }
span { border-color: rgb(152,51,137); }
td.TdClassName
{
border-color: #983389;
}
.TagClassName
{
border-color: #983389;
}
</style>