Shades of Dark Purple #99317C
Tints of Dark Purple #99317C
RGB
CMYK
RGB Variations
Color information
#99317C (or 0x99317C) is known color: Dark Purple. HEX triplet: 99, 31 and 7C. RGB value is (153,49,124). Sum of RGB (Red+Green+Blue) = 153+49+124=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99317C is #66CE83. Grayscale: #585858. Windows color (decimal): -6737540 or 8139161. OLE color: 8139161.
HSL color Cylindrical-coordinate representation of color #99317C: hue angle of 316.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99317C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 124 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.4 |
| HSL | 316.73º | 0.51% | 0.4% | - |
| HSV(B) | 316.73º | 0.68% | 0.6% | - |
| XYZ | 17.87 | 10.42 | 20.14 | - |
| YUV | 88.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 124 | 0 | 0.68 | 0.19 | 0.4 | 316.73 | 0.51 | 0.4 |
| Hex | 99 | 31 | 7C | 0 | 44 | 13 | 28 | 13D | 33 | 28 |
| Octal | 231 | 61 | 174 | 0 | 104 | 23 | 50 | 475 | 63 | 50 |
| Binary | 10011001 | 110001 | 1111100 | 0 | 1000100 | 10011 | 101000 | 100111101 | 110011 | 101000 |
Color Harmonies of #99317C
Complementary color
Monochromatic Colors of #99317C
Black with #99317C
Text Example
Text Example
White with #99317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99317C; }
p { color: rgb(153,49,124); }
H1.HeaderClassName
{
color: #99317C;
}
.AnyTagClassName
{
color: #99317C;
}
</style>
background-color css
<style>
a { background-color: #99317C; }
a { background-color: rgb(153,49,124); }
div.DivClassName
{
background-color: #99317C;
}
.BgClassName
{
background-color: #99317C;
}
</style>
border-color css
<style>
span { border-color: #99317C; }
span { border-color: rgb(153,49,124); }
td.TdClassName
{
border-color: #99317C;
}
.TagClassName
{
border-color: #99317C;
}
</style>