#820455

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

Shades of Eggplant #820455

Tints of Eggplant #820455

Color information

#820455 (or 0x820455) is unknown color: approx Eggplant. HEX triplet: 82, 04 and 55. RGB value is (130,4,85). Sum of RGB (Red+Green+Blue) = 130+4+85=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820455 is #7DFBAA. Grayscale: #323232. Windows color (decimal): -8256427 or 5571714. OLE color: 5571714.

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

Color convert

RGB130485-
CMYK00.970.350.49
HSL321.43º94.03%26.27%-
HSV(B)321.43º96.92%50.98%-
XYZ10.895.499.08-
YUV50.91147.24184.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=59.36%
G=1.83%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13048500.970.350.49321.4394.0326.27
Hex8245506123311415e1a
Octal20241250141436150113632
Binary10000010100101010101100001100011110001101000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820455; }

 p { color: rgb(130,4,85); }

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

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

 a { background-color: rgb(130,4,85); }

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

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

 span { border-color: rgb(130,4,85); }

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