Html Css Color HEX #82397C Eminence

📋 copy color: '#82397C'

red 130 ◦ green 57 ◦ blue 124

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

Shades of Eminence #82397C

Tints of Eminence #82397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 41.8%
G = 18.33%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82397C (or 0x82397C) is known color: Eminence. HEX triplet: 82, 39 and 7C. RGB value is (130,57,124). Sum of RGB (Red+Green+Blue) = 130+57+124=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397C is #7DC683. Grayscale: #565656. Windows color (decimal): -8242820 or 8141186. OLE color: 8141186.

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

Color convert

RGB 130 57 124 -
CMYK 0 0.56 0.05 0.49
HSL 304.93º 0.39% 0.37% -
HSV(B) 304.93º 0.56% 0.51% -
XYZ 14.31 9.13 20.08 -
YUV 86.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 130 57 124 0 0.56 0.05 0.49 304.93 0.39 0.37
Hex 82 39 7C 0 38 5 31 131 27 25
Octal 202 71 174 0 70 5 61 461 47 45
Binary 10000010 111001 1111100 0 111000 101 110001 100110001 100111 100101

Color Harmonies of #82397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82397C

Black with #82397C

Text Example


Text Example

White with #82397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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