#820163

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

Shades of Eggplant #820163

Tints of Eggplant #820163

Color information

#820163 (or 0x820163) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 63. RGB value is (130,1,99). Sum of RGB (Red+Green+Blue) = 130+1+99=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #820163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820163 is #7DFE9C. Grayscale: #323232. Windows color (decimal): -8257181 or 6488450. OLE color: 6488450.

HSL color Cylindrical-coordinate representation of color #820163: hue angle of 314.42º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820163 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB130199-
CMYK00.990.240.49
HSL314.42º98.47%25.69%-
HSV(B)314.42º99.23%50.98%-
XYZ11.475.6712.29-
YUV50.74155.24184.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=56.52%
G=0.43%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13019900.990.240.49314.4298.4725.69
Hex82163063183113a621a
Octal20211430143306147214232
Binary10000010111000110110001111000110001100111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820163; }

 p { color: rgb(130,1,99); }

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

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

 a { background-color: rgb(130,1,99); }

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

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

 span { border-color: rgb(130,1,99); }

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