Shades of Lipstick #9F2160
Tints of Lipstick #9F2160
RGB
CMYK
RGB Variations
Color information
#9F2160 (or 0x9F2160) is known color: Lipstick. HEX triplet: 9F, 21 and 60. RGB value is (159,33,96). Sum of RGB (Red+Green+Blue) = 159+33+96=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2160 is #60DE9F. Grayscale: #4D4D4D. Windows color (decimal): -6348448 or 6300063. OLE color: 6300063.
HSL color Cylindrical-coordinate representation of color #9F2160: hue angle of 330º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2160 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 96 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.38 |
| HSL | 330º | 0.66% | 0.38% | - |
| HSV(B) | 330º | 0.79% | 0.62% | - |
| XYZ | 16.95 | 9.3 | 11.97 | - |
| YUV | 77.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 96 | 0 | 0.79 | 0.40 | 0.38 | 330 | 0.66 | 0.38 |
| Hex | 9F | 21 | 60 | 0 | 4F | 28 | 26 | 14A | 42 | 26 |
| Octal | 237 | 41 | 140 | 0 | 117 | 50 | 46 | 512 | 102 | 46 |
| Binary | 10011111 | 100001 | 1100000 | 0 | 1001111 | 101000 | 100110 | 101001010 | 1000010 | 100110 |
Color Harmonies of #9F2160
Complementary color
Monochromatic Colors of #9F2160
Black with #9F2160
Text Example
Text Example
White with #9F2160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2160; }
p { color: rgb(159,33,96); }
H1.HeaderClassName
{
color: #9F2160;
}
.AnyTagClassName
{
color: #9F2160;
}
</style>
background-color css
<style>
a { background-color: #9F2160; }
a { background-color: rgb(159,33,96); }
div.DivClassName
{
background-color: #9F2160;
}
.BgClassName
{
background-color: #9F2160;
}
</style>
border-color css
<style>
span { border-color: #9F2160; }
span { border-color: rgb(159,33,96); }
td.TdClassName
{
border-color: #9F2160;
}
.TagClassName
{
border-color: #9F2160;
}
</style>