Shades of Lipstick #9F2C6C
Tints of Lipstick #9F2C6C
RGB
CMYK
RGB Variations
Color information
#9F2C6C (or 0x9F2C6C) is known color: Lipstick. HEX triplet: 9F, 2C and 6C. RGB value is (159,44,108). Sum of RGB (Red+Green+Blue) = 159+44+108=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C6C is #60D393. Grayscale: #555555. Windows color (decimal): -6345620 or 7089311. OLE color: 7089311.
HSL color Cylindrical-coordinate representation of color #9F2C6C: hue angle of 326.61º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C6C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 108 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.38 |
| HSL | 326.61º | 0.57% | 0.4% | - |
| HSV(B) | 326.61º | 0.72% | 0.62% | - |
| XYZ | 17.91 | 10.26 | 15.22 | - |
| YUV | 85.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 108 | 0 | 0.72 | 0.32 | 0.38 | 326.61 | 0.57 | 0.4 |
| Hex | 9F | 2C | 6C | 0 | 48 | 20 | 26 | 147 | 39 | 28 |
| Octal | 237 | 54 | 154 | 0 | 110 | 40 | 46 | 507 | 71 | 50 |
| Binary | 10011111 | 101100 | 1101100 | 0 | 1001000 | 100000 | 100110 | 101000111 | 111001 | 101000 |
Color Harmonies of #9F2C6C
Complementary color
Monochromatic Colors of #9F2C6C
Black with #9F2C6C
Text Example
Text Example
White with #9F2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C6C; }
p { color: rgb(159,44,108); }
H1.HeaderClassName
{
color: #9F2C6C;
}
.AnyTagClassName
{
color: #9F2C6C;
}
</style>
background-color css
<style>
a { background-color: #9F2C6C; }
a { background-color: rgb(159,44,108); }
div.DivClassName
{
background-color: #9F2C6C;
}
.BgClassName
{
background-color: #9F2C6C;
}
</style>
border-color css
<style>
span { border-color: #9F2C6C; }
span { border-color: rgb(159,44,108); }
td.TdClassName
{
border-color: #9F2C6C;
}
.TagClassName
{
border-color: #9F2C6C;
}
</style>