#840663

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

Shades of Eggplant #840663

Tints of Eggplant #840663

Color information

#840663 (or 0x840663) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 63. RGB value is (132,6,99). Sum of RGB (Red+Green+Blue) = 132+6+99=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #840663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840663 is #7BF99C. Grayscale: #363636. Windows color (decimal): -8124829 or 6489732. OLE color: 6489732.

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

Color convert

RGB132699-
CMYK00.950.250.48
HSL315.71º91.3%27.06%-
HSV(B)315.71º95.45%51.76%-
XYZ11.835.9412.33-
YUV54.28153.24183.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=55.70%
G=2.53%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13269900.950.250.48315.7191.327.06
Hex8466305F193013c5b1b
Octal20461430137316047413333
Binary1000010011011000110101111111001110000100111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840663; }

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

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

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

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

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

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

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

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