Shades of Lipstick #9E275D
Tints of Lipstick #9E275D
RGB
CMYK
RGB Variations
Color information
#9E275D (or 0x9E275D) is known color: Lipstick. HEX triplet: 9E, 27 and 5D. RGB value is (158,39,93). Sum of RGB (Red+Green+Blue) = 158+39+93=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E275D is #61D8A2. Grayscale: #505050. Windows color (decimal): -6412451 or 6104990. OLE color: 6104990.
HSL color Cylindrical-coordinate representation of color #9E275D: hue angle of 332.77º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E275D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 93 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.38 |
| HSL | 332.77º | 0.6% | 0.39% | - |
| HSV(B) | 332.77º | 0.75% | 0.62% | - |
| XYZ | 16.8 | 9.51 | 11.31 | - |
| YUV | 80.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 93 | 0 | 0.75 | 0.41 | 0.38 | 332.77 | 0.6 | 0.39 |
| Hex | 9E | 27 | 5D | 0 | 4B | 29 | 26 | 14D | 3C | 27 |
| Octal | 236 | 47 | 135 | 0 | 113 | 51 | 46 | 515 | 74 | 47 |
| Binary | 10011110 | 100111 | 1011101 | 0 | 1001011 | 101001 | 100110 | 101001101 | 111100 | 100111 |
Color Harmonies of #9E275D
Complementary color
Monochromatic Colors of #9E275D
Black with #9E275D
Text Example
Text Example
White with #9E275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E275D; }
p { color: rgb(158,39,93); }
H1.HeaderClassName
{
color: #9E275D;
}
.AnyTagClassName
{
color: #9E275D;
}
</style>
background-color css
<style>
a { background-color: #9E275D; }
a { background-color: rgb(158,39,93); }
div.DivClassName
{
background-color: #9E275D;
}
.BgClassName
{
background-color: #9E275D;
}
</style>
border-color css
<style>
span { border-color: #9E275D; }
span { border-color: rgb(158,39,93); }
td.TdClassName
{
border-color: #9E275D;
}
.TagClassName
{
border-color: #9E275D;
}
</style>