Shades of Dark Purple #99287C
Tints of Dark Purple #99287C
RGB
CMYK
RGB Variations
Color information
#99287C (or 0x99287C) is known color: Dark Purple. HEX triplet: 99, 28 and 7C. RGB value is (153,40,124). Sum of RGB (Red+Green+Blue) = 153+40+124=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99287C is #66D783. Grayscale: #535353. Windows color (decimal): -6739844 or 8136857. OLE color: 8136857.
HSL color Cylindrical-coordinate representation of color #99287C: hue angle of 315.4º 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 #99287C is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 124 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.4 |
| HSL | 315.4º | 0.59% | 0.38% | - |
| HSV(B) | 315.4º | 0.74% | 0.6% | - |
| XYZ | 17.53 | 9.75 | 20.03 | - |
| YUV | 83.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 124 | 0 | 0.74 | 0.19 | 0.4 | 315.4 | 0.59 | 0.38 |
| Hex | 99 | 28 | 7C | 0 | 4A | 13 | 28 | 13B | 3B | 26 |
| Octal | 231 | 50 | 174 | 0 | 112 | 23 | 50 | 473 | 73 | 46 |
| Binary | 10011001 | 101000 | 1111100 | 0 | 1001010 | 10011 | 101000 | 100111011 | 111011 | 100110 |
Color Harmonies of #99287C
Complementary color
Monochromatic Colors of #99287C
Black with #99287C
Text Example
Text Example
White with #99287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99287C; }
p { color: rgb(153,40,124); }
H1.HeaderClassName
{
color: #99287C;
}
.AnyTagClassName
{
color: #99287C;
}
</style>
background-color css
<style>
a { background-color: #99287C; }
a { background-color: rgb(153,40,124); }
div.DivClassName
{
background-color: #99287C;
}
.BgClassName
{
background-color: #99287C;
}
</style>
border-color css
<style>
span { border-color: #99287C; }
span { border-color: rgb(153,40,124); }
td.TdClassName
{
border-color: #99287C;
}
.TagClassName
{
border-color: #99287C;
}
</style>