#85005B

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

Shades of Eggplant #85005B

Tints of Eggplant #85005B

Color information

#85005B (or 0x85005B) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 5B. RGB value is (133,0,91). Sum of RGB (Red+Green+Blue) = 133+0+91=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #85005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85005B is #7AFFA4. Grayscale: #313131. Windows color (decimal): -8060837 or 5963909. OLE color: 5963909.

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

Color convert

RGB133091-
CMYK010.320.48
HSL318.95º100%26.08%-
HSV(B)318.95º100%52.16%-
XYZ11.565.7410.4-
YUV50.14151.06187.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=59.38%
G=0%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133091010.320.48318.9510026.08
Hex8505B064203013f641a
Octal20501330144406047714432
Binary100001010101101101100100100000110000100111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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