#810E5F

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

Shades of Eggplant #810E5F

Tints of Eggplant #810E5F

Color information

#810E5F (or 0x810E5F) is unknown color: approx Eggplant. HEX triplet: 81, 0E and 5F. RGB value is (129,14,95). Sum of RGB (Red+Green+Blue) = 129+14+95=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #810E5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810E5F is #7EF1A0. Grayscale: #393939. Windows color (decimal): -8319393 or 6229633. OLE color: 6229633.

HSL color Cylindrical-coordinate representation of color #810E5F: hue angle of 317.74º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E5F is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1291495-
CMYK00.890.260.49
HSL317.74º80.42%28.04%-
HSV(B)317.74º89.15%50.59%-
XYZ11.285.8111.35-
YUV57.62149.1178.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=54.20%
G=5.88%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129149500.890.260.49317.7480.4228.04
Hex81E5F0591A3113e501c
Octal201161370131326147612034
Binary10000001111010111110101100111010110001100111110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810E5F; }

 p { color: rgb(129,14,95); }

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

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

 a { background-color: rgb(129,14,95); }

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

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

 span { border-color: rgb(129,14,95); }

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