Html Css Color HEX #82417C Eminence

📋 copy color: '#82417C'

red 130 ◦ green 65 ◦ blue 124

#82417C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #82417C

Tints of Eminence #82417C

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 value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82417C (or 0x82417C) is known color: 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

RGB 130 65 124 -
CMYK 0 0.50 0.05 0.49
HSL 305.54º 0.33% 0.38% -
HSV(B) 305.54º 0.5% 0.51% -
XYZ 14.73 9.98 20.22 -
YUV 91.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 130 65 124 0 0.50 0.05 0.49 305.54 0.33 0.38
Hex 82 41 7C 0 32 5 31 132 21 26
Octal 202 101 174 0 62 5 61 462 41 46
Binary 10000010 1000001 1111100 0 110010 101 110001 100110010 100001 100110

Color Harmonies of #82417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82417C

Black with #82417C

Text Example


Text Example

White with #82417C

Text Example


Text Example

HTML Codes & Css Web 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>