#850C64

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

Shades of Eggplant #850C64

Tints of Eggplant #850C64

Color information

#850C64 (or 0x850C64) is unknown color: approx Eggplant. HEX triplet: 85, 0C and 64. RGB value is (133,12,100). Sum of RGB (Red+Green+Blue) = 133+12+100=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #850C64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C64 is #7AF39B. Grayscale: #393939. Windows color (decimal): -8057756 or 6556805. OLE color: 6556805.

HSL color Cylindrical-coordinate representation of color #850C64: hue angle of 316.36º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C64 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13312100-
CMYK00.910.250.48
HSL316.36º83.45%28.43%-
HSV(B)316.36º90.98%52.16%-
XYZ12.16.1712.61-
YUV58.21151.59181.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=54.29%
G=4.90%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331210000.910.250.48316.3683.4528.43
Hex85C6405B193013c531c
Octal205141440133316047412334
Binary10000101110011001000101101111001110000100111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850C64; }

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

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

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

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

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

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

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

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