#83085A

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

Shades of Eggplant #83085A

Tints of Eggplant #83085A

Color information

#83085A (or 0x83085A) is unknown color: approx Eggplant. HEX triplet: 83, 08 and 5A. RGB value is (131,8,90). Sum of RGB (Red+Green+Blue) = 131+8+90=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83085A is #7CF7A5. Grayscale: #353535. Windows color (decimal): -8189862 or 5900419. OLE color: 5900419.

HSL color Cylindrical-coordinate representation of color #83085A: hue angle of 320º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83085A is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB131890-
CMYK00.940.310.49
HSL320º88.49%27.25%-
HSV(B)320º93.89%51.37%-
XYZ11.295.7410.19-
YUV54.12148.25182.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=57.21%
G=3.49%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13189000.940.310.4932088.4927.25
Hex8385A05E1F31140581b
Octal203101320136376150013033
Binary10000011100010110100101111011111110001101000000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,8,90); }

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

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

 a { background-color: rgb(131,8,90); }

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

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

 span { border-color: rgb(131,8,90); }

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