#850265

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

Shades of Eggplant #850265

Tints of Eggplant #850265

Color information

#850265 (or 0x850265) is unknown color: approx Eggplant. HEX triplet: 85, 02 and 65. RGB value is (133,2,101). Sum of RGB (Red+Green+Blue) = 133+2+101=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #850265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850265 is #7AFD9A. Grayscale: #343434. Windows color (decimal): -8060315 or 6619781. OLE color: 6619781.

HSL color Cylindrical-coordinate representation of color #850265: hue angle of 314.66º 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 #850265 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB1332101-
CMYK00.980.240.48
HSL314.66º97.04%26.47%-
HSV(B)314.66º98.5%52.16%-
XYZ12.045.9712.83-
YUV52.46155.4185.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=56.36%
G=0.85%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133210100.980.240.48314.6697.0426.47
Hex85265062183013b611a
Octal20521450142306047314132
Binary100001011011001010110001011000110000100111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850265; }

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

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

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

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

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

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

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

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