#81015B

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

Shades of Eggplant #81015B

Tints of Eggplant #81015B

Color information

#81015B (or 0x81015B) is unknown color: approx Eggplant. HEX triplet: 81, 01 and 5B. RGB value is (129,1,91). Sum of RGB (Red+Green+Blue) = 129+1+91=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #81015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81015B is #7EFEA4. Grayscale: #313131. Windows color (decimal): -8322725 or 5964161. OLE color: 5964161.

HSL color Cylindrical-coordinate representation of color #81015B: hue angle of 317.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81015B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB129191-
CMYK00.990.290.49
HSL317.81º98.46%25.49%-
HSV(B)317.81º99.22%50.59%-
XYZ10.955.4410.37-
YUV49.53151.41184.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.37%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=58.37%
G=0.45%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12919100.990.290.49317.8198.4625.49
Hex8115B0631D3113e6219
Octal20111330143356147614231
Binary10000001110110110110001111101110001100111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81015B; }

 p { color: rgb(129,1,91); }

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

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

 a { background-color: rgb(129,1,91); }

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

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

 span { border-color: rgb(129,1,91); }

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