Shades of Lipstick #9F2161
Tints of Lipstick #9F2161
RGB
CMYK
RGB Variations
Color information
#9F2161 (or 0x9F2161) is known color: Lipstick. HEX triplet: 9F, 21 and 61. RGB value is (159,33,97). Sum of RGB (Red+Green+Blue) = 159+33+97=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2161 is #60DE9E. Grayscale: #4D4D4D. Windows color (decimal): -6348447 or 6365599. OLE color: 6365599.
HSL color Cylindrical-coordinate representation of color #9F2161: hue angle of 329.52º 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 #9F2161 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 97 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.38 |
| HSL | 329.52º | 0.66% | 0.38% | - |
| HSV(B) | 329.52º | 0.79% | 0.62% | - |
| XYZ | 17 | 9.32 | 12.21 | - |
| YUV | 77.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 97 | 0 | 0.79 | 0.39 | 0.38 | 329.52 | 0.66 | 0.38 |
| Hex | 9F | 21 | 61 | 0 | 4F | 27 | 26 | 14A | 42 | 26 |
| Octal | 237 | 41 | 141 | 0 | 117 | 47 | 46 | 512 | 102 | 46 |
| Binary | 10011111 | 100001 | 1100001 | 0 | 1001111 | 100111 | 100110 | 101001010 | 1000010 | 100110 |
Color Harmonies of #9F2161
Complementary color
Monochromatic Colors of #9F2161
Black with #9F2161
Text Example
Text Example
White with #9F2161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2161; }
p { color: rgb(159,33,97); }
H1.HeaderClassName
{
color: #9F2161;
}
.AnyTagClassName
{
color: #9F2161;
}
</style>
background-color css
<style>
a { background-color: #9F2161; }
a { background-color: rgb(159,33,97); }
div.DivClassName
{
background-color: #9F2161;
}
.BgClassName
{
background-color: #9F2161;
}
</style>
border-color css
<style>
span { border-color: #9F2161; }
span { border-color: rgb(159,33,97); }
td.TdClassName
{
border-color: #9F2161;
}
.TagClassName
{
border-color: #9F2161;
}
</style>