#9E315F

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

Shades of Lipstick #9E315F

Tints of Lipstick #9E315F

Color information

#9E315F (or 0x9E315F) is unknown color: approx Lipstick. HEX triplet: 9E, 31 and 5F. RGB value is (158,49,95). Sum of RGB (Red+Green+Blue) = 158+49+95=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E315F is #61CEA0. Grayscale: #565656. Windows color (decimal): -6409889 or 6238622. OLE color: 6238622.

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

Color convert

RGB1584995-
CMYK00.690.400.38
HSL334.68º52.66%40.59%-
HSV(B)334.68º68.99%61.96%-
XYZ17.2610.2911.9-
YUV86.84132.61178.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.32%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=52.32%
G=16.23%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158499500.690.400.38334.6852.6640.59
Hex9E315F045282614f3529
Octal23661137010550465176551
Binary10011110110001101111101000101101000100110101001111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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