#830766

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

Shades of Eggplant #830766

Tints of Eggplant #830766

Color information

#830766 (or 0x830766) is unknown color: approx Eggplant. HEX triplet: 83, 07 and 66. RGB value is (131,7,102). Sum of RGB (Red+Green+Blue) = 131+7+102=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #830766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830766 is #7CF899. Grayscale: #363636. Windows color (decimal): -8190106 or 6686595. OLE color: 6686595.

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

Color convert

RGB1317102-
CMYK00.950.220.49
HSL314.03º89.86%27.06%-
HSV(B)314.03º94.66%51.37%-
XYZ11.835.9413.09-
YUV54.91154.58182.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=54.58%
G=2.92%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131710200.950.220.49314.0389.8627.06
Hex8376605F163113a5a1b
Octal20371460137266147213233
Binary1000001111111001100101111110110110001100111010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830766; }

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

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

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

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

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

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

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

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