Shades of Lipstick #9F2968
Tints of Lipstick #9F2968
RGB
CMYK
RGB Variations
Color information
#9F2968 (or 0x9F2968) is known color: Lipstick. HEX triplet: 9F, 29 and 68. RGB value is (159,41,104). Sum of RGB (Red+Green+Blue) = 159+41+104=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2968 is #60D697. Grayscale: #535353. Windows color (decimal): -6346392 or 6826399. OLE color: 6826399.
HSL color Cylindrical-coordinate representation of color #9F2968: hue angle of 327.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2968 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 104 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.38 |
| HSL | 327.97º | 0.59% | 0.39% | - |
| HSV(B) | 327.97º | 0.74% | 0.62% | - |
| XYZ | 17.59 | 9.96 | 14.09 | - |
| YUV | 83.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 104 | 0 | 0.74 | 0.35 | 0.38 | 327.97 | 0.59 | 0.39 |
| Hex | 9F | 29 | 68 | 0 | 4A | 23 | 26 | 148 | 3B | 27 |
| Octal | 237 | 51 | 150 | 0 | 112 | 43 | 46 | 510 | 73 | 47 |
| Binary | 10011111 | 101001 | 1101000 | 0 | 1001010 | 100011 | 100110 | 101001000 | 111011 | 100111 |
Color Harmonies of #9F2968
Complementary color
Monochromatic Colors of #9F2968
Black with #9F2968
Text Example
Text Example
White with #9F2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2968; }
p { color: rgb(159,41,104); }
H1.HeaderClassName
{
color: #9F2968;
}
.AnyTagClassName
{
color: #9F2968;
}
</style>
background-color css
<style>
a { background-color: #9F2968; }
a { background-color: rgb(159,41,104); }
div.DivClassName
{
background-color: #9F2968;
}
.BgClassName
{
background-color: #9F2968;
}
</style>
border-color css
<style>
span { border-color: #9F2968; }
span { border-color: rgb(159,41,104); }
td.TdClassName
{
border-color: #9F2968;
}
.TagClassName
{
border-color: #9F2968;
}
</style>