Shades of Dark Purple #99127C
Tints of Dark Purple #99127C
RGB
CMYK
RGB Variations
Color information
#99127C (or 0x99127C) is known color: Dark Purple. HEX triplet: 99, 12 and 7C. RGB value is (153,18,124). Sum of RGB (Red+Green+Blue) = 153+18+124=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99127C is #66ED83. Grayscale: #464646. Windows color (decimal): -6745476 or 8131225. OLE color: 8131225.
HSL color Cylindrical-coordinate representation of color #99127C: hue angle of 312.89º degrees, saturation: 0.79, 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 #99127C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 124 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.4 |
| HSL | 312.89º | 0.79% | 0.34% | - |
| HSV(B) | 312.89º | 0.88% | 0.6% | - |
| XYZ | 16.99 | 8.66 | 19.84 | - |
| YUV | 70.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 124 | 0 | 0.88 | 0.19 | 0.4 | 312.89 | 0.79 | 0.34 |
| Hex | 99 | 12 | 7C | 0 | 58 | 13 | 28 | 139 | 4F | 22 |
| Octal | 231 | 22 | 174 | 0 | 130 | 23 | 50 | 471 | 117 | 42 |
| Binary | 10011001 | 10010 | 1111100 | 0 | 1011000 | 10011 | 101000 | 100111001 | 1001111 | 100010 |
Color Harmonies of #99127C
Complementary color
Monochromatic Colors of #99127C
Black with #99127C
Text Example
Text Example
White with #99127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99127C; }
p { color: rgb(153,18,124); }
H1.HeaderClassName
{
color: #99127C;
}
.AnyTagClassName
{
color: #99127C;
}
</style>
background-color css
<style>
a { background-color: #99127C; }
a { background-color: rgb(153,18,124); }
div.DivClassName
{
background-color: #99127C;
}
.BgClassName
{
background-color: #99127C;
}
</style>
border-color css
<style>
span { border-color: #99127C; }
span { border-color: rgb(153,18,124); }
td.TdClassName
{
border-color: #99127C;
}
.TagClassName
{
border-color: #99127C;
}
</style>