Shades of Dark Purple #99137C
Tints of Dark Purple #99137C
RGB
CMYK
RGB Variations
Color information
#99137C (or 0x99137C) is known color: Dark Purple. HEX triplet: 99, 13 and 7C. RGB value is (153,19,124). Sum of RGB (Red+Green+Blue) = 153+19+124=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99137C is #66EC83. Grayscale: #464646. Windows color (decimal): -6745220 or 8131481. OLE color: 8131481.
HSL color Cylindrical-coordinate representation of color #99137C: hue angle of 312.99º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99137C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 124 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.4 |
| HSL | 312.99º | 0.78% | 0.34% | - |
| HSV(B) | 312.99º | 0.88% | 0.6% | - |
| XYZ | 17.01 | 8.69 | 19.85 | - |
| YUV | 71.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 124 | 0 | 0.88 | 0.19 | 0.4 | 312.99 | 0.78 | 0.34 |
| Hex | 99 | 13 | 7C | 0 | 58 | 13 | 28 | 139 | 4E | 22 |
| Octal | 231 | 23 | 174 | 0 | 130 | 23 | 50 | 471 | 116 | 42 |
| Binary | 10011001 | 10011 | 1111100 | 0 | 1011000 | 10011 | 101000 | 100111001 | 1001110 | 100010 |
Color Harmonies of #99137C
Complementary color
Monochromatic Colors of #99137C
Black with #99137C
Text Example
Text Example
White with #99137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99137C; }
p { color: rgb(153,19,124); }
H1.HeaderClassName
{
color: #99137C;
}
.AnyTagClassName
{
color: #99137C;
}
</style>
background-color css
<style>
a { background-color: #99137C; }
a { background-color: rgb(153,19,124); }
div.DivClassName
{
background-color: #99137C;
}
.BgClassName
{
background-color: #99137C;
}
</style>
border-color css
<style>
span { border-color: #99137C; }
span { border-color: rgb(153,19,124); }
td.TdClassName
{
border-color: #99137C;
}
.TagClassName
{
border-color: #99137C;
}
</style>