#83056A

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

Shades of Eggplant #83056A

Tints of Eggplant #83056A

Color information

#83056A (or 0x83056A) is unknown color: approx Eggplant. HEX triplet: 83, 05 and 6A. RGB value is (131,5,106). Sum of RGB (Red+Green+Blue) = 131+5+106=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83056A is #7CFA95. Grayscale: #353535. Windows color (decimal): -8190614 or 6948227. OLE color: 6948227.

HSL color Cylindrical-coordinate representation of color #83056A: hue angle of 311.9º 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 #83056A is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB1315106-
CMYK00.960.190.49
HSL311.9º92.65%26.67%-
HSV(B)311.9º96.18%51.37%-
XYZ12.025.9714.16-
YUV54.19157.24182.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.13%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=54.13%
G=2.07%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131510600.960.190.49311.992.6526.67
Hex8356A06013311385d1b
Octal20351520140236147013533
Binary1000001110111010100110000010011110001100111000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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