#830966

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

Shades of Eggplant #830966

Tints of Eggplant #830966

Color information

#830966 (or 0x830966) is unknown color: approx Eggplant. HEX triplet: 83, 09 and 66. RGB value is (131,9,102). Sum of RGB (Red+Green+Blue) = 131+9+102=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #830966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830966 is #7CF699. Grayscale: #373737. Windows color (decimal): -8189594 or 6687107. OLE color: 6687107.

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

Color convert

RGB1319102-
CMYK00.930.220.49
HSL314.26º87.14%27.45%-
HSV(B)314.26º93.13%51.37%-
XYZ11.865.9813.1-
YUV56.08153.92181.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.13%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 102 (40.23% from 255) = 42.15%
R=54.13%
G=3.72%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131910200.930.220.49314.2687.1427.45
Hex8396605D163113a571b
Octal203111460135266147212733
Binary10000011100111001100101110110110110001100111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830966; }

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

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

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

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

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

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

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

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