Shades of Lipstick #9F2362
Tints of Lipstick #9F2362
RGB
CMYK
RGB Variations
Color information
#9F2362 (or 0x9F2362) is known color: Lipstick. HEX triplet: 9F, 23 and 62. RGB value is (159,35,98). Sum of RGB (Red+Green+Blue) = 159+35+98=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2362 is #60DC9D. Grayscale: #4F4F4F. Windows color (decimal): -6347934 or 6431647. OLE color: 6431647.
HSL color Cylindrical-coordinate representation of color #9F2362: hue angle of 329.52º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2362 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 98 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.38 |
| HSL | 329.52º | 0.64% | 0.38% | - |
| HSV(B) | 329.52º | 0.78% | 0.62% | - |
| XYZ | 17.1 | 9.45 | 12.48 | - |
| YUV | 79.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 98 | 0 | 0.78 | 0.38 | 0.38 | 329.52 | 0.64 | 0.38 |
| Hex | 9F | 23 | 62 | 0 | 4E | 26 | 26 | 14A | 40 | 26 |
| Octal | 237 | 43 | 142 | 0 | 116 | 46 | 46 | 512 | 100 | 46 |
| Binary | 10011111 | 100011 | 1100010 | 0 | 1001110 | 100110 | 100110 | 101001010 | 1000000 | 100110 |
Color Harmonies of #9F2362
Complementary color
Monochromatic Colors of #9F2362
Black with #9F2362
Text Example
Text Example
White with #9F2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2362; }
p { color: rgb(159,35,98); }
H1.HeaderClassName
{
color: #9F2362;
}
.AnyTagClassName
{
color: #9F2362;
}
</style>
background-color css
<style>
a { background-color: #9F2362; }
a { background-color: rgb(159,35,98); }
div.DivClassName
{
background-color: #9F2362;
}
.BgClassName
{
background-color: #9F2362;
}
</style>
border-color css
<style>
span { border-color: #9F2362; }
span { border-color: rgb(159,35,98); }
td.TdClassName
{
border-color: #9F2362;
}
.TagClassName
{
border-color: #9F2362;
}
</style>