#9E3158

Color #9E3158 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9E3158

Tints of Lipstick #9E3158

Color information

#9E3158 (or 0x9E3158) is unknown color: approx Lipstick. HEX triplet: 9E, 31 and 58. RGB value is (158,49,88). Sum of RGB (Red+Green+Blue) = 158+49+88=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3158 is #61CEA7. Grayscale: #555555. Windows color (decimal): -6409896 or 5779870. OLE color: 5779870.

HSL color Cylindrical-coordinate representation of color #9E3158: hue angle of 338.53º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3158 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1584988-
CMYK00.690.440.38
HSL338.53º52.66%40.59%-
HSV(B)338.53º68.99%61.96%-
XYZ16.9610.1710.3-
YUV86.04129.11179.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 53.56%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=53.56%
G=16.61%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158498800.690.440.38338.5352.6640.59
Hex9E31580452C261533529
Octal23661130010554465236551
Binary10011110110001101100001000101101100100110101010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E3158; }

 p { color: rgb(158,49,88); }

 H1.HeaderClassName
 {
   color: #9E3158;
 }
 .AnyTagClassName
 {
   color: #9E3158;
 }
</style>
background-color css

<style>
 a { background-color: #9E3158; }

 a { background-color: rgb(158,49,88); }

 div.DivClassName
 {
   background-color: #9E3158;
 }
 .BgClassName
 {
   background-color: #9E3158;
 }
</style>
border-color css

<style>
 span { border-color: #9E3158; }

 span { border-color: rgb(158,49,88); }

 td.TdClassName
 {
   border-color: #9E3158;
 }
 .TagClassName
 {
   border-color: #9E3158;
 }
</style>