Shades of Lipstick #9F315D
Tints of Lipstick #9F315D
RGB
CMYK
RGB Variations
Color information
#9F315D (or 0x9F315D) is known color: Lipstick. HEX triplet: 9F, 31 and 5D. RGB value is (159,49,93). Sum of RGB (Red+Green+Blue) = 159+49+93=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F315D is #60CEA2. Grayscale: #565656. Windows color (decimal): -6344355 or 6107551. OLE color: 6107551.
HSL color Cylindrical-coordinate representation of color #9F315D: hue angle of 336º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F315D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 93 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.38 |
| HSL | 336º | 0.53% | 0.41% | - |
| HSV(B) | 336º | 0.69% | 0.62% | - |
| XYZ | 17.37 | 10.36 | 11.44 | - |
| YUV | 86.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 93 | 0 | 0.69 | 0.42 | 0.38 | 336 | 0.53 | 0.41 |
| Hex | 9F | 31 | 5D | 0 | 45 | 2A | 26 | 150 | 35 | 29 |
| Octal | 237 | 61 | 135 | 0 | 105 | 52 | 46 | 520 | 65 | 51 |
| Binary | 10011111 | 110001 | 1011101 | 0 | 1000101 | 101010 | 100110 | 101010000 | 110101 | 101001 |
Color Harmonies of #9F315D
Complementary color
Monochromatic Colors of #9F315D
Black with #9F315D
Text Example
Text Example
White with #9F315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F315D; }
p { color: rgb(159,49,93); }
H1.HeaderClassName
{
color: #9F315D;
}
.AnyTagClassName
{
color: #9F315D;
}
</style>
background-color css
<style>
a { background-color: #9F315D; }
a { background-color: rgb(159,49,93); }
div.DivClassName
{
background-color: #9F315D;
}
.BgClassName
{
background-color: #9F315D;
}
</style>
border-color css
<style>
span { border-color: #9F315D; }
span { border-color: rgb(159,49,93); }
td.TdClassName
{
border-color: #9F315D;
}
.TagClassName
{
border-color: #9F315D;
}
</style>