Shades of Lipstick #9E296C
Tints of Lipstick #9E296C
RGB
CMYK
RGB Variations
Color information
#9E296C (or 0x9E296C) is known color: Lipstick. HEX triplet: 9E, 29 and 6C. RGB value is (158,41,108). Sum of RGB (Red+Green+Blue) = 158+41+108=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E296C is #61D693. Grayscale: #535353. Windows color (decimal): -6411924 or 7088542. OLE color: 7088542.
HSL color Cylindrical-coordinate representation of color #9E296C: hue angle of 325.64º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E296C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 108 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.38 |
| HSL | 325.64º | 0.59% | 0.39% | - |
| HSV(B) | 325.64º | 0.74% | 0.62% | - |
| XYZ | 17.6 | 9.94 | 15.18 | - |
| YUV | 83.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 108 | 0 | 0.74 | 0.32 | 0.38 | 325.64 | 0.59 | 0.39 |
| Hex | 9E | 29 | 6C | 0 | 4A | 20 | 26 | 146 | 3B | 27 |
| Octal | 236 | 51 | 154 | 0 | 112 | 40 | 46 | 506 | 73 | 47 |
| Binary | 10011110 | 101001 | 1101100 | 0 | 1001010 | 100000 | 100110 | 101000110 | 111011 | 100111 |
Color Harmonies of #9E296C
Complementary color
Monochromatic Colors of #9E296C
Black with #9E296C
Text Example
Text Example
White with #9E296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E296C; }
p { color: rgb(158,41,108); }
H1.HeaderClassName
{
color: #9E296C;
}
.AnyTagClassName
{
color: #9E296C;
}
</style>
background-color css
<style>
a { background-color: #9E296C; }
a { background-color: rgb(158,41,108); }
div.DivClassName
{
background-color: #9E296C;
}
.BgClassName
{
background-color: #9E296C;
}
</style>
border-color css
<style>
span { border-color: #9E296C; }
span { border-color: rgb(158,41,108); }
td.TdClassName
{
border-color: #9E296C;
}
.TagClassName
{
border-color: #9E296C;
}
</style>