Shades of Dark Purple #99357C
Tints of Dark Purple #99357C
RGB
CMYK
RGB Variations
Color information
#99357C (or 0x99357C) is known color: Dark Purple. HEX triplet: 99, 35 and 7C. RGB value is (153,53,124). Sum of RGB (Red+Green+Blue) = 153+53+124=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99357C is #66CA83. Grayscale: #5A5A5A. Windows color (decimal): -6736516 or 8140185. OLE color: 8140185.
HSL color Cylindrical-coordinate representation of color #99357C: hue angle of 317.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99357C is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 124 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.4 |
| HSL | 317.4º | 0.49% | 0.4% | - |
| HSV(B) | 317.4º | 0.65% | 0.6% | - |
| XYZ | 18.05 | 10.77 | 20.2 | - |
| YUV | 90.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 124 | 0 | 0.65 | 0.19 | 0.4 | 317.4 | 0.49 | 0.4 |
| Hex | 99 | 35 | 7C | 0 | 41 | 13 | 28 | 13D | 31 | 28 |
| Octal | 231 | 65 | 174 | 0 | 101 | 23 | 50 | 475 | 61 | 50 |
| Binary | 10011001 | 110101 | 1111100 | 0 | 1000001 | 10011 | 101000 | 100111101 | 110001 | 101000 |
Color Harmonies of #99357C
Complementary color
Monochromatic Colors of #99357C
Black with #99357C
Text Example
Text Example
White with #99357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99357C; }
p { color: rgb(153,53,124); }
H1.HeaderClassName
{
color: #99357C;
}
.AnyTagClassName
{
color: #99357C;
}
</style>
background-color css
<style>
a { background-color: #99357C; }
a { background-color: rgb(153,53,124); }
div.DivClassName
{
background-color: #99357C;
}
.BgClassName
{
background-color: #99357C;
}
</style>
border-color css
<style>
span { border-color: #99357C; }
span { border-color: rgb(153,53,124); }
td.TdClassName
{
border-color: #99357C;
}
.TagClassName
{
border-color: #99357C;
}
</style>