Shades of Dark Purple #983189
Tints of Dark Purple #983189
RGB
CMYK
RGB Variations
Color information
#983189 (or 0x983189) is known color: Dark Purple. HEX triplet: 98, 31 and 89. RGB value is (152,49,137). Sum of RGB (Red+Green+Blue) = 152+49+137=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #983189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983189 is #67CE76. Grayscale: #595959. Windows color (decimal): -6803063 or 8991128. OLE color: 8991128.
HSL color Cylindrical-coordinate representation of color #983189: hue angle of 308.74º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983189 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 137 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.40 |
| HSL | 308.74º | 0.51% | 0.39% | - |
| HSV(B) | 308.74º | 0.68% | 0.6% | - |
| XYZ | 18.56 | 10.68 | 24.75 | - |
| YUV | 89.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 137 | 0 | 0.68 | 0.10 | 0.40 | 308.74 | 0.51 | 0.39 |
| Hex | 98 | 31 | 89 | 0 | 44 | A | 28 | 135 | 33 | 27 |
| Octal | 230 | 61 | 211 | 0 | 104 | 12 | 50 | 465 | 63 | 47 |
| Binary | 10011000 | 110001 | 10001001 | 0 | 1000100 | 1010 | 101000 | 100110101 | 110011 | 100111 |
Color Harmonies of #983189
Complementary color
Monochromatic Colors of #983189
Black with #983189
Text Example
Text Example
White with #983189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983189; }
p { color: rgb(152,49,137); }
H1.HeaderClassName
{
color: #983189;
}
.AnyTagClassName
{
color: #983189;
}
</style>
background-color css
<style>
a { background-color: #983189; }
a { background-color: rgb(152,49,137); }
div.DivClassName
{
background-color: #983189;
}
.BgClassName
{
background-color: #983189;
}
</style>
border-color css
<style>
span { border-color: #983189; }
span { border-color: rgb(152,49,137); }
td.TdClassName
{
border-color: #983189;
}
.TagClassName
{
border-color: #983189;
}
</style>