#84095D

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

Shades of Eggplant #84095D

Tints of Eggplant #84095D

Color information

#84095D (or 0x84095D) is unknown color: approx Eggplant. HEX triplet: 84, 09 and 5D. RGB value is (132,9,93). Sum of RGB (Red+Green+Blue) = 132+9+93=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #84095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84095D is #7BF6A2. Grayscale: #373737. Windows color (decimal): -8124067 or 6097284. OLE color: 6097284.

HSL color Cylindrical-coordinate representation of color #84095D: hue angle of 319.02º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84095D is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB132993-
CMYK00.930.300.48
HSL319.02º87.23%27.65%-
HSV(B)319.02º93.18%51.76%-
XYZ11.595.8910.88-
YUV55.35149.25182.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=56.41%
G=3.85%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13299300.930.300.48319.0287.2327.65
Hex8495D05D1E3013f571c
Octal204111350135366047712734
Binary10000100100110111010101110111110110000100111111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84095D; }

 p { color: rgb(132,9,93); }

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

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

 a { background-color: rgb(132,9,93); }

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

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

 span { border-color: rgb(132,9,93); }

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