#82417C

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

Shades of Eminence #82417C

Tints of Eminence #82417C

Color information

#82417C (or 0x82417C) is unknown color: approx Eminence. HEX triplet: 82, 41 and 7C. RGB value is (130,65,124). Sum of RGB (Red+Green+Blue) = 130+65+124=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82417C is #7DBE83. Grayscale: #5A5A5A. Windows color (decimal): -8240772 or 8143234. OLE color: 8143234.

HSL color Cylindrical-coordinate representation of color #82417C: hue angle of 305.54º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82417C is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13065124-
CMYK00.500.050.49
HSL305.54º33.33%38.24%-
HSV(B)305.54º50%50.98%-
XYZ14.739.9820.22-
YUV91.16146.53155.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=40.75%
G=20.38%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306512400.500.050.49305.5433.3338.24
Hex82417C0325311322126
Octal2021011740625614624146
Binary10000010100000111111000110010101110001100110010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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