#9B2564

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

Shades of Lipstick #9B2564

Tints of Lipstick #9B2564

Color information

#9B2564 (or 0x9B2564) is unknown color: approx Lipstick. HEX triplet: 9B, 25 and 64. RGB value is (155,37,100). Sum of RGB (Red+Green+Blue) = 155+37+100=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2564 is #64DA9B. Grayscale: #4F4F4F. Windows color (decimal): -6609564 or 6563227. OLE color: 6563227.

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

Color convert

RGB15537100-
CMYK00.760.350.39
HSL327.97º61.46%37.65%-
HSV(B)327.97º76.13%60.78%-
XYZ16.489.2112.97-
YUV79.46139.59181.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=53.08%
G=12.67%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553710000.760.350.39327.9761.4637.65
Hex9B256404C23271483d26
Octal23345144011443475107546
Binary10011011100101110010001001100100011100111101001000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,37,100); }

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

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

 a { background-color: rgb(155,37,100); }

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

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

 span { border-color: rgb(155,37,100); }

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