#830763

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

Shades of Eggplant #830763

Tints of Eggplant #830763

Color information

#830763 (or 0x830763) is unknown color: approx Eggplant. HEX triplet: 83, 07 and 63. RGB value is (131,7,99). Sum of RGB (Red+Green+Blue) = 131+7+99=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #830763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830763 is #7CF89C. Grayscale: #363636. Windows color (decimal): -8190109 or 6489987. OLE color: 6489987.

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

Color convert

RGB131799-
CMYK00.950.240.49
HSL315.48º89.86%27.06%-
HSV(B)315.48º94.66%51.37%-
XYZ11.695.8812.32-
YUV54.56153.08182.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=55.27%
G=2.95%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13179900.950.240.49315.4889.8627.06
Hex8376305F183113b5a1b
Octal20371430137306147313233
Binary1000001111111000110101111111000110001100111011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830763; }

 p { color: rgb(131,7,99); }

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

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

 a { background-color: rgb(131,7,99); }

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

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

 span { border-color: rgb(131,7,99); }

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