#840A68

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

Shades of Eggplant #840A68

Tints of Eggplant #840A68

Color information

#840A68 (or 0x840A68) is unknown color: approx Eggplant. HEX triplet: 84, 0A and 68. RGB value is (132,10,104). Sum of RGB (Red+Green+Blue) = 132+10+104=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #840A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840A68 is #7BF597. Grayscale: #383838. Windows color (decimal): -8123800 or 6818436. OLE color: 6818436.

HSL color Cylindrical-coordinate representation of color #840A68: hue angle of 313.77º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A68 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13210104-
CMYK00.920.210.48
HSL313.77º85.92%27.84%-
HSV(B)313.77º92.42%51.76%-
XYZ12.126.1213.64-
YUV57.19154.42181.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=53.66%
G=4.07%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321010400.920.210.48313.7785.9227.84
Hex84A6805C153013a561c
Octal204121500134256047212634
Binary10000100101011010000101110010101110000100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,10,104); }

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

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

 a { background-color: rgb(132,10,104); }

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

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

 span { border-color: rgb(132,10,104); }

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