#942E6C

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

Shades of Lipstick #942E6C

Tints of Lipstick #942E6C

Color information

#942E6C (or 0x942E6C) is unknown color: approx Lipstick. HEX triplet: 94, 2E and 6C. RGB value is (148,46,108). Sum of RGB (Red+Green+Blue) = 148+46+108=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #942E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E6C is #6BD193. Grayscale: #535353. Windows color (decimal): -7066004 or 7089812. OLE color: 7089812.

HSL color Cylindrical-coordinate representation of color #942E6C: hue angle of 323.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E6C is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14846108-
CMYK00.690.270.42
HSL323.53º52.58%38.04%-
HSV(B)323.53º68.92%58.04%-
XYZ15.99.3315.15-
YUV83.57141.79173.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=49.01%
G=15.23%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484610800.690.270.42323.5352.5838.04
Hex942E6C0451B2A1443526
Octal22456154010533525046546
Binary1001010010111011011000100010111011101010101000100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E6C; }

 p { color: rgb(148,46,108); }

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

<style>
 a { background-color: #942E6C; }

 a { background-color: rgb(148,46,108); }

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

<style>
 span { border-color: #942E6C; }

 span { border-color: rgb(148,46,108); }

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