#9A316A

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

Shades of Lipstick #9A316A

Tints of Lipstick #9A316A

Color information

#9A316A (or 0x9A316A) is unknown color: approx Lipstick. HEX triplet: 9A, 31 and 6A. RGB value is (154,49,106). Sum of RGB (Red+Green+Blue) = 154+49+106=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A316A is #65CE95. Grayscale: #565656. Windows color (decimal): -6672022 or 6959514. OLE color: 6959514.

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

Color convert

RGB15449106-
CMYK00.680.310.40
HSL327.43º51.72%39.8%-
HSV(B)327.43º68.18%60.39%-
XYZ17.0310.1114.69-
YUV86.89138.79175.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=49.84%
G=15.86%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544910600.680.310.40327.4351.7239.8
Hex9A316A0441F281473428
Octal23261152010437505076450
Binary1001101011000111010100100010011111101000101000111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,49,106); }

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

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

 a { background-color: rgb(154,49,106); }

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

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

 span { border-color: rgb(154,49,106); }

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