Shades of Dark Purple #98298C
Tints of Dark Purple #98298C
RGB
CMYK
RGB Variations
Color information
#98298C (or 0x98298C) is known color: Dark Purple. HEX triplet: 98, 29 and 8C. RGB value is (152,41,140). Sum of RGB (Red+Green+Blue) = 152+41+140=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98298C is #67D673. Grayscale: #555555. Windows color (decimal): -6805108 or 9185688. OLE color: 9185688.
HSL color Cylindrical-coordinate representation of color #98298C: hue angle of 306.49º 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 #98298C is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 140 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.40 |
| HSL | 306.49º | 0.58% | 0.38% | - |
| HSV(B) | 306.49º | 0.73% | 0.6% | - |
| XYZ | 18.48 | 10.15 | 25.8 | - |
| YUV | 85.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 140 | 0 | 0.73 | 0.08 | 0.40 | 306.49 | 0.58 | 0.38 |
| Hex | 98 | 29 | 8C | 0 | 49 | 8 | 28 | 132 | 3A | 26 |
| Octal | 230 | 51 | 214 | 0 | 111 | 10 | 50 | 462 | 72 | 46 |
| Binary | 10011000 | 101001 | 10001100 | 0 | 1001001 | 1000 | 101000 | 100110010 | 111010 | 100110 |
Color Harmonies of #98298C
Complementary color
Monochromatic Colors of #98298C
Black with #98298C
Text Example
Text Example
White with #98298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98298C; }
p { color: rgb(152,41,140); }
H1.HeaderClassName
{
color: #98298C;
}
.AnyTagClassName
{
color: #98298C;
}
</style>
background-color css
<style>
a { background-color: #98298C; }
a { background-color: rgb(152,41,140); }
div.DivClassName
{
background-color: #98298C;
}
.BgClassName
{
background-color: #98298C;
}
</style>
border-color css
<style>
span { border-color: #98298C; }
span { border-color: rgb(152,41,140); }
td.TdClassName
{
border-color: #98298C;
}
.TagClassName
{
border-color: #98298C;
}
</style>