Shades of Dark Purple #99298B
Tints of Dark Purple #99298B
RGB
CMYK
RGB Variations
Color information
#99298B (or 0x99298B) is known color: Dark Purple. HEX triplet: 99, 29 and 8B. RGB value is (153,41,139). Sum of RGB (Red+Green+Blue) = 153+41+139=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99298B is #66D674. Grayscale: #555555. Windows color (decimal): -6739573 or 9120153. OLE color: 9120153.
HSL color Cylindrical-coordinate representation of color #99298B: hue angle of 307.5º 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 #99298B is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 139 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.4 |
| HSL | 307.5º | 0.58% | 0.38% | - |
| HSV(B) | 307.5º | 0.73% | 0.6% | - |
| XYZ | 18.59 | 10.22 | 25.42 | - |
| YUV | 85.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 139 | 0 | 0.73 | 0.09 | 0.4 | 307.5 | 0.58 | 0.38 |
| Hex | 99 | 29 | 8B | 0 | 49 | 9 | 28 | 134 | 3A | 26 |
| Octal | 231 | 51 | 213 | 0 | 111 | 11 | 50 | 464 | 72 | 46 |
| Binary | 10011001 | 101001 | 10001011 | 0 | 1001001 | 1001 | 101000 | 100110100 | 111010 | 100110 |
Color Harmonies of #99298B
Complementary color
Monochromatic Colors of #99298B
Black with #99298B
Text Example
Text Example
White with #99298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99298B; }
p { color: rgb(153,41,139); }
H1.HeaderClassName
{
color: #99298B;
}
.AnyTagClassName
{
color: #99298B;
}
</style>
background-color css
<style>
a { background-color: #99298B; }
a { background-color: rgb(153,41,139); }
div.DivClassName
{
background-color: #99298B;
}
.BgClassName
{
background-color: #99298B;
}
</style>
border-color css
<style>
span { border-color: #99298B; }
span { border-color: rgb(153,41,139); }
td.TdClassName
{
border-color: #99298B;
}
.TagClassName
{
border-color: #99298B;
}
</style>