Html Css Color HEX #82417D Eminence

📋 copy color: '#82417D'

red 130 ◦ green 65 ◦ blue 125

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

Shades of Eminence #82417D

Tints of Eminence #82417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 40.63%
G = 20.31%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82417D (or 0x82417D) is known color: Eminence. HEX triplet: 82, 41 and 7D. RGB value is (130,65,125). Sum of RGB (Red+Green+Blue) = 130+65+125=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82417D is #7DBE82. Grayscale: #5B5B5B. Windows color (decimal): -8240771 or 8208770. OLE color: 8208770.

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

Color convert

RGB 130 65 125 -
CMYK 0 0.50 0.04 0.49
HSL 304.62º 0.33% 0.38% -
HSV(B) 304.62º 0.5% 0.51% -
XYZ 14.8 10.01 20.55 -
YUV 91.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 130 65 125 0 0.50 0.04 0.49 304.62 0.33 0.38
Hex 82 41 7D 0 32 4 31 131 21 26
Octal 202 101 175 0 62 4 61 461 41 46
Binary 10000010 1000001 1111101 0 110010 100 110001 100110001 100001 100110

Color Harmonies of #82417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82417D

Black with #82417D

Text Example


Text Example

White with #82417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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