#830962

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

Shades of Eggplant #830962

Tints of Eggplant #830962

Color information

#830962 (or 0x830962) is unknown color: approx Eggplant. HEX triplet: 83, 09 and 62. RGB value is (131,9,98). Sum of RGB (Red+Green+Blue) = 131+9+98=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #830962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830962 is #7CF69D. Grayscale: #373737. Windows color (decimal): -8189598 or 6424963. OLE color: 6424963.

HSL color Cylindrical-coordinate representation of color #830962: hue angle of 316.23º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830962 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB131998-
CMYK00.930.250.49
HSL316.23º87.14%27.45%-
HSV(B)316.23º93.13%51.37%-
XYZ11.665.912.08-
YUV55.62151.92181.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.04%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=55.04%
G=3.78%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13199800.930.250.49316.2387.1427.45
Hex8396205D193113c571b
Octal203111420135316147412733
Binary10000011100111000100101110111001110001100111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830962; }

 p { color: rgb(131,9,98); }

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

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

 a { background-color: rgb(131,9,98); }

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

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

 span { border-color: rgb(131,9,98); }

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