Shades of Dark Purple #99298E
Tints of Dark Purple #99298E
RGB
CMYK
RGB Variations
Color information
#99298E (or 0x99298E) is known color: Dark Purple. HEX triplet: 99, 29 and 8E. RGB value is (153,41,142). Sum of RGB (Red+Green+Blue) = 153+41+142=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99298E is #66D671. Grayscale: #555555. Windows color (decimal): -6739570 or 9316761. OLE color: 9316761.
HSL color Cylindrical-coordinate representation of color #99298E: 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.73%. Process color model (Four color, CMYK) of #99298E is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 142 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.4 |
| HSL | 305.89º | 0.58% | 0.38% | - |
| HSV(B) | 305.89º | 0.73% | 0.6% | - |
| XYZ | 18.81 | 10.31 | 26.59 | - |
| YUV | 86 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 142 | 0 | 0.73 | 0.07 | 0.4 | 305.89 | 0.58 | 0.38 |
| Hex | 99 | 29 | 8E | 0 | 49 | 7 | 28 | 132 | 3A | 26 |
| Octal | 231 | 51 | 216 | 0 | 111 | 7 | 50 | 462 | 72 | 46 |
| Binary | 10011001 | 101001 | 10001110 | 0 | 1001001 | 111 | 101000 | 100110010 | 111010 | 100110 |
Color Harmonies of #99298E
Complementary color
Monochromatic Colors of #99298E
Black with #99298E
Text Example
Text Example
White with #99298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99298E; }
p { color: rgb(153,41,142); }
H1.HeaderClassName
{
color: #99298E;
}
.AnyTagClassName
{
color: #99298E;
}
</style>
background-color css
<style>
a { background-color: #99298E; }
a { background-color: rgb(153,41,142); }
div.DivClassName
{
background-color: #99298E;
}
.BgClassName
{
background-color: #99298E;
}
</style>
border-color css
<style>
span { border-color: #99298E; }
span { border-color: rgb(153,41,142); }
td.TdClassName
{
border-color: #99298E;
}
.TagClassName
{
border-color: #99298E;
}
</style>