#9B305C

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

Shades of Lipstick #9B305C

Tints of Lipstick #9B305C

Color information

#9B305C (or 0x9B305C) is unknown color: approx Lipstick. HEX triplet: 9B, 30 and 5C. RGB value is (155,48,92). Sum of RGB (Red+Green+Blue) = 155+48+92=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B305C is #64CFA3. Grayscale: #545454. Windows color (decimal): -6606756 or 6041755. OLE color: 6041755.

HSL color Cylindrical-coordinate representation of color #9B305C: hue angle of 335.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B305C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB1554892-
CMYK00.690.410.39
HSL335.33º52.71%39.8%-
HSV(B)335.33º69.03%60.78%-
XYZ16.519.8611.16-
YUV85.01131.95177.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=52.54%
G=16.27%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155489200.690.410.39335.3352.7139.8
Hex9B305C045292714f3528
Octal23360134010551475176550
Binary10011011110000101110001000101101001100111101001111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,92); }

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

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

 a { background-color: rgb(155,48,92); }

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

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

 span { border-color: rgb(155,48,92); }

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