#82125F

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

Shades of Eggplant #82125F

Tints of Eggplant #82125F

Color information

#82125F (or 0x82125F) is unknown color: approx Eggplant. HEX triplet: 82, 12 and 5F. RGB value is (130,18,95). Sum of RGB (Red+Green+Blue) = 130+18+95=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82125F is #7DEDA0. Grayscale: #3C3C3C. Windows color (decimal): -8252833 or 6230658. OLE color: 6230658.

HSL color Cylindrical-coordinate representation of color #82125F: hue angle of 318.75º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82125F is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1301895-
CMYK00.860.270.49
HSL318.75º75.68%29.02%-
HSV(B)318.75º86.15%50.98%-
XYZ11.49611.38-
YUV60.27147.61177.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=53.50%
G=7.41%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130189500.860.270.49318.7575.6829.02
Hex82125F0561B3113f4c1d
Octal202221370126336147711435
Binary100000101001010111110101011011011110001100111111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82125F; }

 p { color: rgb(130,18,95); }

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

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

 a { background-color: rgb(130,18,95); }

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

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

 span { border-color: rgb(130,18,95); }

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