#84025F

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

Shades of Eggplant #84025F

Tints of Eggplant #84025F

Color information

#84025F (or 0x84025F) is unknown color: approx Eggplant. HEX triplet: 84, 02 and 5F. RGB value is (132,2,95). Sum of RGB (Red+Green+Blue) = 132+2+95=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84025F is #7BFDA0. Grayscale: #333333. Windows color (decimal): -8125857 or 6226564. OLE color: 6226564.

HSL color Cylindrical-coordinate representation of color #84025F: hue angle of 317.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84025F is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB132295-
CMYK00.980.280.48
HSL317.08º97.01%26.27%-
HSV(B)317.08º98.48%51.76%-
XYZ11.65.7811.33-
YUV51.47152.57185.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=57.64%
G=0.87%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13229500.980.280.48317.0897.0126.27
Hex8425F0621C3013d611a
Octal20421370142346047514132
Binary100001001010111110110001011100110000100111101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84025F; }

 p { color: rgb(132,2,95); }

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

<style>
 a { background-color: #84025F; }

 a { background-color: rgb(132,2,95); }

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

<style>
 span { border-color: #84025F; }

 span { border-color: rgb(132,2,95); }

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