Shades of Lipstick #9F2054
Tints of Lipstick #9F2054
RGB
CMYK
RGB Variations
Color information
#9F2054 (or 0x9F2054) is known color: Lipstick. HEX triplet: 9F, 20 and 54. RGB value is (159,32,84). Sum of RGB (Red+Green+Blue) = 159+32+84=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2054 is #60DFAB. Grayscale: #4B4B4B. Windows color (decimal): -6348716 or 5513375. OLE color: 5513375.
HSL color Cylindrical-coordinate representation of color #9F2054: hue angle of 335.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2054 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 84 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.38 |
| HSL | 335.43º | 0.66% | 0.37% | - |
| HSV(B) | 335.43º | 0.8% | 0.62% | - |
| XYZ | 16.41 | 9.04 | 9.27 | - |
| YUV | 75.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 84 | 0 | 0.80 | 0.47 | 0.38 | 335.43 | 0.66 | 0.37 |
| Hex | 9F | 20 | 54 | 0 | 50 | 2F | 26 | 14F | 42 | 25 |
| Octal | 237 | 40 | 124 | 0 | 120 | 57 | 46 | 517 | 102 | 45 |
| Binary | 10011111 | 100000 | 1010100 | 0 | 1010000 | 101111 | 100110 | 101001111 | 1000010 | 100101 |
Color Harmonies of #9F2054
Complementary color
Monochromatic Colors of #9F2054
Black with #9F2054
Text Example
Text Example
White with #9F2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2054; }
p { color: rgb(159,32,84); }
H1.HeaderClassName
{
color: #9F2054;
}
.AnyTagClassName
{
color: #9F2054;
}
</style>
background-color css
<style>
a { background-color: #9F2054; }
a { background-color: rgb(159,32,84); }
div.DivClassName
{
background-color: #9F2054;
}
.BgClassName
{
background-color: #9F2054;
}
</style>
border-color css
<style>
span { border-color: #9F2054; }
span { border-color: rgb(159,32,84); }
td.TdClassName
{
border-color: #9F2054;
}
.TagClassName
{
border-color: #9F2054;
}
</style>