#9B315A

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

Shades of Lipstick #9B315A

Tints of Lipstick #9B315A

Color information

#9B315A (or 0x9B315A) is unknown color: approx Lipstick. HEX triplet: 9B, 31 and 5A. RGB value is (155,49,90). Sum of RGB (Red+Green+Blue) = 155+49+90=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B315A is #64CEA5. Grayscale: #555555. Windows color (decimal): -6606502 or 5910939. OLE color: 5910939.

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

Color convert

RGB1554990-
CMYK00.680.420.39
HSL336.79º51.96%40%-
HSV(B)336.79º68.39%60.78%-
XYZ16.469.910.72-
YUV85.37130.62177.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=52.72%
G=16.67%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155499000.680.420.39336.7951.9640
Hex9B315A0442A271513428
Octal23361132010452475216450
Binary10011011110001101101001000100101010100111101010001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,49,90); }

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

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

 a { background-color: rgb(155,49,90); }

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

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

 span { border-color: rgb(155,49,90); }

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