#9B205E

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

Shades of Lipstick #9B205E

Tints of Lipstick #9B205E

Color information

#9B205E (or 0x9B205E) is unknown color: approx Lipstick. HEX triplet: 9B, 20 and 5E. RGB value is (155,32,94). Sum of RGB (Red+Green+Blue) = 155+32+94=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B205E is #64DFA1. Grayscale: #4B4B4B. Windows color (decimal): -6610850 or 6168731. OLE color: 6168731.

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

Color convert

RGB1553294-
CMYK00.790.390.39
HSL329.76º65.78%36.67%-
HSV(B)329.76º79.35%60.78%-
XYZ16.058.8111.44-
YUV75.84138.25184.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=55.16%
G=11.39%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155329400.790.390.39329.7665.7836.67
Hex9B205E04F272714a4225
Octal233401360117474751210245
Binary100110111000001011110010011111001111001111010010101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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