#940F61

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

Shades of Eggplant #940F61

Tints of Eggplant #940F61

Color information

#940F61 (or 0x940F61) is unknown color: approx Eggplant. HEX triplet: 94, 0F and 61. RGB value is (148,15,97). Sum of RGB (Red+Green+Blue) = 148+15+97=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #940F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F61 is #6BF09E. Grayscale: #3F3F3F. Windows color (decimal): -7073951 or 6360980. OLE color: 6360980.

HSL color Cylindrical-coordinate representation of color #940F61: hue angle of 323.01º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F61 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1481597-
CMYK00.900.340.42
HSL323.01º81.6%31.96%-
HSV(B)323.01º89.86%58.04%-
XYZ14.547.511.99-
YUV64.11146.56187.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 15 (6.25% from 255) = 5.77%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=56.92%
G=5.77%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148159700.900.340.42323.0181.631.96
Hex94F6105A222A1435220
Octal224171410132425250312240
Binary1001010011111100001010110101000101010101010000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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