#850266

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

Shades of Eggplant #850266

Tints of Eggplant #850266

Color information

#850266 (or 0x850266) is unknown color: approx Eggplant. HEX triplet: 85, 02 and 66. RGB value is (133,2,102). Sum of RGB (Red+Green+Blue) = 133+2+102=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850266 is #7AFD99. Grayscale: #343434. Windows color (decimal): -8060314 or 6685317. OLE color: 6685317.

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

Color convert

RGB1332102-
CMYK00.980.230.48
HSL314.2º97.04%26.47%-
HSV(B)314.2º98.5%52.16%-
XYZ12.095.9913.09-
YUV52.57155.9185.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=56.12%
G=0.84%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133210200.980.230.48314.297.0426.47
Hex85266062173013a611a
Octal20521460142276047214132
Binary100001011011001100110001010111110000100111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850266; }

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

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

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

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

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

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

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

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