#810256

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

Shades of Eggplant #810256

Tints of Eggplant #810256

Color information

#810256 (or 0x810256) is unknown color: approx Eggplant. HEX triplet: 81, 02 and 56. RGB value is (129,2,86). Sum of RGB (Red+Green+Blue) = 129+2+86=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #810256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810256 is #7EFDA9. Grayscale: #313131. Windows color (decimal): -8322474 or 5636737. OLE color: 5636737.

HSL color Cylindrical-coordinate representation of color #810256: hue angle of 320.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810256 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB129286-
CMYK00.980.330.49
HSL320.31º96.95%25.69%-
HSV(B)320.31º98.45%50.59%-
XYZ10.755.389.28-
YUV49.55148.58184.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=59.45%
G=0.92%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12928600.980.330.49320.3196.9525.69
Hex812560622131140611a
Octal20121260142416150014132
Binary1000000110101011001100010100001110001101000000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810256; }

 p { color: rgb(129,2,86); }

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

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

 a { background-color: rgb(129,2,86); }

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

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

 span { border-color: rgb(129,2,86); }

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