Shades of Lipstick #9F2864
Tints of Lipstick #9F2864
RGB
CMYK
RGB Variations
Color information
#9F2864 (or 0x9F2864) is known color: Lipstick. HEX triplet: 9F, 28 and 64. RGB value is (159,40,100). Sum of RGB (Red+Green+Blue) = 159+40+100=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2864 is #60D79B. Grayscale: #525252. Windows color (decimal): -6346652 or 6563999. OLE color: 6563999.
HSL color Cylindrical-coordinate representation of color #9F2864: hue angle of 329.75º 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 #9F2864 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 100 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.38 |
| HSL | 329.75º | 0.6% | 0.39% | - |
| HSV(B) | 329.75º | 0.75% | 0.62% | - |
| XYZ | 17.36 | 9.81 | 13.04 | - |
| YUV | 82.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 100 | 0 | 0.75 | 0.37 | 0.38 | 329.75 | 0.6 | 0.39 |
| Hex | 9F | 28 | 64 | 0 | 4B | 25 | 26 | 14A | 3C | 27 |
| Octal | 237 | 50 | 144 | 0 | 113 | 45 | 46 | 512 | 74 | 47 |
| Binary | 10011111 | 101000 | 1100100 | 0 | 1001011 | 100101 | 100110 | 101001010 | 111100 | 100111 |
Color Harmonies of #9F2864
Complementary color
Monochromatic Colors of #9F2864
Black with #9F2864
Text Example
Text Example
White with #9F2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2864; }
p { color: rgb(159,40,100); }
H1.HeaderClassName
{
color: #9F2864;
}
.AnyTagClassName
{
color: #9F2864;
}
</style>
background-color css
<style>
a { background-color: #9F2864; }
a { background-color: rgb(159,40,100); }
div.DivClassName
{
background-color: #9F2864;
}
.BgClassName
{
background-color: #9F2864;
}
</style>
border-color css
<style>
span { border-color: #9F2864; }
span { border-color: rgb(159,40,100); }
td.TdClassName
{
border-color: #9F2864;
}
.TagClassName
{
border-color: #9F2864;
}
</style>