#82397D

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

Shades of Eminence #82397D

Tints of Eminence #82397D

Color information

#82397D (or 0x82397D) is unknown color: approx Eminence. HEX triplet: 82, 39 and 7D. RGB value is (130,57,125). Sum of RGB (Red+Green+Blue) = 130+57+125=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397D is #7DC682. Grayscale: #565656. Windows color (decimal): -8242819 or 8206722. OLE color: 8206722.

HSL color Cylindrical-coordinate representation of color #82397D: hue angle of 304.11º 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 #82397D is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13057125-
CMYK00.560.040.49
HSL304.11º39.04%36.67%-
HSV(B)304.11º56.15%50.98%-
XYZ14.379.1520.41-
YUV86.58149.68158.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=41.67%
G=18.27%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305712500.560.040.49304.1139.0436.67
Hex82397D0384311302725
Octal202711750704614604745
Binary1000001011100111111010111000100110001100110000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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