Shades of Dark Purple #99157C
Tints of Dark Purple #99157C
RGB
CMYK
RGB Variations
Color information
#99157C (or 0x99157C) is known color: Dark Purple. HEX triplet: 99, 15 and 7C. RGB value is (153,21,124). Sum of RGB (Red+Green+Blue) = 153+21+124=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99157C is #66EA83. Grayscale: #474747. Windows color (decimal): -6744708 or 8131993. OLE color: 8131993.
HSL color Cylindrical-coordinate representation of color #99157C: hue angle of 313.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99157C is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 21 | 124 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.4 |
| HSL | 313.18º | 0.76% | 0.34% | - |
| HSV(B) | 313.18º | 0.86% | 0.6% | - |
| XYZ | 17.04 | 8.76 | 19.86 | - |
| YUV | 72.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 124 | 0 | 0.86 | 0.19 | 0.4 | 313.18 | 0.76 | 0.34 |
| Hex | 99 | 15 | 7C | 0 | 56 | 13 | 28 | 139 | 4C | 22 |
| Octal | 231 | 25 | 174 | 0 | 126 | 23 | 50 | 471 | 114 | 42 |
| Binary | 10011001 | 10101 | 1111100 | 0 | 1010110 | 10011 | 101000 | 100111001 | 1001100 | 100010 |
Color Harmonies of #99157C
Complementary color
Monochromatic Colors of #99157C
Black with #99157C
Text Example
Text Example
White with #99157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99157C; }
p { color: rgb(153,21,124); }
H1.HeaderClassName
{
color: #99157C;
}
.AnyTagClassName
{
color: #99157C;
}
</style>
background-color css
<style>
a { background-color: #99157C; }
a { background-color: rgb(153,21,124); }
div.DivClassName
{
background-color: #99157C;
}
.BgClassName
{
background-color: #99157C;
}
</style>
border-color css
<style>
span { border-color: #99157C; }
span { border-color: rgb(153,21,124); }
td.TdClassName
{
border-color: #99157C;
}
.TagClassName
{
border-color: #99157C;
}
</style>