Shades of Lipstick #9F215D
Tints of Lipstick #9F215D
RGB
CMYK
RGB Variations
Color information
#9F215D (or 0x9F215D) is known color: Lipstick. HEX triplet: 9F, 21 and 5D. RGB value is (159,33,93). Sum of RGB (Red+Green+Blue) = 159+33+93=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F215D is #60DEA2. Grayscale: #4D4D4D. Windows color (decimal): -6348451 or 6103455. OLE color: 6103455.
HSL color Cylindrical-coordinate representation of color #9F215D: hue angle of 331.43º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F215D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 93 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.38 |
| HSL | 331.43º | 0.66% | 0.38% | - |
| HSV(B) | 331.43º | 0.79% | 0.62% | - |
| XYZ | 16.82 | 9.25 | 11.25 | - |
| YUV | 77.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 93 | 0 | 0.79 | 0.42 | 0.38 | 331.43 | 0.66 | 0.38 |
| Hex | 9F | 21 | 5D | 0 | 4F | 2A | 26 | 14B | 42 | 26 |
| Octal | 237 | 41 | 135 | 0 | 117 | 52 | 46 | 513 | 102 | 46 |
| Binary | 10011111 | 100001 | 1011101 | 0 | 1001111 | 101010 | 100110 | 101001011 | 1000010 | 100110 |
Color Harmonies of #9F215D
Complementary color
Monochromatic Colors of #9F215D
Black with #9F215D
Text Example
Text Example
White with #9F215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F215D; }
p { color: rgb(159,33,93); }
H1.HeaderClassName
{
color: #9F215D;
}
.AnyTagClassName
{
color: #9F215D;
}
</style>
background-color css
<style>
a { background-color: #9F215D; }
a { background-color: rgb(159,33,93); }
div.DivClassName
{
background-color: #9F215D;
}
.BgClassName
{
background-color: #9F215D;
}
</style>
border-color css
<style>
span { border-color: #9F215D; }
span { border-color: rgb(159,33,93); }
td.TdClassName
{
border-color: #9F215D;
}
.TagClassName
{
border-color: #9F215D;
}
</style>