Shades of Dark Purple #99287A
Tints of Dark Purple #99287A
RGB
CMYK
RGB Variations
Color information
#99287A (or 0x99287A) is known color: Dark Purple. HEX triplet: 99, 28 and 7A. RGB value is (153,40,122). Sum of RGB (Red+Green+Blue) = 153+40+122=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99287A is #66D785. Grayscale: #525252. Windows color (decimal): -6739846 or 8005785. OLE color: 8005785.
HSL color Cylindrical-coordinate representation of color #99287A: hue angle of 316.46º 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 #99287A is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 122 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.4 |
| HSL | 316.46º | 0.59% | 0.38% | - |
| HSV(B) | 316.46º | 0.74% | 0.6% | - |
| XYZ | 17.41 | 9.7 | 19.37 | - |
| YUV | 83.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 122 | 0 | 0.74 | 0.20 | 0.4 | 316.46 | 0.59 | 0.38 |
| Hex | 99 | 28 | 7A | 0 | 4A | 14 | 28 | 13C | 3B | 26 |
| Octal | 231 | 50 | 172 | 0 | 112 | 24 | 50 | 474 | 73 | 46 |
| Binary | 10011001 | 101000 | 1111010 | 0 | 1001010 | 10100 | 101000 | 100111100 | 111011 | 100110 |
Color Harmonies of #99287A
Complementary color
Monochromatic Colors of #99287A
Black with #99287A
Text Example
Text Example
White with #99287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99287A; }
p { color: rgb(153,40,122); }
H1.HeaderClassName
{
color: #99287A;
}
.AnyTagClassName
{
color: #99287A;
}
</style>
background-color css
<style>
a { background-color: #99287A; }
a { background-color: rgb(153,40,122); }
div.DivClassName
{
background-color: #99287A;
}
.BgClassName
{
background-color: #99287A;
}
</style>
border-color css
<style>
span { border-color: #99287A; }
span { border-color: rgb(153,40,122); }
td.TdClassName
{
border-color: #99287A;
}
.TagClassName
{
border-color: #99287A;
}
</style>