#84125A

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

Shades of Eggplant #84125A

Tints of Eggplant #84125A

Color information

#84125A (or 0x84125A) is unknown color: approx Eggplant. HEX triplet: 84, 12 and 5A. RGB value is (132,18,90). Sum of RGB (Red+Green+Blue) = 132+18+90=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #84125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84125A is #7BEDA5. Grayscale: #3C3C3C. Windows color (decimal): -8121766 or 5902980. OLE color: 5902980.

HSL color Cylindrical-coordinate representation of color #84125A: hue angle of 322.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84125A is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1321890-
CMYK00.860.320.48
HSL322.11º76%29.41%-
HSV(B)322.11º86.36%51.76%-
XYZ11.586.0810.24-
YUV60.29144.77179.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=55%
G=7.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132189000.860.320.48322.117629.41
Hex84125A05620301424c1d
Octal204221320126406050211435
Binary1000010010010101101001010110100000110000101000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,18,90); }

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

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

 a { background-color: rgb(132,18,90); }

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

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

 span { border-color: rgb(132,18,90); }

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