Shades of Lipstick #9F2162
Tints of Lipstick #9F2162
RGB
CMYK
RGB Variations
Color information
#9F2162 (or 0x9F2162) is known color: Lipstick. HEX triplet: 9F, 21 and 62. RGB value is (159,33,98). Sum of RGB (Red+Green+Blue) = 159+33+98=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2162 is #60DE9D. Grayscale: #4D4D4D. Windows color (decimal): -6348446 or 6431135. OLE color: 6431135.
HSL color Cylindrical-coordinate representation of color #9F2162: hue angle of 329.05º 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 #9F2162 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 98 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.38 |
| HSL | 329.05º | 0.66% | 0.38% | - |
| HSV(B) | 329.05º | 0.79% | 0.62% | - |
| XYZ | 17.05 | 9.34 | 12.46 | - |
| YUV | 78.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 98 | 0 | 0.79 | 0.38 | 0.38 | 329.05 | 0.66 | 0.38 |
| Hex | 9F | 21 | 62 | 0 | 4F | 26 | 26 | 149 | 42 | 26 |
| Octal | 237 | 41 | 142 | 0 | 117 | 46 | 46 | 511 | 102 | 46 |
| Binary | 10011111 | 100001 | 1100010 | 0 | 1001111 | 100110 | 100110 | 101001001 | 1000010 | 100110 |
Color Harmonies of #9F2162
Complementary color
Monochromatic Colors of #9F2162
Black with #9F2162
Text Example
Text Example
White with #9F2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2162; }
p { color: rgb(159,33,98); }
H1.HeaderClassName
{
color: #9F2162;
}
.AnyTagClassName
{
color: #9F2162;
}
</style>
background-color css
<style>
a { background-color: #9F2162; }
a { background-color: rgb(159,33,98); }
div.DivClassName
{
background-color: #9F2162;
}
.BgClassName
{
background-color: #9F2162;
}
</style>
border-color css
<style>
span { border-color: #9F2162; }
span { border-color: rgb(159,33,98); }
td.TdClassName
{
border-color: #9F2162;
}
.TagClassName
{
border-color: #9F2162;
}
</style>