#83005C

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

Shades of Eggplant #83005C

Tints of Eggplant #83005C

Color information

#83005C (or 0x83005C) is unknown color: approx Eggplant. HEX triplet: 83, 00 and 5C. RGB value is (131,0,92). Sum of RGB (Red+Green+Blue) = 131+0+92=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83005C is #7CFFA3. Grayscale: #313131. Windows color (decimal): -8191908 or 6029443. OLE color: 6029443.

HSL color Cylindrical-coordinate representation of color #83005C: hue angle of 317.86º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83005C is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB131092-
CMYK010.300.49
HSL317.86º100%25.69%-
HSV(B)317.86º100%51.37%-
XYZ11.295.610.61-
YUV49.66151.9186.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=58.74%
G=0%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131092010.300.49317.8610025.69
Hex8305C0641E3113e641a
Octal20301340144366147614432
Binary10000011010111000110010011110110001100111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83005C; }

 p { color: rgb(131,0,92); }

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

<style>
 a { background-color: #83005C; }

 a { background-color: rgb(131,0,92); }

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

<style>
 span { border-color: #83005C; }

 span { border-color: rgb(131,0,92); }

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