#830665

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

Shades of Eggplant #830665

Tints of Eggplant #830665

Color information

#830665 (or 0x830665) is unknown color: approx Eggplant. HEX triplet: 83, 06 and 65. RGB value is (131,6,101). Sum of RGB (Red+Green+Blue) = 131+6+101=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #830665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830665 is #7CF99A. Grayscale: #353535. Windows color (decimal): -8190363 or 6620803. OLE color: 6620803.

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

Color convert

RGB1316101-
CMYK00.950.230.49
HSL314.4º91.24%26.86%-
HSV(B)314.4º95.42%51.37%-
XYZ11.775.912.83-
YUV54.2154.41182.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.04%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=55.04%
G=2.52%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131610100.950.230.49314.491.2426.86
Hex8366505F173113a5b1b
Octal20361450137276147213333
Binary1000001111011001010101111110111110001100111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830665; }

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

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

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

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

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

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

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

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