Shades of Lipstick #9F1F5D
Tints of Lipstick #9F1F5D
RGB
CMYK
RGB Variations
Color information
#9F1F5D (or 0x9F1F5D) is known color: Lipstick. HEX triplet: 9F, 1F and 5D. RGB value is (159,31,93). Sum of RGB (Red+Green+Blue) = 159+31+93=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F5D is #60E0A2. Grayscale: #4C4C4C. Windows color (decimal): -6348963 or 6102943. OLE color: 6102943.
HSL color Cylindrical-coordinate representation of color #9F1F5D: hue angle of 330.94º degrees, saturation: 0.67, 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 #9F1F5D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 93 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.38 |
| HSL | 330.94º | 0.67% | 0.37% | - |
| HSV(B) | 330.94º | 0.81% | 0.62% | - |
| XYZ | 16.76 | 9.14 | 11.24 | - |
| YUV | 76.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 93 | 0 | 0.81 | 0.42 | 0.38 | 330.94 | 0.67 | 0.37 |
| Hex | 9F | 1F | 5D | 0 | 51 | 2A | 26 | 14B | 43 | 25 |
| Octal | 237 | 37 | 135 | 0 | 121 | 52 | 46 | 513 | 103 | 45 |
| Binary | 10011111 | 11111 | 1011101 | 0 | 1010001 | 101010 | 100110 | 101001011 | 1000011 | 100101 |
Color Harmonies of #9F1F5D
Complementary color
Monochromatic Colors of #9F1F5D
Black with #9F1F5D
Text Example
Text Example
White with #9F1F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F5D; }
p { color: rgb(159,31,93); }
H1.HeaderClassName
{
color: #9F1F5D;
}
.AnyTagClassName
{
color: #9F1F5D;
}
</style>
background-color css
<style>
a { background-color: #9F1F5D; }
a { background-color: rgb(159,31,93); }
div.DivClassName
{
background-color: #9F1F5D;
}
.BgClassName
{
background-color: #9F1F5D;
}
</style>
border-color css
<style>
span { border-color: #9F1F5D; }
span { border-color: rgb(159,31,93); }
td.TdClassName
{
border-color: #9F1F5D;
}
.TagClassName
{
border-color: #9F1F5D;
}
</style>