#85005A

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

Shades of Eggplant #85005A

Tints of Eggplant #85005A

Color information

#85005A (or 0x85005A) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 5A. RGB value is (133,0,90). Sum of RGB (Red+Green+Blue) = 133+0+90=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #85005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85005A is #7AFFA5. Grayscale: #313131. Windows color (decimal): -8060838 or 5898373. OLE color: 5898373.

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

Color convert

RGB133090-
CMYK010.320.48
HSL319.4º100%26.08%-
HSV(B)319.4º100%52.16%-
XYZ11.525.7210.17-
YUV50.03150.56187.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=59.64%
G=0%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133090010.320.48319.410026.08
Hex8505A064203013f641a
Octal20501320144406047714432
Binary100001010101101001100100100000110000100111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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