#850657

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

Shades of Eggplant #850657

Tints of Eggplant #850657

Color information

#850657 (or 0x850657) is unknown color: approx Eggplant. HEX triplet: 85, 06 and 57. RGB value is (133,6,87). Sum of RGB (Red+Green+Blue) = 133+6+87=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850657 is #7AF9A8. Grayscale: #353535. Windows color (decimal): -8059305 or 5703301. OLE color: 5703301.

HSL color Cylindrical-coordinate representation of color #850657: hue angle of 321.73º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850657 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB133687-
CMYK00.950.350.48
HSL321.73º91.37%27.25%-
HSV(B)321.73º95.49%52.16%-
XYZ11.465.89.53-
YUV53.21147.08184.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=58.85%
G=2.65%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13368700.950.350.48321.7391.3727.25
Hex8565705F23301425b1b
Octal20561270137436050213333
Binary10000101110101011101011111100011110000101000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850657; }

 p { color: rgb(133,6,87); }

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

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

 a { background-color: rgb(133,6,87); }

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

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

 span { border-color: rgb(133,6,87); }

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