#82015A

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

Shades of Eggplant #82015A

Tints of Eggplant #82015A

Color information

#82015A (or 0x82015A) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 5A. RGB value is (130,1,90). Sum of RGB (Red+Green+Blue) = 130+1+90=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #82015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82015A is #7DFEA5. Grayscale: #313131. Windows color (decimal): -8257190 or 5898626. OLE color: 5898626.

HSL color Cylindrical-coordinate representation of color #82015A: hue angle of 318.6º 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 #82015A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB130190-
CMYK00.990.310.49
HSL318.6º98.47%25.69%-
HSV(B)318.6º99.23%50.98%-
XYZ11.065.5110.15-
YUV49.72150.74185.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=58.82%
G=0.45%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13019000.990.310.49318.698.4725.69
Hex8215A0631F3113f621a
Octal20211320143376147714232
Binary10000010110110100110001111111110001100111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82015A; }

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

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

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

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

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

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

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

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