Shades of Lipstick #9F1D58
Tints of Lipstick #9F1D58
RGB
CMYK
RGB Variations
Color information
#9F1D58 (or 0x9F1D58) is known color: Lipstick. HEX triplet: 9F, 1D and 58. RGB value is (159,29,88). Sum of RGB (Red+Green+Blue) = 159+29+88=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D58 is #60E2A7. Grayscale: #4A4A4A. Windows color (decimal): -6349480 or 5774751. OLE color: 5774751.
HSL color Cylindrical-coordinate representation of color #9F1D58: hue angle of 332.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D58 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 88 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.38 |
| HSL | 332.77º | 0.69% | 0.37% | - |
| HSV(B) | 332.77º | 0.82% | 0.62% | - |
| XYZ | 16.5 | 8.95 | 10.09 | - |
| YUV | 74.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 88 | 0 | 0.82 | 0.45 | 0.38 | 332.77 | 0.69 | 0.37 |
| Hex | 9F | 1D | 58 | 0 | 52 | 2D | 26 | 14D | 45 | 25 |
| Octal | 237 | 35 | 130 | 0 | 122 | 55 | 46 | 515 | 105 | 45 |
| Binary | 10011111 | 11101 | 1011000 | 0 | 1010010 | 101101 | 100110 | 101001101 | 1000101 | 100101 |
Color Harmonies of #9F1D58
Complementary color
Monochromatic Colors of #9F1D58
Black with #9F1D58
Text Example
Text Example
White with #9F1D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D58; }
p { color: rgb(159,29,88); }
H1.HeaderClassName
{
color: #9F1D58;
}
.AnyTagClassName
{
color: #9F1D58;
}
</style>
background-color css
<style>
a { background-color: #9F1D58; }
a { background-color: rgb(159,29,88); }
div.DivClassName
{
background-color: #9F1D58;
}
.BgClassName
{
background-color: #9F1D58;
}
</style>
border-color css
<style>
span { border-color: #9F1D58; }
span { border-color: rgb(159,29,88); }
td.TdClassName
{
border-color: #9F1D58;
}
.TagClassName
{
border-color: #9F1D58;
}
</style>