#85086D

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

Shades of Eggplant #85086D

Tints of Eggplant #85086D

Color information

#85086D (or 0x85086D) is unknown color: approx Eggplant. HEX triplet: 85, 08 and 6D. RGB value is (133,8,109). Sum of RGB (Red+Green+Blue) = 133+8+109=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85086D is #7AF792. Grayscale: #383838. Windows color (decimal): -8058771 or 7145605. OLE color: 7145605.

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

Color convert

RGB1338109-
CMYK00.940.180.48
HSL311.52º88.65%27.65%-
HSV(B)311.52º93.98%52.16%-
XYZ12.526.2615.02-
YUV56.89157.41182.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=53.2%
G=3.2%
B=43.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133810900.940.180.48311.5288.6527.65
Hex8586D05E1230138591c
Octal205101550136226047013134
Binary10000101100011011010101111010010110000100111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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