#83056B

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

Shades of Eggplant #83056B

Tints of Eggplant #83056B

Color information

#83056B (or 0x83056B) is unknown color: approx Eggplant. HEX triplet: 83, 05 and 6B. RGB value is (131,5,107). Sum of RGB (Red+Green+Blue) = 131+5+107=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83056B is #7CFA94. Grayscale: #363636. Windows color (decimal): -8190613 or 7013763. OLE color: 7013763.

HSL color Cylindrical-coordinate representation of color #83056B: hue angle of 311.43º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83056B is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB1315107-
CMYK00.960.180.49
HSL311.43º92.65%26.67%-
HSV(B)311.43º96.18%51.37%-
XYZ12.07614.43-
YUV54.3157.74182.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=53.91%
G=2.06%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131510700.960.180.49311.4392.6526.67
Hex8356B06012311375d1b
Octal20351530140226146713533
Binary1000001110111010110110000010010110001100110111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,5,107); }

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

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

 a { background-color: rgb(131,5,107); }

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

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

 span { border-color: rgb(131,5,107); }

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