Shades of Dark Purple #99288A
Tints of Dark Purple #99288A
RGB
CMYK
RGB Variations
Color information
#99288A (or 0x99288A) is known color: Dark Purple. HEX triplet: 99, 28 and 8A. RGB value is (153,40,138). Sum of RGB (Red+Green+Blue) = 153+40+138=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99288A is #66D775. Grayscale: #545454. Windows color (decimal): -6739830 or 9054361. OLE color: 9054361.
HSL color Cylindrical-coordinate representation of color #99288A: hue angle of 307.96º 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 #99288A is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 138 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.4 |
| HSL | 307.96º | 0.59% | 0.38% | - |
| HSV(B) | 307.96º | 0.74% | 0.6% | - |
| XYZ | 18.48 | 10.12 | 25.02 | - |
| YUV | 84.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 138 | 0 | 0.74 | 0.10 | 0.4 | 307.96 | 0.59 | 0.38 |
| Hex | 99 | 28 | 8A | 0 | 4A | A | 28 | 134 | 3B | 26 |
| Octal | 231 | 50 | 212 | 0 | 112 | 12 | 50 | 464 | 73 | 46 |
| Binary | 10011001 | 101000 | 10001010 | 0 | 1001010 | 1010 | 101000 | 100110100 | 111011 | 100110 |
Color Harmonies of #99288A
Complementary color
Monochromatic Colors of #99288A
Black with #99288A
Text Example
Text Example
White with #99288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99288A; }
p { color: rgb(153,40,138); }
H1.HeaderClassName
{
color: #99288A;
}
.AnyTagClassName
{
color: #99288A;
}
</style>
background-color css
<style>
a { background-color: #99288A; }
a { background-color: rgb(153,40,138); }
div.DivClassName
{
background-color: #99288A;
}
.BgClassName
{
background-color: #99288A;
}
</style>
border-color css
<style>
span { border-color: #99288A; }
span { border-color: rgb(153,40,138); }
td.TdClassName
{
border-color: #99288A;
}
.TagClassName
{
border-color: #99288A;
}
</style>