#83165E

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

Shades of Eggplant #83165E

Tints of Eggplant #83165E

Color information

#83165E (or 0x83165E) is unknown color: approx Eggplant. HEX triplet: 83, 16 and 5E. RGB value is (131,22,94). Sum of RGB (Red+Green+Blue) = 131+22+94=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83165E is #7CE9A1. Grayscale: #3E3E3E. Windows color (decimal): -8186274 or 6166147. OLE color: 6166147.

HSL color Cylindrical-coordinate representation of color #83165E: hue angle of 320.37º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83165E is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1312294-
CMYK00.830.280.49
HSL320.37º71.24%30%-
HSV(B)320.37º83.21%51.37%-
XYZ11.676.2111.17-
YUV62.8145.61176.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=53.04%
G=8.91%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131229400.830.280.49320.3771.2430
Hex83165E0531C31140471e
Octal203261360123346150010736
Binary100000111011010111100101001111100110001101000000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83165E; }

 p { color: rgb(131,22,94); }

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

<style>
 a { background-color: #83165E; }

 a { background-color: rgb(131,22,94); }

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

<style>
 span { border-color: #83165E; }

 span { border-color: rgb(131,22,94); }

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