#82125E

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

Shades of Eggplant #82125E

Tints of Eggplant #82125E

Color information

#82125E (or 0x82125E) is unknown color: approx Eggplant. HEX triplet: 82, 12 and 5E. RGB value is (130,18,94). Sum of RGB (Red+Green+Blue) = 130+18+94=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82125E is #7DEDA1. Grayscale: #3B3B3B. Windows color (decimal): -8252834 or 6165122. OLE color: 6165122.

HSL color Cylindrical-coordinate representation of color #82125E: hue angle of 319.29º 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 #82125E is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1301894-
CMYK00.860.280.49
HSL319.29º75.68%29.02%-
HSV(B)319.29º86.15%50.98%-
XYZ11.445.9911.14-
YUV60.15147.11177.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=53.72%
G=7.44%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130189400.860.280.49319.2975.6829.02
Hex82125E0561C3113f4c1d
Octal202221360126346147711435
Binary100000101001010111100101011011100110001100111111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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