Shades of Lipstick #9E335A
Tints of Lipstick #9E335A
RGB
CMYK
RGB Variations
Color information
#9E335A (or 0x9E335A) is known color: Lipstick. HEX triplet: 9E, 33 and 5A. RGB value is (158,51,90). Sum of RGB (Red+Green+Blue) = 158+51+90=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E335A is #61CCA5. Grayscale: #575757. Windows color (decimal): -6409382 or 5911454. OLE color: 5911454.
HSL color Cylindrical-coordinate representation of color #9E335A: hue angle of 338.13º 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 #9E335A is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 90 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.38 |
| HSL | 338.13º | 0.51% | 0.41% | - |
| HSV(B) | 338.13º | 0.68% | 0.62% | - |
| XYZ | 17.13 | 10.37 | 10.77 | - |
| YUV | 87.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 90 | 0 | 0.68 | 0.43 | 0.38 | 338.13 | 0.51 | 0.41 |
| Hex | 9E | 33 | 5A | 0 | 44 | 2B | 26 | 152 | 33 | 29 |
| Octal | 236 | 63 | 132 | 0 | 104 | 53 | 46 | 522 | 63 | 51 |
| Binary | 10011110 | 110011 | 1011010 | 0 | 1000100 | 101011 | 100110 | 101010010 | 110011 | 101001 |
Color Harmonies of #9E335A
Complementary color
Monochromatic Colors of #9E335A
Black with #9E335A
Text Example
Text Example
White with #9E335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E335A; }
p { color: rgb(158,51,90); }
H1.HeaderClassName
{
color: #9E335A;
}
.AnyTagClassName
{
color: #9E335A;
}
</style>
background-color css
<style>
a { background-color: #9E335A; }
a { background-color: rgb(158,51,90); }
div.DivClassName
{
background-color: #9E335A;
}
.BgClassName
{
background-color: #9E335A;
}
</style>
border-color css
<style>
span { border-color: #9E335A; }
span { border-color: rgb(158,51,90); }
td.TdClassName
{
border-color: #9E335A;
}
.TagClassName
{
border-color: #9E335A;
}
</style>