#850264

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

Shades of Eggplant #850264

Tints of Eggplant #850264

Color information

#850264 (or 0x850264) is unknown color: approx Eggplant. HEX triplet: 85, 02 and 64. RGB value is (133,2,100). Sum of RGB (Red+Green+Blue) = 133+2+100=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #850264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850264 is #7AFD9B. Grayscale: #343434. Windows color (decimal): -8060316 or 6554245. OLE color: 6554245.

HSL color Cylindrical-coordinate representation of color #850264: hue angle of 315.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850264 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1332100-
CMYK00.980.250.48
HSL315.11º97.04%26.47%-
HSV(B)315.11º98.5%52.16%-
XYZ11.995.9512.57-
YUV52.34154.9185.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=56.60%
G=0.85%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133210000.980.250.48315.1197.0426.47
Hex85264062193013b611a
Octal20521440142316047314132
Binary100001011011001000110001011001110000100111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850264; }

 p { color: rgb(133,2,100); }

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

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

 a { background-color: rgb(133,2,100); }

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

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

 span { border-color: rgb(133,2,100); }

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