#840466

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

Shades of Eggplant #840466

Tints of Eggplant #840466

Color information

#840466 (or 0x840466) is unknown color: approx Eggplant. HEX triplet: 84, 04 and 66. RGB value is (132,4,102). Sum of RGB (Red+Green+Blue) = 132+4+102=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #840466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840466 is #7BFB99. Grayscale: #353535. Windows color (decimal): -8125338 or 6685828. OLE color: 6685828.

HSL color Cylindrical-coordinate representation of color #840466: hue angle of 314.06º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840466 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB1324102-
CMYK00.970.230.48
HSL314.06º94.12%26.67%-
HSV(B)314.06º96.97%51.76%-
XYZ11.965.9513.09-
YUV53.44155.41184.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=55.46%
G=1.68%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132410200.970.230.48314.0694.1226.67
Hex84466061173013a5e1b
Octal20441460141276047213633
Binary1000010010011001100110000110111110000100111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840466; }

 p { color: rgb(132,4,102); }

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

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

 a { background-color: rgb(132,4,102); }

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

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

 span { border-color: rgb(132,4,102); }

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