Shades of Lipstick #992160
Tints of Lipstick #992160
RGB
CMYK
RGB Variations
Color information
#992160 (or 0x992160) is known color: Lipstick. HEX triplet: 99, 21 and 60. RGB value is (153,33,96). Sum of RGB (Red+Green+Blue) = 153+33+96=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #992160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992160 is #66DE9F. Grayscale: #4B4B4B. Windows color (decimal): -6741664 or 6300057. OLE color: 6300057.
HSL color Cylindrical-coordinate representation of color #992160: hue angle of 328.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992160 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 96 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.4 |
| HSL | 328.5º | 0.65% | 0.36% | - |
| HSV(B) | 328.5º | 0.78% | 0.6% | - |
| XYZ | 15.79 | 8.7 | 11.91 | - |
| YUV | 76.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 96 | 0 | 0.78 | 0.37 | 0.4 | 328.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 60 | 0 | 4E | 25 | 28 | 148 | 41 | 24 |
| Octal | 231 | 41 | 140 | 0 | 116 | 45 | 50 | 510 | 101 | 44 |
| Binary | 10011001 | 100001 | 1100000 | 0 | 1001110 | 100101 | 101000 | 101001000 | 1000001 | 100100 |
Color Harmonies of #992160
Complementary color
Monochromatic Colors of #992160
Black with #992160
Text Example
Text Example
White with #992160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992160; }
p { color: rgb(153,33,96); }
H1.HeaderClassName
{
color: #992160;
}
.AnyTagClassName
{
color: #992160;
}
</style>
background-color css
<style>
a { background-color: #992160; }
a { background-color: rgb(153,33,96); }
div.DivClassName
{
background-color: #992160;
}
.BgClassName
{
background-color: #992160;
}
</style>
border-color css
<style>
span { border-color: #992160; }
span { border-color: rgb(153,33,96); }
td.TdClassName
{
border-color: #992160;
}
.TagClassName
{
border-color: #992160;
}
</style>