#840D63

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

Shades of Eggplant #840D63

Tints of Eggplant #840D63

Color information

#840D63 (or 0x840D63) is unknown color: approx Eggplant. HEX triplet: 84, 0D and 63. RGB value is (132,13,99). Sum of RGB (Red+Green+Blue) = 132+13+99=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #840D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D63 is #7BF29C. Grayscale: #3A3A3A. Windows color (decimal): -8123037 or 6491524. OLE color: 6491524.

HSL color Cylindrical-coordinate representation of color #840D63: hue angle of 316.64º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D63 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1321399-
CMYK00.900.250.48
HSL316.64º82.07%28.43%-
HSV(B)316.64º90.15%51.76%-
XYZ11.916.0912.35-
YUV58.38150.92180.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=54.10%
G=5.33%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132139900.900.250.48316.6482.0728.43
Hex84D6305A193013d521c
Octal204151430132316047512234
Binary10000100110111000110101101011001110000100111101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840D63; }

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

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

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

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

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

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

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

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