Shades of Lipstick #9F286E
Tints of Lipstick #9F286E
RGB
CMYK
RGB Variations
Color information
#9F286E (or 0x9F286E) is known color: Lipstick. HEX triplet: 9F, 28 and 6E. RGB value is (159,40,110). Sum of RGB (Red+Green+Blue) = 159+40+110=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F286E is #60D791. Grayscale: #535353. Windows color (decimal): -6346642 or 7219359. OLE color: 7219359.
HSL color Cylindrical-coordinate representation of color #9F286E: hue angle of 324.71º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F286E is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 110 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.38 |
| HSL | 324.71º | 0.6% | 0.39% | - |
| HSV(B) | 324.71º | 0.75% | 0.62% | - |
| XYZ | 17.87 | 10.01 | 15.74 | - |
| YUV | 83.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 110 | 0 | 0.75 | 0.31 | 0.38 | 324.71 | 0.6 | 0.39 |
| Hex | 9F | 28 | 6E | 0 | 4B | 1F | 26 | 145 | 3C | 27 |
| Octal | 237 | 50 | 156 | 0 | 113 | 37 | 46 | 505 | 74 | 47 |
| Binary | 10011111 | 101000 | 1101110 | 0 | 1001011 | 11111 | 100110 | 101000101 | 111100 | 100111 |
Color Harmonies of #9F286E
Complementary color
Monochromatic Colors of #9F286E
Black with #9F286E
Text Example
Text Example
White with #9F286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F286E; }
p { color: rgb(159,40,110); }
H1.HeaderClassName
{
color: #9F286E;
}
.AnyTagClassName
{
color: #9F286E;
}
</style>
background-color css
<style>
a { background-color: #9F286E; }
a { background-color: rgb(159,40,110); }
div.DivClassName
{
background-color: #9F286E;
}
.BgClassName
{
background-color: #9F286E;
}
</style>
border-color css
<style>
span { border-color: #9F286E; }
span { border-color: rgb(159,40,110); }
td.TdClassName
{
border-color: #9F286E;
}
.TagClassName
{
border-color: #9F286E;
}
</style>