Shades of Dark Purple #98288D
Tints of Dark Purple #98288D
RGB
CMYK
RGB Variations
Color information
#98288D (or 0x98288D) is known color: Dark Purple. HEX triplet: 98, 28 and 8D. RGB value is (152,40,141). Sum of RGB (Red+Green+Blue) = 152+40+141=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98288D is #67D772. Grayscale: #545454. Windows color (decimal): -6805363 or 9250968. OLE color: 9250968.
HSL color Cylindrical-coordinate representation of color #98288D: hue angle of 305.89º 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 #98288D is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 141 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.40 |
| HSL | 305.89º | 0.58% | 0.38% | - |
| HSV(B) | 305.89º | 0.74% | 0.6% | - |
| XYZ | 18.52 | 10.12 | 26.18 | - |
| YUV | 85 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 141 | 0 | 0.74 | 0.07 | 0.40 | 305.89 | 0.58 | 0.38 |
| Hex | 98 | 28 | 8D | 0 | 4A | 7 | 28 | 132 | 3A | 26 |
| Octal | 230 | 50 | 215 | 0 | 112 | 7 | 50 | 462 | 72 | 46 |
| Binary | 10011000 | 101000 | 10001101 | 0 | 1001010 | 111 | 101000 | 100110010 | 111010 | 100110 |
Color Harmonies of #98288D
Complementary color
Monochromatic Colors of #98288D
Black with #98288D
Text Example
Text Example
White with #98288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98288D; }
p { color: rgb(152,40,141); }
H1.HeaderClassName
{
color: #98288D;
}
.AnyTagClassName
{
color: #98288D;
}
</style>
background-color css
<style>
a { background-color: #98288D; }
a { background-color: rgb(152,40,141); }
div.DivClassName
{
background-color: #98288D;
}
.BgClassName
{
background-color: #98288D;
}
</style>
border-color css
<style>
span { border-color: #98288D; }
span { border-color: rgb(152,40,141); }
td.TdClassName
{
border-color: #98288D;
}
.TagClassName
{
border-color: #98288D;
}
</style>