#85094E

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

Shades of Eggplant #85094E

Tints of Eggplant #85094E

Color information

#85094E (or 0x85094E) is unknown color: approx Eggplant. HEX triplet: 85, 09 and 4E. RGB value is (133,9,78). Sum of RGB (Red+Green+Blue) = 133+9+78=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #85094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85094E is #7AF6B1. Grayscale: #353535. Windows color (decimal): -8058546 or 5114245. OLE color: 5114245.

HSL color Cylindrical-coordinate representation of color #85094E: hue angle of 326.61º 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 #85094E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB133978-
CMYK00.930.410.48
HSL326.61º87.32%27.84%-
HSV(B)326.61º93.23%52.16%-
XYZ11.155.737.73-
YUV53.94141.58184.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=60.45%
G=4.09%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13397800.930.410.48326.6187.3227.84
Hex8594E05D2930147571c
Octal205111160135516050712734
Binary100001011001100111001011101101001110000101000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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