#840167

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

Shades of Eggplant #840167

Tints of Eggplant #840167

Color information

#840167 (or 0x840167) is unknown color: approx Eggplant. HEX triplet: 84, 01 and 67. RGB value is (132,1,103). Sum of RGB (Red+Green+Blue) = 132+1+103=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #840167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840167 is #7BFE98. Grayscale: #333333. Windows color (decimal): -8126105 or 6750596. OLE color: 6750596.

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

Color convert

RGB1321103-
CMYK00.990.220.48
HSL313.28º98.5%26.08%-
HSV(B)313.28º99.24%51.76%-
XYZ11.975.9113.34-
YUV51.8156.9185.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=55.93%
G=0.42%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132110300.990.220.48313.2898.526.08
Hex841670631630139621a
Octal20411470143266047114232
Binary10000100111001110110001110110110000100111001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840167; }

 p { color: rgb(132,1,103); }

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

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

 a { background-color: rgb(132,1,103); }

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

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

 span { border-color: rgb(132,1,103); }

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