Shades of Lipstick #9F296C
Tints of Lipstick #9F296C
RGB
CMYK
RGB Variations
Color information
#9F296C (or 0x9F296C) is known color: Lipstick. HEX triplet: 9F, 29 and 6C. RGB value is (159,41,108). Sum of RGB (Red+Green+Blue) = 159+41+108=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F296C is #60D693. Grayscale: #535353. Windows color (decimal): -6346388 or 7088543. OLE color: 7088543.
HSL color Cylindrical-coordinate representation of color #9F296C: hue angle of 325.93º 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 #9F296C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 108 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.38 |
| HSL | 325.93º | 0.59% | 0.39% | - |
| HSV(B) | 325.93º | 0.74% | 0.62% | - |
| XYZ | 17.8 | 10.04 | 15.19 | - |
| YUV | 83.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 108 | 0 | 0.74 | 0.32 | 0.38 | 325.93 | 0.59 | 0.39 |
| Hex | 9F | 29 | 6C | 0 | 4A | 20 | 26 | 146 | 3B | 27 |
| Octal | 237 | 51 | 154 | 0 | 112 | 40 | 46 | 506 | 73 | 47 |
| Binary | 10011111 | 101001 | 1101100 | 0 | 1001010 | 100000 | 100110 | 101000110 | 111011 | 100111 |
Color Harmonies of #9F296C
Complementary color
Monochromatic Colors of #9F296C
Black with #9F296C
Text Example
Text Example
White with #9F296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F296C; }
p { color: rgb(159,41,108); }
H1.HeaderClassName
{
color: #9F296C;
}
.AnyTagClassName
{
color: #9F296C;
}
</style>
background-color css
<style>
a { background-color: #9F296C; }
a { background-color: rgb(159,41,108); }
div.DivClassName
{
background-color: #9F296C;
}
.BgClassName
{
background-color: #9F296C;
}
</style>
border-color css
<style>
span { border-color: #9F296C; }
span { border-color: rgb(159,41,108); }
td.TdClassName
{
border-color: #9F296C;
}
.TagClassName
{
border-color: #9F296C;
}
</style>