#9E3156

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

Shades of Lipstick #9E3156

Tints of Lipstick #9E3156

Color information

#9E3156 (or 0x9E3156) is unknown color: approx Lipstick. HEX triplet: 9E, 31 and 56. RGB value is (158,49,86). Sum of RGB (Red+Green+Blue) = 158+49+86=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3156 is #61CEA9. Grayscale: #555555. Windows color (decimal): -6409898 or 5648798. OLE color: 5648798.

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

Color convert

RGB1584986-
CMYK00.690.460.38
HSL339.63º52.66%40.59%-
HSV(B)339.63º68.99%61.96%-
XYZ16.8810.149.87-
YUV85.81128.11179.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.92%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=53.92%
G=16.72%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158498600.690.460.38339.6352.6640.59
Hex9E31560452E261543529
Octal23661126010556465246551
Binary10011110110001101011001000101101110100110101010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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