#840650

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

Shades of Eggplant #840650

Tints of Eggplant #840650

Color information

#840650 (or 0x840650) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 50. RGB value is (132,6,80). Sum of RGB (Red+Green+Blue) = 132+6+80=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #840650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840650 is #7BF9AF. Grayscale: #333333. Windows color (decimal): -8124848 or 5244548. OLE color: 5244548.

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

Color convert

RGB132680-
CMYK00.950.390.48
HSL324.76º91.3%27.06%-
HSV(B)324.76º95.45%51.76%-
XYZ11.035.618.09-
YUV52.11143.74184.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=60.55%
G=2.75%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13268000.950.390.48324.7691.327.06
Hex8465005F27301455b1b
Octal20461200137476050513333
Binary10000100110101000001011111100111110000101000101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840650; }

 p { color: rgb(132,6,80); }

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

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

 a { background-color: rgb(132,6,80); }

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

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

 span { border-color: rgb(132,6,80); }

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