#830660

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

Shades of Eggplant #830660

Tints of Eggplant #830660

Color information

#830660 (or 0x830660) is unknown color: approx Eggplant. HEX triplet: 83, 06 and 60. RGB value is (131,6,96). Sum of RGB (Red+Green+Blue) = 131+6+96=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #830660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830660 is #7CF99F. Grayscale: #353535. Windows color (decimal): -8190368 or 6293123. OLE color: 6293123.

HSL color Cylindrical-coordinate representation of color #830660: hue angle of 316.8º 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 #830660 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB131696-
CMYK00.950.270.49
HSL316.8º91.24%26.86%-
HSV(B)316.8º95.42%51.37%-
XYZ11.545.811.58-
YUV53.64151.91183.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=56.22%
G=2.58%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13169600.950.270.49316.891.2426.86
Hex8366005F1B3113d5b1b
Octal20361400137336147513333
Binary1000001111011000000101111111011110001100111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830660; }

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

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

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

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

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

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

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

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