Shades of Lipstick #9F2259
Tints of Lipstick #9F2259
RGB
CMYK
RGB Variations
Color information
#9F2259 (or 0x9F2259) is known color: Lipstick. HEX triplet: 9F, 22 and 59. RGB value is (159,34,89). Sum of RGB (Red+Green+Blue) = 159+34+89=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2259 is #60DDA6. Grayscale: #4D4D4D. Windows color (decimal): -6348199 or 5841567. OLE color: 5841567.
HSL color Cylindrical-coordinate representation of color #9F2259: hue angle of 333.6º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2259 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 89 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.38 |
| HSL | 333.6º | 0.65% | 0.38% | - |
| HSV(B) | 333.6º | 0.79% | 0.62% | - |
| XYZ | 16.67 | 9.24 | 10.36 | - |
| YUV | 77.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 89 | 0 | 0.79 | 0.44 | 0.38 | 333.6 | 0.65 | 0.38 |
| Hex | 9F | 22 | 59 | 0 | 4F | 2C | 26 | 14E | 41 | 26 |
| Octal | 237 | 42 | 131 | 0 | 117 | 54 | 46 | 516 | 101 | 46 |
| Binary | 10011111 | 100010 | 1011001 | 0 | 1001111 | 101100 | 100110 | 101001110 | 1000001 | 100110 |
Color Harmonies of #9F2259
Complementary color
Monochromatic Colors of #9F2259
Black with #9F2259
Text Example
Text Example
White with #9F2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2259; }
p { color: rgb(159,34,89); }
H1.HeaderClassName
{
color: #9F2259;
}
.AnyTagClassName
{
color: #9F2259;
}
</style>
background-color css
<style>
a { background-color: #9F2259; }
a { background-color: rgb(159,34,89); }
div.DivClassName
{
background-color: #9F2259;
}
.BgClassName
{
background-color: #9F2259;
}
</style>
border-color css
<style>
span { border-color: #9F2259; }
span { border-color: rgb(159,34,89); }
td.TdClassName
{
border-color: #9F2259;
}
.TagClassName
{
border-color: #9F2259;
}
</style>