#85005E

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

Shades of Eggplant #85005E

Tints of Eggplant #85005E

Color information

#85005E (or 0x85005E) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 5E. RGB value is (133,0,94). Sum of RGB (Red+Green+Blue) = 133+0+94=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85005E is #7AFFA1. Grayscale: #323232. Windows color (decimal): -8060834 or 6160517. OLE color: 6160517.

HSL color Cylindrical-coordinate representation of color #85005E: hue angle of 317.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85005E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB133094-
CMYK010.290.48
HSL317.59º100%26.08%-
HSV(B)317.59º100%52.16%-
XYZ11.695.7911.09-
YUV50.48152.56186.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=58.59%
G=0%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133094010.290.48317.5910026.08
Hex8505E0641D3013e641a
Octal20501360144356047614432
Binary10000101010111100110010011101110000100111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,0,94); }

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

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

 a { background-color: rgb(133,0,94); }

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

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

 span { border-color: rgb(133,0,94); }

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