#830658

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

Shades of Eggplant #830658

Tints of Eggplant #830658

Color information

#830658 (or 0x830658) is unknown color: approx Eggplant. HEX triplet: 83, 06 and 58. RGB value is (131,6,88). Sum of RGB (Red+Green+Blue) = 131+6+88=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #830658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830658 is #7CF9A7. Grayscale: #343434. Windows color (decimal): -8190376 or 5768835. OLE color: 5768835.

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

Color convert

RGB131688-
CMYK00.950.330.49
HSL320.64º91.24%26.86%-
HSV(B)320.64º95.42%51.37%-
XYZ11.195.669.74-
YUV52.72147.91183.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.22%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=58.22%
G=2.67%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13168800.950.330.49320.6491.2426.86
Hex8365805F21311415b1b
Octal20361300137416150113333
Binary10000011110101100001011111100001110001101000001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830658; }

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

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

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

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

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

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

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

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