#820369

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

Shades of Eggplant #820369

Tints of Eggplant #820369

Color information

#820369 (or 0x820369) is unknown color: approx Eggplant. HEX triplet: 82, 03 and 69. RGB value is (130,3,105). Sum of RGB (Red+Green+Blue) = 130+3+105=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820369 is #7DFC96. Grayscale: #343434. Windows color (decimal): -8256663 or 6882178. OLE color: 6882178.

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

Color convert

RGB1303105-
CMYK00.980.190.49
HSL311.81º95.49%26.08%-
HSV(B)311.81º97.69%50.98%-
XYZ11.795.8313.87-
YUV52.6157.58183.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=54.62%
G=1.26%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130310500.980.190.49311.8195.4926.08
Hex8236906213311385f1a
Octal20231510142236147013732
Binary100000101111010010110001010011110001100111000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820369; }

 p { color: rgb(130,3,105); }

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

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

 a { background-color: rgb(130,3,105); }

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

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

 span { border-color: rgb(130,3,105); }

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