#830668

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

Shades of Eggplant #830668

Tints of Eggplant #830668

Color information

#830668 (or 0x830668) is unknown color: approx Eggplant. HEX triplet: 83, 06 and 68. RGB value is (131,6,104). Sum of RGB (Red+Green+Blue) = 131+6+104=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #830668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830668 is #7CF997. Grayscale: #363636. Windows color (decimal): -8190360 or 6817411. OLE color: 6817411.

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

Color convert

RGB1316104-
CMYK00.950.210.49
HSL312.96º91.24%26.86%-
HSV(B)312.96º95.42%51.37%-
XYZ11.925.9613.62-
YUV54.55155.91182.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=54.36%
G=2.49%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131610400.950.210.49312.9691.2426.86
Hex8366805F15311395b1b
Octal20361500137256147113333
Binary1000001111011010000101111110101110001100111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830668; }

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

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

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

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

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

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

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

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