#840150

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

Shades of Eggplant #840150

Tints of Eggplant #840150

Color information

#840150 (or 0x840150) is unknown color: approx Eggplant. HEX triplet: 84, 01 and 50. RGB value is (132,1,80). Sum of RGB (Red+Green+Blue) = 132+1+80=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #840150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840150 is #7BFEAF. Grayscale: #303030. Windows color (decimal): -8126128 or 5243268. OLE color: 5243268.

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

Color convert

RGB132180-
CMYK00.990.390.48
HSL323.82º98.5%26.08%-
HSV(B)323.82º99.24%51.76%-
XYZ10.975.518.07-
YUV49.18145.4187.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=61.97%
G=0.47%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13218000.990.390.48323.8298.526.08
Hex841500632730144621a
Octal20411200143476050414232
Binary100001001101000001100011100111110000101000100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840150; }

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

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

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

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

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

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

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

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