Shades of Dark Purple #99288D
Tints of Dark Purple #99288D
RGB
CMYK
RGB Variations
Color information
#99288D (or 0x99288D) is known color: Dark Purple. HEX triplet: 99, 28 and 8D. RGB value is (153,40,141). Sum of RGB (Red+Green+Blue) = 153+40+141=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99288D is #66D772. Grayscale: #555555. Windows color (decimal): -6739827 or 9250969. OLE color: 9250969.
HSL color Cylindrical-coordinate representation of color #99288D: hue angle of 306.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99288D is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 141 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.4 |
| HSL | 306.37º | 0.59% | 0.38% | - |
| HSV(B) | 306.37º | 0.74% | 0.6% | - |
| XYZ | 18.7 | 10.21 | 26.18 | - |
| YUV | 85.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 141 | 0 | 0.74 | 0.08 | 0.4 | 306.37 | 0.59 | 0.38 |
| Hex | 99 | 28 | 8D | 0 | 4A | 8 | 28 | 132 | 3B | 26 |
| Octal | 231 | 50 | 215 | 0 | 112 | 10 | 50 | 462 | 73 | 46 |
| Binary | 10011001 | 101000 | 10001101 | 0 | 1001010 | 1000 | 101000 | 100110010 | 111011 | 100110 |
Color Harmonies of #99288D
Complementary color
Monochromatic Colors of #99288D
Black with #99288D
Text Example
Text Example
White with #99288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99288D; }
p { color: rgb(153,40,141); }
H1.HeaderClassName
{
color: #99288D;
}
.AnyTagClassName
{
color: #99288D;
}
</style>
background-color css
<style>
a { background-color: #99288D; }
a { background-color: rgb(153,40,141); }
div.DivClassName
{
background-color: #99288D;
}
.BgClassName
{
background-color: #99288D;
}
</style>
border-color css
<style>
span { border-color: #99288D; }
span { border-color: rgb(153,40,141); }
td.TdClassName
{
border-color: #99288D;
}
.TagClassName
{
border-color: #99288D;
}
</style>