#85086C

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

Shades of Eggplant #85086C

Tints of Eggplant #85086C

Color information

#85086C (or 0x85086C) is unknown color: approx Eggplant. HEX triplet: 85, 08 and 6C. RGB value is (133,8,108). Sum of RGB (Red+Green+Blue) = 133+8+108=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85086C is #7AF793. Grayscale: #383838. Windows color (decimal): -8058772 or 7080069. OLE color: 7080069.

HSL color Cylindrical-coordinate representation of color #85086C: hue angle of 312º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85086C is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB1338108-
CMYK00.940.190.48
HSL312º88.65%27.65%-
HSV(B)312º93.98%52.16%-
XYZ12.476.2414.74-
YUV56.77156.91182.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=53.41%
G=3.21%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133810800.940.190.4831288.6527.65
Hex8586C05E1330138591c
Octal205101540136236047013134
Binary10000101100011011000101111010011110000100111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,8,108); }

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

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

 a { background-color: rgb(133,8,108); }

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

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

 span { border-color: rgb(133,8,108); }

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