#84115E

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

Shades of Eggplant #84115E

Tints of Eggplant #84115E

Color information

#84115E (or 0x84115E) is unknown color: approx Eggplant. HEX triplet: 84, 11 and 5E. RGB value is (132,17,94). Sum of RGB (Red+Green+Blue) = 132+17+94=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84115E is #7BEEA1. Grayscale: #3B3B3B. Windows color (decimal): -8122018 or 6164868. OLE color: 6164868.

HSL color Cylindrical-coordinate representation of color #84115E: hue angle of 319.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84115E is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1321794-
CMYK00.870.290.48
HSL319.83º77.18%29.22%-
HSV(B)319.83º87.12%51.76%-
XYZ11.746.1111.15-
YUV60.16147.1179.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=54.32%
G=7.00%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132179400.870.290.48319.8377.1829.22
Hex84115E0571D301404d1d
Octal204211360127356050011535
Binary100001001000110111100101011111101110000101000000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84115E; }

 p { color: rgb(132,17,94); }

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

<style>
 a { background-color: #84115E; }

 a { background-color: rgb(132,17,94); }

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

<style>
 span { border-color: #84115E; }

 span { border-color: rgb(132,17,94); }

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