#9E3358

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

Shades of Lipstick #9E3358

Tints of Lipstick #9E3358

Color information

#9E3358 (or 0x9E3358) is unknown color: approx Lipstick. HEX triplet: 9E, 33 and 58. RGB value is (158,51,88). Sum of RGB (Red+Green+Blue) = 158+51+88=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3358 is #61CCA7. Grayscale: #575757. Windows color (decimal): -6409384 or 5780382. OLE color: 5780382.

HSL color Cylindrical-coordinate representation of color #9E3358: hue angle of 339.25º 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 #9E3358 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1585188-
CMYK00.680.440.38
HSL339.25º51.2%40.98%-
HSV(B)339.25º67.72%61.96%-
XYZ17.0510.3410.33-
YUV87.21128.45178.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=53.20%
G=17.17%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158518800.680.440.38339.2551.240.98
Hex9E33580442C261533329
Octal23663130010454465236351
Binary10011110110011101100001000100101100100110101010011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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