Shades of Lipstick #9F3360
Tints of Lipstick #9F3360
RGB
CMYK
RGB Variations
Color information
#9F3360 (or 0x9F3360) is known color: Lipstick. HEX triplet: 9F, 33 and 60. RGB value is (159,51,96). Sum of RGB (Red+Green+Blue) = 159+51+96=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3360 is #60CC9F. Grayscale: #585858. Windows color (decimal): -6343840 or 6304671. OLE color: 6304671.
HSL color Cylindrical-coordinate representation of color #9F3360: hue angle of 335º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3360 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 96 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.38 |
| HSL | 335º | 0.51% | 0.41% | - |
| HSV(B) | 335º | 0.68% | 0.62% | - |
| XYZ | 17.59 | 10.58 | 12.18 | - |
| YUV | 88.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 96 | 0 | 0.68 | 0.40 | 0.38 | 335 | 0.51 | 0.41 |
| Hex | 9F | 33 | 60 | 0 | 44 | 28 | 26 | 14F | 33 | 29 |
| Octal | 237 | 63 | 140 | 0 | 104 | 50 | 46 | 517 | 63 | 51 |
| Binary | 10011111 | 110011 | 1100000 | 0 | 1000100 | 101000 | 100110 | 101001111 | 110011 | 101001 |
Color Harmonies of #9F3360
Complementary color
Monochromatic Colors of #9F3360
Black with #9F3360
Text Example
Text Example
White with #9F3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3360; }
p { color: rgb(159,51,96); }
H1.HeaderClassName
{
color: #9F3360;
}
.AnyTagClassName
{
color: #9F3360;
}
</style>
background-color css
<style>
a { background-color: #9F3360; }
a { background-color: rgb(159,51,96); }
div.DivClassName
{
background-color: #9F3360;
}
.BgClassName
{
background-color: #9F3360;
}
</style>
border-color css
<style>
span { border-color: #9F3360; }
span { border-color: rgb(159,51,96); }
td.TdClassName
{
border-color: #9F3360;
}
.TagClassName
{
border-color: #9F3360;
}
</style>