#84006A

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

Shades of Eggplant #84006A

Tints of Eggplant #84006A

Color information

#84006A (or 0x84006A) is unknown color: approx Eggplant. HEX triplet: 84, 00 and 6A. RGB value is (132,0,106). Sum of RGB (Red+Green+Blue) = 132+0+106=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #84006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84006A is #7BFF95. Grayscale: #333333. Windows color (decimal): -8126358 or 6946948. OLE color: 6946948.

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

Color convert

RGB1320106-
CMYK010.200.48
HSL311.82º100%25.88%-
HSV(B)311.82º100%51.76%-
XYZ12.125.9514.14-
YUV51.55158.73185.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=55.46%
G=0%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320106010.200.48311.8210025.88
Hex8406A0641430138641a
Octal20401520144246047014432
Binary10000100011010100110010010100110000100111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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