#9C3161

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

Shades of Lipstick #9C3161

Tints of Lipstick #9C3161

Color information

#9C3161 (or 0x9C3161) is unknown color: approx Lipstick. HEX triplet: 9C, 31 and 61. RGB value is (156,49,97). Sum of RGB (Red+Green+Blue) = 156+49+97=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3161 is #63CE9E. Grayscale: #565656. Windows color (decimal): -6540959 or 6369692. OLE color: 6369692.

HSL color Cylindrical-coordinate representation of color #9C3161: hue angle of 333.08º degrees, saturation: 0.52, 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 #9C3161 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB1564997-
CMYK00.690.380.39
HSL333.08º52.2%40.2%-
HSV(B)333.08º68.59%61.18%-
XYZ16.9710.1312.37-
YUV86.46133.95177.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=51.66%
G=16.23%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156499700.690.380.39333.0852.240.2
Hex9C3161045262714d3428
Octal23461141010546475156450
Binary10011100110001110000101000101100110100111101001101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,49,97); }

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

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

 a { background-color: rgb(156,49,97); }

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

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

 span { border-color: rgb(156,49,97); }

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