#940A5D

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

Shades of Eggplant #940A5D

Tints of Eggplant #940A5D

Color information

#940A5D (or 0x940A5D) is unknown color: approx Eggplant. HEX triplet: 94, 0A and 5D. RGB value is (148,10,93). Sum of RGB (Red+Green+Blue) = 148+10+93=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #940A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A5D is #6BF5A2. Grayscale: #3C3C3C. Windows color (decimal): -7075235 or 6097556. OLE color: 6097556.

HSL color Cylindrical-coordinate representation of color #940A5D: hue angle of 323.91º 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 #940A5D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1481093-
CMYK00.930.370.42
HSL323.91º87.34%30.98%-
HSV(B)323.91º93.24%58.04%-
XYZ14.37.311.01-
YUV60.72146.22190.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.96%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=58.96%
G=3.98%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148109300.930.370.42323.9187.3430.98
Hex94A5D05D252A144571f
Octal224121350135455250412737
Binary100101001010101110101011101100101101010101000100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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