#84105E

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

Shades of Eggplant #84105E

Tints of Eggplant #84105E

Color information

#84105E (or 0x84105E) is unknown color: approx Eggplant. HEX triplet: 84, 10 and 5E. RGB value is (132,16,94). Sum of RGB (Red+Green+Blue) = 132+16+94=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84105E is #7BEFA1. Grayscale: #3B3B3B. Windows color (decimal): -8122274 or 6164612. OLE color: 6164612.

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

Color convert

RGB1321694-
CMYK00.880.290.48
HSL319.66º78.38%29.02%-
HSV(B)319.66º87.88%51.76%-
XYZ11.726.0811.15-
YUV59.58147.43179.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=54.55%
G=6.61%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132169400.880.290.48319.6678.3829.02
Hex84105E0581D301404e1d
Octal204201360130356050011635
Binary100001001000010111100101100011101110000101000000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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