#940A61

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

Shades of Eggplant #940A61

Tints of Eggplant #940A61

Color information

#940A61 (or 0x940A61) is unknown color: approx Eggplant. HEX triplet: 94, 0A and 61. RGB value is (148,10,97). Sum of RGB (Red+Green+Blue) = 148+10+97=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #940A61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A61 is #6BF59E. Grayscale: #3C3C3C. Windows color (decimal): -7075231 or 6359700. OLE color: 6359700.

HSL color Cylindrical-coordinate representation of color #940A61: hue angle of 322.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A61 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1481097-
CMYK00.930.340.42
HSL322.17º87.34%30.98%-
HSV(B)322.17º93.24%58.04%-
XYZ14.487.3811.97-
YUV61.18148.22189.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=58.04%
G=3.92%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148109700.930.340.42322.1787.3430.98
Hex94A6105D222A142571f
Octal224121410135425250212737
Binary100101001010110000101011101100010101010101000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940A61; }

 p { color: rgb(148,10,97); }

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

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

 a { background-color: rgb(148,10,97); }

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

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

 span { border-color: rgb(148,10,97); }

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