#9B295E

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

Shades of Lipstick #9B295E

Tints of Lipstick #9B295E

Color information

#9B295E (or 0x9B295E) is unknown color: approx Lipstick. HEX triplet: 9B, 29 and 5E. RGB value is (155,41,94). Sum of RGB (Red+Green+Blue) = 155+41+94=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B295E is #64D6A1. Grayscale: #515151. Windows color (decimal): -6608546 or 6171035. OLE color: 6171035.

HSL color Cylindrical-coordinate representation of color #9B295E: hue angle of 332.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B295E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1554194-
CMYK00.740.390.39
HSL332.11º58.16%38.43%-
HSV(B)332.11º73.55%60.78%-
XYZ16.339.3611.54-
YUV81.13135.27180.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=53.45%
G=14.14%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155419400.740.390.39332.1158.1638.43
Hex9B295E04A272714c3a26
Octal23351136011247475147246
Binary10011011101001101111001001010100111100111101001100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,41,94); }

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

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

 a { background-color: rgb(155,41,94); }

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

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

 span { border-color: rgb(155,41,94); }

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