#9A2A5D

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

Shades of Lipstick #9A2A5D

Tints of Lipstick #9A2A5D

Color information

#9A2A5D (or 0x9A2A5D) is unknown color: approx Lipstick. HEX triplet: 9A, 2A and 5D. RGB value is (154,42,93). Sum of RGB (Red+Green+Blue) = 154+42+93=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2A5D is #65D5A2. Grayscale: #515151. Windows color (decimal): -6673827 or 6105754. OLE color: 6105754.

HSL color Cylindrical-coordinate representation of color #9A2A5D: hue angle of 332.68º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A5D is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1544293-
CMYK00.730.400.40
HSL332.68º57.14%38.43%-
HSV(B)332.68º72.73%60.39%-
XYZ16.139.3211.3-
YUV81.3134.61179.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.29%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=53.29%
G=14.53%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154429300.730.400.40332.6857.1438.43
Hex9A2A5D049282814d3926
Octal23252135011150505157146
Binary10011010101010101110101001001101000101000101001101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,42,93); }

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

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

 a { background-color: rgb(154,42,93); }

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

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

 span { border-color: rgb(154,42,93); }

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