Shades of Lipstick #9F1E53
Tints of Lipstick #9F1E53
RGB
CMYK
RGB Variations
Color information
#9F1E53 (or 0x9F1E53) is known color: Lipstick. HEX triplet: 9F, 1E and 53. RGB value is (159,30,83). Sum of RGB (Red+Green+Blue) = 159+30+83=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E53 is #60E1AC. Grayscale: #4A4A4A. Windows color (decimal): -6349229 or 5447327. OLE color: 5447327.
HSL color Cylindrical-coordinate representation of color #9F1E53: hue angle of 335.35º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E53 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 30 | 83 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.38 |
| HSL | 335.35º | 0.68% | 0.37% | - |
| HSV(B) | 335.35º | 0.81% | 0.62% | - |
| XYZ | 16.32 | 8.92 | 9.05 | - |
| YUV | 74.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 83 | 0 | 0.81 | 0.48 | 0.38 | 335.35 | 0.68 | 0.37 |
| Hex | 9F | 1E | 53 | 0 | 51 | 30 | 26 | 14F | 44 | 25 |
| Octal | 237 | 36 | 123 | 0 | 121 | 60 | 46 | 517 | 104 | 45 |
| Binary | 10011111 | 11110 | 1010011 | 0 | 1010001 | 110000 | 100110 | 101001111 | 1000100 | 100101 |
Color Harmonies of #9F1E53
Complementary color
Monochromatic Colors of #9F1E53
Black with #9F1E53
Text Example
Text Example
White with #9F1E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1E53; }
p { color: rgb(159,30,83); }
H1.HeaderClassName
{
color: #9F1E53;
}
.AnyTagClassName
{
color: #9F1E53;
}
</style>
background-color css
<style>
a { background-color: #9F1E53; }
a { background-color: rgb(159,30,83); }
div.DivClassName
{
background-color: #9F1E53;
}
.BgClassName
{
background-color: #9F1E53;
}
</style>
border-color css
<style>
span { border-color: #9F1E53; }
span { border-color: rgb(159,30,83); }
td.TdClassName
{
border-color: #9F1E53;
}
.TagClassName
{
border-color: #9F1E53;
}
</style>