#9B2466

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

Shades of Lipstick #9B2466

Tints of Lipstick #9B2466

Color information

#9B2466 (or 0x9B2466) is unknown color: approx Lipstick. HEX triplet: 9B, 24 and 66. RGB value is (155,36,102). Sum of RGB (Red+Green+Blue) = 155+36+102=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2466 is #64DB99. Grayscale: #4E4E4E. Windows color (decimal): -6609818 or 6694043. OLE color: 6694043.

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

Color convert

RGB15536102-
CMYK00.770.340.39
HSL326.72º62.3%37.45%-
HSV(B)326.72º76.77%60.78%-
XYZ16.559.1913.47-
YUV79.1140.92182.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=52.90%
G=12.29%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553610200.770.340.39326.7262.337.45
Hex9B246604D22271473e25
Octal23344146011542475077645
Binary10011011100100110011001001101100010100111101000111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,36,102); }

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

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

 a { background-color: rgb(155,36,102); }

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

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

 span { border-color: rgb(155,36,102); }

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