Shades of Lipstick #9E3361
Tints of Lipstick #9E3361
RGB
CMYK
RGB Variations
Color information
#9E3361 (or 0x9E3361) is known color: Lipstick. HEX triplet: 9E, 33 and 61. RGB value is (158,51,97). Sum of RGB (Red+Green+Blue) = 158+51+97=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3361 is #61CC9E. Grayscale: #585858. Windows color (decimal): -6409375 or 6370206. OLE color: 6370206.
HSL color Cylindrical-coordinate representation of color #9E3361: hue angle of 334.21º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3361 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 97 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.38 |
| HSL | 334.21º | 0.51% | 0.41% | - |
| HSV(B) | 334.21º | 0.68% | 0.62% | - |
| XYZ | 17.44 | 10.5 | 12.42 | - |
| YUV | 88.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 97 | 0 | 0.68 | 0.39 | 0.38 | 334.21 | 0.51 | 0.41 |
| Hex | 9E | 33 | 61 | 0 | 44 | 27 | 26 | 14E | 33 | 29 |
| Octal | 236 | 63 | 141 | 0 | 104 | 47 | 46 | 516 | 63 | 51 |
| Binary | 10011110 | 110011 | 1100001 | 0 | 1000100 | 100111 | 100110 | 101001110 | 110011 | 101001 |
Color Harmonies of #9E3361
Complementary color
Monochromatic Colors of #9E3361
Black with #9E3361
Text Example
Text Example
White with #9E3361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3361; }
p { color: rgb(158,51,97); }
H1.HeaderClassName
{
color: #9E3361;
}
.AnyTagClassName
{
color: #9E3361;
}
</style>
background-color css
<style>
a { background-color: #9E3361; }
a { background-color: rgb(158,51,97); }
div.DivClassName
{
background-color: #9E3361;
}
.BgClassName
{
background-color: #9E3361;
}
</style>
border-color css
<style>
span { border-color: #9E3361; }
span { border-color: rgb(158,51,97); }
td.TdClassName
{
border-color: #9E3361;
}
.TagClassName
{
border-color: #9E3361;
}
</style>