#84065C

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

Shades of Eggplant #84065C

Tints of Eggplant #84065C

Color information

#84065C (or 0x84065C) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 5C. RGB value is (132,6,92). Sum of RGB (Red+Green+Blue) = 132+6+92=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84065C is #7BF9A3. Grayscale: #353535. Windows color (decimal): -8124836 or 6030980. OLE color: 6030980.

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

Color convert

RGB132692-
CMYK00.950.300.48
HSL319.05º91.3%27.06%-
HSV(B)319.05º95.45%51.76%-
XYZ11.515.8110.64-
YUV53.48149.74184.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 6 (2.73% from 255) = 2.61%
BLUE value IS 92 (36.33% from 255) = 40%
R=57.39%
G=2.61%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13269200.950.300.48319.0591.327.06
Hex8465C05F1E3013f5b1b
Octal20461340137366047713333
Binary1000010011010111000101111111110110000100111111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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