#830556

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

Shades of Eggplant #830556

Tints of Eggplant #830556

Color information

#830556 (or 0x830556) is unknown color: approx Eggplant. HEX triplet: 83, 05 and 56. RGB value is (131,5,86). Sum of RGB (Red+Green+Blue) = 131+5+86=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #830556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830556 is #7CFAA9. Grayscale: #333333. Windows color (decimal): -8190634 or 5637507. OLE color: 5637507.

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

Color convert

RGB131586-
CMYK00.960.340.49
HSL321.43º92.65%26.67%-
HSV(B)321.43º96.18%51.37%-
XYZ11.095.619.3-
YUV51.91147.24184.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.01%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=59.01%
G=2.25%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13158600.960.340.49321.4392.6526.67
Hex8355606022311415d1b
Octal20351260140426150113533
Binary10000011101101011001100000100010110001101000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830556; }

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

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

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

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

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

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

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

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