#942868

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

Shades of Lipstick #942868

Tints of Lipstick #942868

Color information

#942868 (or 0x942868) is unknown color: approx Lipstick. HEX triplet: 94, 28 and 68. RGB value is (148,40,104). Sum of RGB (Red+Green+Blue) = 148+40+104=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #942868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942868 is #6BD797. Grayscale: #4F4F4F. Windows color (decimal): -7067544 or 6826132. OLE color: 6826132.

HSL color Cylindrical-coordinate representation of color #942868: hue angle of 324.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942868 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14840104-
CMYK00.730.300.42
HSL324.44º57.45%36.86%-
HSV(B)324.44º72.97%58.04%-
XYZ15.478.8113.98-
YUV79.59141.78176.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.68%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=50.68%
G=13.70%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484010400.730.300.42324.4457.4536.86
Hex9428680491E2A1443925
Octal22450150011136525047145
Binary1001010010100011010000100100111110101010101000100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942868; }

 p { color: rgb(148,40,104); }

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

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

 a { background-color: rgb(148,40,104); }

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

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

 span { border-color: rgb(148,40,104); }

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