Html Css Color HEX #82397E Eminence

📋 copy color: '#82397E'

red 130 ◦ green 57 ◦ blue 126

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

Shades of Eminence #82397E

Tints of Eminence #82397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 41.53%
G = 18.21%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82397E (or 0x82397E) is known color: Eminence. HEX triplet: 82, 39 and 7E. RGB value is (130,57,126). Sum of RGB (Red+Green+Blue) = 130+57+126=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #82397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397E is #7DC681. Grayscale: #565656. Windows color (decimal): -8242818 or 8272258. OLE color: 8272258.

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

Color convert

RGB 130 57 126 -
CMYK 0 0.56 0.03 0.49
HSL 303.29º 0.39% 0.37% -
HSV(B) 303.29º 0.56% 0.51% -
XYZ 14.43 9.18 20.75 -
YUV 86.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 130 57 126 0 0.56 0.03 0.49 303.29 0.39 0.37
Hex 82 39 7E 0 38 3 31 12F 27 25
Octal 202 71 176 0 70 3 61 457 47 45
Binary 10000010 111001 1111110 0 111000 11 110001 100101111 100111 100101

Color Harmonies of #82397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82397E

Black with #82397E

Text Example


Text Example

White with #82397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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