Html Css Color HEX #82417E Eminence

📋 copy color: '#82417E'

red 130 ◦ green 65 ◦ blue 126

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

Shades of Eminence #82417E

Tints of Eminence #82417E

RGB

 RED value IS 130 (51.17% from 255) = 40.5%

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 40.5%
G = 20.25%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82417E (or 0x82417E) is known color: Eminence. HEX triplet: 82, 41 and 7E. RGB value is (130,65,126). Sum of RGB (Red+Green+Blue) = 130+65+126=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82417E is #7DBE81. Grayscale: #5B5B5B. Windows color (decimal): -8240770 or 8274306. OLE color: 8274306.

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

Color convert

RGB 130 65 126 -
CMYK 0 0.50 0.03 0.49
HSL 303.69º 0.33% 0.38% -
HSV(B) 303.69º 0.5% 0.51% -
XYZ 14.86 10.03 20.89 -
YUV 91.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 130 65 126 0 0.50 0.03 0.49 303.69 0.33 0.38
Hex 82 41 7E 0 32 3 31 130 21 26
Octal 202 101 176 0 62 3 61 460 41 46
Binary 10000010 1000001 1111110 0 110010 11 110001 100110000 100001 100110

Color Harmonies of #82417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82417E

Black with #82417E

Text Example


Text Example

White with #82417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82417E;
 }
 .AnyTagClassName
 {
   color: #82417E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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