#9E2567

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

Shades of Lipstick #9E2567

Tints of Lipstick #9E2567

Color information

#9E2567 (or 0x9E2567) is unknown color: approx Lipstick. HEX triplet: 9E, 25 and 67. RGB value is (158,37,103). Sum of RGB (Red+Green+Blue) = 158+37+103=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2567 is #61DA98. Grayscale: #505050. Windows color (decimal): -6412953 or 6759838. OLE color: 6759838.

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

Color convert

RGB15837103-
CMYK00.770.350.38
HSL327.27º62.05%38.24%-
HSV(B)327.27º76.58%61.96%-
XYZ17.219.5713.77-
YUV80.7140.59183.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=53.02%
G=12.42%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583710300.770.350.38327.2762.0538.24
Hex9E256704D23261473e26
Octal23645147011543465077646
Binary10011110100101110011101001101100011100110101000111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,37,103); }

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

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

 a { background-color: rgb(158,37,103); }

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

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

 span { border-color: rgb(158,37,103); }

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