Shades of Dark Purple #98298D
Tints of Dark Purple #98298D
RGB
CMYK
RGB Variations
Color information
#98298D (or 0x98298D) is known color: Dark Purple. HEX triplet: 98, 29 and 8D. RGB value is (152,41,141). Sum of RGB (Red+Green+Blue) = 152+41+141=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98298D is #67D672. Grayscale: #555555. Windows color (decimal): -6805107 or 9251224. OLE color: 9251224.
HSL color Cylindrical-coordinate representation of color #98298D: hue angle of 305.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98298D is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 141 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.40 |
| HSL | 305.95º | 0.58% | 0.38% | - |
| HSV(B) | 305.95º | 0.73% | 0.6% | - |
| XYZ | 18.55 | 10.18 | 26.19 | - |
| YUV | 85.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 141 | 0 | 0.73 | 0.07 | 0.40 | 305.95 | 0.58 | 0.38 |
| Hex | 98 | 29 | 8D | 0 | 49 | 7 | 28 | 132 | 3A | 26 |
| Octal | 230 | 51 | 215 | 0 | 111 | 7 | 50 | 462 | 72 | 46 |
| Binary | 10011000 | 101001 | 10001101 | 0 | 1001001 | 111 | 101000 | 100110010 | 111010 | 100110 |
Color Harmonies of #98298D
Complementary color
Monochromatic Colors of #98298D
Black with #98298D
Text Example
Text Example
White with #98298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98298D; }
p { color: rgb(152,41,141); }
H1.HeaderClassName
{
color: #98298D;
}
.AnyTagClassName
{
color: #98298D;
}
</style>
background-color css
<style>
a { background-color: #98298D; }
a { background-color: rgb(152,41,141); }
div.DivClassName
{
background-color: #98298D;
}
.BgClassName
{
background-color: #98298D;
}
</style>
border-color css
<style>
span { border-color: #98298D; }
span { border-color: rgb(152,41,141); }
td.TdClassName
{
border-color: #98298D;
}
.TagClassName
{
border-color: #98298D;
}
</style>