Shades of Dark Purple #983188
Tints of Dark Purple #983188
RGB
CMYK
RGB Variations
Color information
#983188 (or 0x983188) is known color: Dark Purple. HEX triplet: 98, 31 and 88. RGB value is (152,49,136). Sum of RGB (Red+Green+Blue) = 152+49+136=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #983188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983188 is #67CE77. Grayscale: #595959. Windows color (decimal): -6803064 or 8925592. OLE color: 8925592.
HSL color Cylindrical-coordinate representation of color #983188: hue angle of 309.32º 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 #983188 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 136 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.40 |
| HSL | 309.32º | 0.51% | 0.39% | - |
| HSV(B) | 309.32º | 0.68% | 0.6% | - |
| XYZ | 18.49 | 10.65 | 24.37 | - |
| YUV | 89.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 136 | 0 | 0.68 | 0.11 | 0.40 | 309.32 | 0.51 | 0.39 |
| Hex | 98 | 31 | 88 | 0 | 44 | B | 28 | 135 | 33 | 27 |
| Octal | 230 | 61 | 210 | 0 | 104 | 13 | 50 | 465 | 63 | 47 |
| Binary | 10011000 | 110001 | 10001000 | 0 | 1000100 | 1011 | 101000 | 100110101 | 110011 | 100111 |
Color Harmonies of #983188
Complementary color
Monochromatic Colors of #983188
Black with #983188
Text Example
Text Example
White with #983188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983188; }
p { color: rgb(152,49,136); }
H1.HeaderClassName
{
color: #983188;
}
.AnyTagClassName
{
color: #983188;
}
</style>
background-color css
<style>
a { background-color: #983188; }
a { background-color: rgb(152,49,136); }
div.DivClassName
{
background-color: #983188;
}
.BgClassName
{
background-color: #983188;
}
</style>
border-color css
<style>
span { border-color: #983188; }
span { border-color: rgb(152,49,136); }
td.TdClassName
{
border-color: #983188;
}
.TagClassName
{
border-color: #983188;
}
</style>