#820F5C

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

Shades of Eggplant #820F5C

Tints of Eggplant #820F5C

Color information

#820F5C (or 0x820F5C) is unknown color: approx Eggplant. HEX triplet: 82, 0F and 5C. RGB value is (130,15,92). Sum of RGB (Red+Green+Blue) = 130+15+92=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F5C is #7DF0A3. Grayscale: #393939. Windows color (decimal): -8253604 or 6033282. OLE color: 6033282.

HSL color Cylindrical-coordinate representation of color #820F5C: hue angle of 319.83º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F5C is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1301592-
CMYK00.880.290.49
HSL319.83º79.31%28.43%-
HSV(B)319.83º88.46%50.98%-
XYZ11.315.8610.66-
YUV58.16147.1179.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=54.85%
G=6.33%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130159200.880.290.49319.8379.3128.43
Hex82F5C0581D311404f1c
Octal202171340130356150011734
Binary10000010111110111000101100011101110001101000000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820F5C; }

 p { color: rgb(130,15,92); }

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

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

 a { background-color: rgb(130,15,92); }

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

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

 span { border-color: rgb(130,15,92); }

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