#940055

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

Shades of Eggplant #940055

Tints of Eggplant #940055

Color information

#940055 (or 0x940055) is unknown color: approx Eggplant. HEX triplet: 94, 00 and 55. RGB value is (148,0,85). Sum of RGB (Red+Green+Blue) = 148+0+85=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #940055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940055 is #6BFFAA. Grayscale: #353535. Windows color (decimal): -7077803 or 5570708. OLE color: 5570708.

HSL color Cylindrical-coordinate representation of color #940055: hue angle of 325.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940055 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB148085-
CMYK010.430.42
HSL325.54º100%29.02%-
HSV(B)325.54º100%58.04%-
XYZ13.856.959.21-
YUV53.94145.53195.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=63.52%
G=0%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148085010.430.42325.5410029.02
Hex940550642B2A146641d
Octal22401250144535250614435
Binary100101000101010101100100101011101010101000110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940055; }

 p { color: rgb(148,0,85); }

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

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

 a { background-color: rgb(148,0,85); }

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

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

 span { border-color: rgb(148,0,85); }

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