#83155F

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

Shades of Eggplant #83155F

Tints of Eggplant #83155F

Color information

#83155F (or 0x83155F) is unknown color: approx Eggplant. HEX triplet: 83, 15 and 5F. RGB value is (131,21,95). Sum of RGB (Red+Green+Blue) = 131+21+95=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83155F is #7CEAA0. Grayscale: #3E3E3E. Windows color (decimal): -8186529 or 6231427. OLE color: 6231427.

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

Color convert

RGB1312195-
CMYK00.840.270.49
HSL319.64º72.37%29.8%-
HSV(B)319.64º83.97%51.37%-
XYZ11.696.1911.4-
YUV62.33146.44176.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=53.04%
G=8.50%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131219500.840.270.49319.6472.3729.8
Hex83155F0541B31140481e
Octal203251370124336150011036
Binary100000111010110111110101010011011110001101000000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,21,95); }

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

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

 a { background-color: rgb(131,21,95); }

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

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

 span { border-color: rgb(131,21,95); }

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