Shades of Lipstick #9F205D
Tints of Lipstick #9F205D
RGB
CMYK
RGB Variations
Color information
#9F205D (or 0x9F205D) is known color: Lipstick. HEX triplet: 9F, 20 and 5D. RGB value is (159,32,93). Sum of RGB (Red+Green+Blue) = 159+32+93=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F205D is #60DFA2. Grayscale: #4C4C4C. Windows color (decimal): -6348707 or 6103199. OLE color: 6103199.
HSL color Cylindrical-coordinate representation of color #9F205D: hue angle of 331.18º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F205D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 93 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.38 |
| HSL | 331.18º | 0.66% | 0.37% | - |
| HSV(B) | 331.18º | 0.8% | 0.62% | - |
| XYZ | 16.79 | 9.19 | 11.25 | - |
| YUV | 76.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 93 | 0 | 0.80 | 0.42 | 0.38 | 331.18 | 0.66 | 0.37 |
| Hex | 9F | 20 | 5D | 0 | 50 | 2A | 26 | 14B | 42 | 25 |
| Octal | 237 | 40 | 135 | 0 | 120 | 52 | 46 | 513 | 102 | 45 |
| Binary | 10011111 | 100000 | 1011101 | 0 | 1010000 | 101010 | 100110 | 101001011 | 1000010 | 100101 |
Color Harmonies of #9F205D
Complementary color
Monochromatic Colors of #9F205D
Black with #9F205D
Text Example
Text Example
White with #9F205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F205D; }
p { color: rgb(159,32,93); }
H1.HeaderClassName
{
color: #9F205D;
}
.AnyTagClassName
{
color: #9F205D;
}
</style>
background-color css
<style>
a { background-color: #9F205D; }
a { background-color: rgb(159,32,93); }
div.DivClassName
{
background-color: #9F205D;
}
.BgClassName
{
background-color: #9F205D;
}
</style>
border-color css
<style>
span { border-color: #9F205D; }
span { border-color: rgb(159,32,93); }
td.TdClassName
{
border-color: #9F205D;
}
.TagClassName
{
border-color: #9F205D;
}
</style>