Shades of Dark Purple #99187C
Tints of Dark Purple #99187C
RGB
CMYK
RGB Variations
Color information
#99187C (or 0x99187C) is known color: Dark Purple. HEX triplet: 99, 18 and 7C. RGB value is (153,24,124). Sum of RGB (Red+Green+Blue) = 153+24+124=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99187C is #66E783. Grayscale: #494949. Windows color (decimal): -6743940 or 8132761. OLE color: 8132761.
HSL color Cylindrical-coordinate representation of color #99187C: hue angle of 313.49º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99187C is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 124 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.4 |
| HSL | 313.49º | 0.73% | 0.35% | - |
| HSV(B) | 313.49º | 0.84% | 0.6% | - |
| XYZ | 17.1 | 8.88 | 19.88 | - |
| YUV | 73.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 124 | 0 | 0.84 | 0.19 | 0.4 | 313.49 | 0.73 | 0.35 |
| Hex | 99 | 18 | 7C | 0 | 54 | 13 | 28 | 139 | 49 | 23 |
| Octal | 231 | 30 | 174 | 0 | 124 | 23 | 50 | 471 | 111 | 43 |
| Binary | 10011001 | 11000 | 1111100 | 0 | 1010100 | 10011 | 101000 | 100111001 | 1001001 | 100011 |
Color Harmonies of #99187C
Complementary color
Monochromatic Colors of #99187C
Black with #99187C
Text Example
Text Example
White with #99187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99187C; }
p { color: rgb(153,24,124); }
H1.HeaderClassName
{
color: #99187C;
}
.AnyTagClassName
{
color: #99187C;
}
</style>
background-color css
<style>
a { background-color: #99187C; }
a { background-color: rgb(153,24,124); }
div.DivClassName
{
background-color: #99187C;
}
.BgClassName
{
background-color: #99187C;
}
</style>
border-color css
<style>
span { border-color: #99187C; }
span { border-color: rgb(153,24,124); }
td.TdClassName
{
border-color: #99187C;
}
.TagClassName
{
border-color: #99187C;
}
</style>