#82397C

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

Shades of Eminence #82397C

Tints of Eminence #82397C

Color information

#82397C (or 0x82397C) is unknown color: approx Eminence. HEX triplet: 82, 39 and 7C. RGB value is (130,57,124). Sum of RGB (Red+Green+Blue) = 130+57+124=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397C is #7DC683. Grayscale: #565656. Windows color (decimal): -8242820 or 8141186. OLE color: 8141186.

HSL color Cylindrical-coordinate representation of color #82397C: hue angle of 304.93º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82397C is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13057124-
CMYK00.560.050.49
HSL304.93º39.04%36.67%-
HSV(B)304.93º56.15%50.98%-
XYZ14.319.1320.08-
YUV86.46149.18159.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=41.80%
G=18.33%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305712400.560.050.49304.9339.0436.67
Hex82397C0385311312725
Octal202711740705614614745
Binary1000001011100111111000111000101110001100110001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82397C; }

 p { color: rgb(130,57,124); }

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

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

 a { background-color: rgb(130,57,124); }

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

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

 span { border-color: rgb(130,57,124); }

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