#81125F

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

Shades of Eggplant #81125F

Tints of Eggplant #81125F

Color information

#81125F (or 0x81125F) is unknown color: approx Eggplant. HEX triplet: 81, 12 and 5F. RGB value is (129,18,95). Sum of RGB (Red+Green+Blue) = 129+18+95=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81125F is #7EEDA0. Grayscale: #3B3B3B. Windows color (decimal): -8318369 or 6230657. OLE color: 6230657.

HSL color Cylindrical-coordinate representation of color #81125F: hue angle of 318.38º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81125F is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1291895-
CMYK00.860.260.49
HSL318.38º75.51%28.82%-
HSV(B)318.38º86.05%50.59%-
XYZ11.345.9311.37-
YUV59.97147.77177.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=53.31%
G=7.44%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129189500.860.260.49318.3875.5128.82
Hex81125F0561A3113e4c1d
Octal201221370126326147611435
Binary100000011001010111110101011011010110001100111110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81125F; }

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

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

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

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

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

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

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

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