Shades of Lipstick #9F315C
Tints of Lipstick #9F315C
RGB
CMYK
RGB Variations
Color information
#9F315C (or 0x9F315C) is known color: Lipstick. HEX triplet: 9F, 31 and 5C. RGB value is (159,49,92). Sum of RGB (Red+Green+Blue) = 159+49+92=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F315C is #60CEA3. Grayscale: #565656. Windows color (decimal): -6344356 or 6042015. OLE color: 6042015.
HSL color Cylindrical-coordinate representation of color #9F315C: hue angle of 336.55º 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 #9F315C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 92 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.38 |
| HSL | 336.55º | 0.53% | 0.41% | - |
| HSV(B) | 336.55º | 0.69% | 0.62% | - |
| XYZ | 17.33 | 10.34 | 11.21 | - |
| YUV | 86.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 92 | 0 | 0.69 | 0.42 | 0.38 | 336.55 | 0.53 | 0.41 |
| Hex | 9F | 31 | 5C | 0 | 45 | 2A | 26 | 151 | 35 | 29 |
| Octal | 237 | 61 | 134 | 0 | 105 | 52 | 46 | 521 | 65 | 51 |
| Binary | 10011111 | 110001 | 1011100 | 0 | 1000101 | 101010 | 100110 | 101010001 | 110101 | 101001 |
Color Harmonies of #9F315C
Complementary color
Monochromatic Colors of #9F315C
Black with #9F315C
Text Example
Text Example
White with #9F315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F315C; }
p { color: rgb(159,49,92); }
H1.HeaderClassName
{
color: #9F315C;
}
.AnyTagClassName
{
color: #9F315C;
}
</style>
background-color css
<style>
a { background-color: #9F315C; }
a { background-color: rgb(159,49,92); }
div.DivClassName
{
background-color: #9F315C;
}
.BgClassName
{
background-color: #9F315C;
}
</style>
border-color css
<style>
span { border-color: #9F315C; }
span { border-color: rgb(159,49,92); }
td.TdClassName
{
border-color: #9F315C;
}
.TagClassName
{
border-color: #9F315C;
}
</style>