#84006C

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

Shades of Eggplant #84006C

Tints of Eggplant #84006C

Color information

#84006C (or 0x84006C) is unknown color: approx Eggplant. HEX triplet: 84, 00 and 6C. RGB value is (132,0,108). Sum of RGB (Red+Green+Blue) = 132+0+108=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #84006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84006C is #7BFF93. Grayscale: #333333. Windows color (decimal): -8126356 or 7078020. OLE color: 7078020.

HSL color Cylindrical-coordinate representation of color #84006C: hue angle of 310.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84006C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB1320108-
CMYK010.180.48
HSL310.91º100%25.88%-
HSV(B)310.91º100%51.76%-
XYZ12.225.9914.7-
YUV51.78159.73185.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 45%
R=55%
G=0%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320108010.180.48310.9110025.88
Hex8406C0641230137641a
Octal20401540144226046714432
Binary10000100011011000110010010010110000100110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84006C; }

 p { color: rgb(132,0,108); }

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

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

 a { background-color: rgb(132,0,108); }

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

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

 span { border-color: rgb(132,0,108); }

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