#840669

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

Shades of Eggplant #840669

Tints of Eggplant #840669

Color information

#840669 (or 0x840669) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 69. RGB value is (132,6,105). Sum of RGB (Red+Green+Blue) = 132+6+105=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #840669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840669 is #7BF996. Grayscale: #363636. Windows color (decimal): -8124823 or 6882948. OLE color: 6882948.

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

Color convert

RGB1326105-
CMYK00.950.200.48
HSL312.86º91.3%27.06%-
HSV(B)312.86º95.45%51.76%-
XYZ12.136.0613.89-
YUV54.96156.24182.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=54.32%
G=2.47%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132610500.950.200.48312.8691.327.06
Hex8466905F14301395b1b
Octal20461510137246047113333
Binary1000010011011010010101111110100110000100111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840669; }

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

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

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

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

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

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

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

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