Shades of Dark Purple #98298F
Tints of Dark Purple #98298F
RGB
CMYK
RGB Variations
Color information
#98298F (or 0x98298F) is known color: Dark Purple. HEX triplet: 98, 29 and 8F. RGB value is (152,41,143). Sum of RGB (Red+Green+Blue) = 152+41+143=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #98298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98298F is #67D670. Grayscale: #555555. Windows color (decimal): -6805105 or 9382296. OLE color: 9382296.
HSL color Cylindrical-coordinate representation of color #98298F: hue angle of 304.86º 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 #98298F is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 143 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.40 |
| HSL | 304.86º | 0.58% | 0.38% | - |
| HSV(B) | 304.86º | 0.73% | 0.6% | - |
| XYZ | 18.7 | 10.24 | 26.98 | - |
| YUV | 85.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 143 | 0 | 0.73 | 0.06 | 0.40 | 304.86 | 0.58 | 0.38 |
| Hex | 98 | 29 | 8F | 0 | 49 | 6 | 28 | 131 | 3A | 26 |
| Octal | 230 | 51 | 217 | 0 | 111 | 6 | 50 | 461 | 72 | 46 |
| Binary | 10011000 | 101001 | 10001111 | 0 | 1001001 | 110 | 101000 | 100110001 | 111010 | 100110 |
Color Harmonies of #98298F
Complementary color
Monochromatic Colors of #98298F
Black with #98298F
Text Example
Text Example
White with #98298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98298F; }
p { color: rgb(152,41,143); }
H1.HeaderClassName
{
color: #98298F;
}
.AnyTagClassName
{
color: #98298F;
}
</style>
background-color css
<style>
a { background-color: #98298F; }
a { background-color: rgb(152,41,143); }
div.DivClassName
{
background-color: #98298F;
}
.BgClassName
{
background-color: #98298F;
}
</style>
border-color css
<style>
span { border-color: #98298F; }
span { border-color: rgb(152,41,143); }
td.TdClassName
{
border-color: #98298F;
}
.TagClassName
{
border-color: #98298F;
}
</style>