#830656

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

Shades of Eggplant #830656

Tints of Eggplant #830656

Color information

#830656 (or 0x830656) is unknown color: approx Eggplant. HEX triplet: 83, 06 and 56. RGB value is (131,6,86). Sum of RGB (Red+Green+Blue) = 131+6+86=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #830656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830656 is #7CF9A9. Grayscale: #343434. Windows color (decimal): -8190378 or 5637763. OLE color: 5637763.

HSL color Cylindrical-coordinate representation of color #830656: hue angle of 321.6º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830656 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB131686-
CMYK00.950.340.49
HSL321.6º91.24%26.86%-
HSV(B)321.6º95.42%51.37%-
XYZ11.15.639.31-
YUV52.5146.91184-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.74%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=58.74%
G=2.69%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13168600.950.340.49321.691.2426.86
Hex8365605F22311425b1b
Octal20361260137426150213333
Binary10000011110101011001011111100010110001101000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830656; }

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

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

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

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

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

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

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

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