Shades of Lipstick #9F2D64
Tints of Lipstick #9F2D64
RGB
CMYK
RGB Variations
Color information
#9F2D64 (or 0x9F2D64) is known color: Lipstick. HEX triplet: 9F, 2D and 64. RGB value is (159,45,100). Sum of RGB (Red+Green+Blue) = 159+45+100=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D64 is #60D29B. Grayscale: #555555. Windows color (decimal): -6345372 or 6565279. OLE color: 6565279.
HSL color Cylindrical-coordinate representation of color #9F2D64: hue angle of 331.05º degrees, saturation: 0.56, 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 #9F2D64 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 100 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.38 |
| HSL | 331.05º | 0.56% | 0.4% | - |
| HSV(B) | 331.05º | 0.72% | 0.62% | - |
| XYZ | 17.54 | 10.17 | 13.09 | - |
| YUV | 85.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 100 | 0 | 0.72 | 0.37 | 0.38 | 331.05 | 0.56 | 0.4 |
| Hex | 9F | 2D | 64 | 0 | 48 | 25 | 26 | 14B | 38 | 28 |
| Octal | 237 | 55 | 144 | 0 | 110 | 45 | 46 | 513 | 70 | 50 |
| Binary | 10011111 | 101101 | 1100100 | 0 | 1001000 | 100101 | 100110 | 101001011 | 111000 | 101000 |
Color Harmonies of #9F2D64
Complementary color
Monochromatic Colors of #9F2D64
Black with #9F2D64
Text Example
Text Example
White with #9F2D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D64; }
p { color: rgb(159,45,100); }
H1.HeaderClassName
{
color: #9F2D64;
}
.AnyTagClassName
{
color: #9F2D64;
}
</style>
background-color css
<style>
a { background-color: #9F2D64; }
a { background-color: rgb(159,45,100); }
div.DivClassName
{
background-color: #9F2D64;
}
.BgClassName
{
background-color: #9F2D64;
}
</style>
border-color css
<style>
span { border-color: #9F2D64; }
span { border-color: rgb(159,45,100); }
td.TdClassName
{
border-color: #9F2D64;
}
.TagClassName
{
border-color: #9F2D64;
}
</style>