#85094C

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

Shades of Eggplant #85094C

Tints of Eggplant #85094C

Color information

#85094C (or 0x85094C) is unknown color: approx Eggplant. HEX triplet: 85, 09 and 4C. RGB value is (133,9,76). Sum of RGB (Red+Green+Blue) = 133+9+76=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85094C is #7AF6B3. Grayscale: #353535. Windows color (decimal): -8058548 or 4983173. OLE color: 4983173.

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

Color convert

RGB133976-
CMYK00.930.430.48
HSL327.58º87.32%27.84%-
HSV(B)327.58º93.23%52.16%-
XYZ11.085.77.35-
YUV53.71140.58184.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=61.01%
G=4.13%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13397600.930.430.48327.5887.3227.84
Hex8594C05D2B30148571c
Octal205111140135536051012734
Binary100001011001100110001011101101011110000101001000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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