Shades of Dark Purple #984088
Tints of Dark Purple #984088
RGB
CMYK
RGB Variations
Color information
#984088 (or 0x984088) is known color: Dark Purple. HEX triplet: 98, 40 and 88. RGB value is (152,64,136). Sum of RGB (Red+Green+Blue) = 152+64+136=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984088 is #67BF77. Grayscale: #626262. Windows color (decimal): -6799224 or 8929432. OLE color: 8929432.
HSL color Cylindrical-coordinate representation of color #984088: hue angle of 310.91º 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 #984088 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 136 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.40 |
| HSL | 310.91º | 0.41% | 0.42% | - |
| HSV(B) | 310.91º | 0.58% | 0.6% | - |
| XYZ | 19.23 | 12.12 | 24.62 | - |
| YUV | 98.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 136 | 0 | 0.58 | 0.11 | 0.40 | 310.91 | 0.41 | 0.42 |
| Hex | 98 | 40 | 88 | 0 | 3A | B | 28 | 137 | 29 | 2A |
| Octal | 230 | 100 | 210 | 0 | 72 | 13 | 50 | 467 | 51 | 52 |
| Binary | 10011000 | 1000000 | 10001000 | 0 | 111010 | 1011 | 101000 | 100110111 | 101001 | 101010 |
Color Harmonies of #984088
Complementary color
Monochromatic Colors of #984088
Black with #984088
Text Example
Text Example
White with #984088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984088; }
p { color: rgb(152,64,136); }
H1.HeaderClassName
{
color: #984088;
}
.AnyTagClassName
{
color: #984088;
}
</style>
background-color css
<style>
a { background-color: #984088; }
a { background-color: rgb(152,64,136); }
div.DivClassName
{
background-color: #984088;
}
.BgClassName
{
background-color: #984088;
}
</style>
border-color css
<style>
span { border-color: #984088; }
span { border-color: rgb(152,64,136); }
td.TdClassName
{
border-color: #984088;
}
.TagClassName
{
border-color: #984088;
}
</style>