#840258

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

Shades of Eggplant #840258

Tints of Eggplant #840258

Color information

#840258 (or 0x840258) is unknown color: approx Eggplant. HEX triplet: 84, 02 and 58. RGB value is (132,2,88). Sum of RGB (Red+Green+Blue) = 132+2+88=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840258 is #7BFDA7. Grayscale: #323232. Windows color (decimal): -8125864 or 5767812. OLE color: 5767812.

HSL color Cylindrical-coordinate representation of color #840258: hue angle of 320.31º 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 #840258 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB132288-
CMYK00.980.330.48
HSL320.31º97.01%26.27%-
HSV(B)320.31º98.48%51.76%-
XYZ11.35.659.73-
YUV50.67149.07186.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=59.46%
G=0.90%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13228800.980.330.48320.3197.0126.27
Hex842580622130140611a
Octal20421300142416050014132
Binary1000010010101100001100010100001110000101000000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840258; }

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

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

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

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

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

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

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

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