#85094D

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

Shades of Eggplant #85094D

Tints of Eggplant #85094D

Color information

#85094D (or 0x85094D) is unknown color: approx Eggplant. HEX triplet: 85, 09 and 4D. RGB value is (133,9,77). Sum of RGB (Red+Green+Blue) = 133+9+77=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85094D is #7AF6B2. Grayscale: #353535. Windows color (decimal): -8058547 or 5048709. OLE color: 5048709.

HSL color Cylindrical-coordinate representation of color #85094D: hue angle of 327.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85094D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB133977-
CMYK00.930.420.48
HSL327.1º87.32%27.84%-
HSV(B)327.1º93.23%52.16%-
XYZ11.115.727.54-
YUV53.83141.08184.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=60.73%
G=4.11%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13397700.930.420.48327.187.3227.84
Hex8594D05D2A30147571c
Octal205111150135526050712734
Binary100001011001100110101011101101010110000101000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85094D; }

 p { color: rgb(133,9,77); }

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

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

 a { background-color: rgb(133,9,77); }

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

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

 span { border-color: rgb(133,9,77); }

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