Shades of Dark Purple #982888
Tints of Dark Purple #982888
RGB
CMYK
RGB Variations
Color information
#982888 (or 0x982888) is known color: Dark Purple. HEX triplet: 98, 28 and 88. RGB value is (152,40,136). Sum of RGB (Red+Green+Blue) = 152+40+136=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #982888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982888 is #67D777. Grayscale: #545454. Windows color (decimal): -6805368 or 8923288. OLE color: 8923288.
HSL color Cylindrical-coordinate representation of color #982888: hue angle of 308.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982888 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 136 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.40 |
| HSL | 308.57º | 0.58% | 0.38% | - |
| HSV(B) | 308.57º | 0.74% | 0.6% | - |
| XYZ | 18.15 | 9.97 | 24.26 | - |
| YUV | 84.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 136 | 0 | 0.74 | 0.11 | 0.40 | 308.57 | 0.58 | 0.38 |
| Hex | 98 | 28 | 88 | 0 | 4A | B | 28 | 135 | 3A | 26 |
| Octal | 230 | 50 | 210 | 0 | 112 | 13 | 50 | 465 | 72 | 46 |
| Binary | 10011000 | 101000 | 10001000 | 0 | 1001010 | 1011 | 101000 | 100110101 | 111010 | 100110 |
Color Harmonies of #982888
Complementary color
Monochromatic Colors of #982888
Black with #982888
Text Example
Text Example
White with #982888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982888; }
p { color: rgb(152,40,136); }
H1.HeaderClassName
{
color: #982888;
}
.AnyTagClassName
{
color: #982888;
}
</style>
background-color css
<style>
a { background-color: #982888; }
a { background-color: rgb(152,40,136); }
div.DivClassName
{
background-color: #982888;
}
.BgClassName
{
background-color: #982888;
}
</style>
border-color css
<style>
span { border-color: #982888; }
span { border-color: rgb(152,40,136); }
td.TdClassName
{
border-color: #982888;
}
.TagClassName
{
border-color: #982888;
}
</style>