#840D58

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

Shades of Eggplant #840D58

Tints of Eggplant #840D58

Color information

#840D58 (or 0x840D58) is unknown color: approx Eggplant. HEX triplet: 84, 0D and 58. RGB value is (132,13,88). Sum of RGB (Red+Green+Blue) = 132+13+88=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #840D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D58 is #7BF2A7. Grayscale: #383838. Windows color (decimal): -8123048 or 5770628. OLE color: 5770628.

HSL color Cylindrical-coordinate representation of color #840D58: hue angle of 322.18º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D58 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1321388-
CMYK00.900.330.48
HSL322.18º82.07%28.43%-
HSV(B)322.18º90.15%51.76%-
XYZ11.425.99.77-
YUV57.13145.42181.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=56.65%
G=5.58%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132138800.900.330.48322.1882.0728.43
Hex84D5805A2130142521c
Octal204151300132416050212234
Binary100001001101101100001011010100001110000101000010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840D58; }

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

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

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

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

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

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

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

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