#810B62

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

Shades of Eggplant #810B62

Tints of Eggplant #810B62

Color information

#810B62 (or 0x810B62) is unknown color: approx Eggplant. HEX triplet: 81, 0B and 62. RGB value is (129,11,98). Sum of RGB (Red+Green+Blue) = 129+11+98=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #810B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B62 is #7EF49D. Grayscale: #373737. Windows color (decimal): -8320158 or 6425473. OLE color: 6425473.

HSL color Cylindrical-coordinate representation of color #810B62: hue angle of 315.76º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B62 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB1291198-
CMYK00.910.240.49
HSL315.76º84.29%27.45%-
HSV(B)315.76º91.47%50.59%-
XYZ11.385.7912.07-
YUV56.2151.59179.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=54.20%
G=4.62%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129119800.910.240.49315.7684.2927.45
Hex81B6205B183113c541b
Octal201131420133306147412433
Binary10000001101111000100101101111000110001100111100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,11,98); }

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

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

 a { background-color: rgb(129,11,98); }

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

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

 span { border-color: rgb(129,11,98); }

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