#85005D

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

Shades of Eggplant #85005D

Tints of Eggplant #85005D

Color information

#85005D (or 0x85005D) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 5D. RGB value is (133,0,93). Sum of RGB (Red+Green+Blue) = 133+0+93=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85005D is #7AFFA2. Grayscale: #323232. Windows color (decimal): -8060835 or 6094981. OLE color: 6094981.

HSL color Cylindrical-coordinate representation of color #85005D: hue angle of 318.05º 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 #85005D is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB133093-
CMYK010.300.48
HSL318.05º100%26.08%-
HSV(B)318.05º100%52.16%-
XYZ11.655.7810.86-
YUV50.37152.06186.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=58.85%
G=0%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133093010.300.48318.0510026.08
Hex8505D0641E3013e641a
Octal20501350144366047614432
Binary10000101010111010110010011110110000100111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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