Html Css Color HEX #82397D Eminence

📋 copy color: '#82397D'

red 130 ◦ green 57 ◦ blue 125

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

Shades of Eminence #82397D

Tints of Eminence #82397D

RGB

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

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

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

R = 41.67%
G = 18.27%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82397D (or 0x82397D) is known color: Eminence. HEX triplet: 82, 39 and 7D. RGB value is (130,57,125). Sum of RGB (Red+Green+Blue) = 130+57+125=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397D is #7DC682. Grayscale: #565656. Windows color (decimal): -8242819 or 8206722. OLE color: 8206722.

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

Color convert

RGB 130 57 125 -
CMYK 0 0.56 0.04 0.49
HSL 304.11º 0.39% 0.37% -
HSV(B) 304.11º 0.56% 0.51% -
XYZ 14.37 9.15 20.41 -
YUV 86.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 130 57 125 0 0.56 0.04 0.49 304.11 0.39 0.37
Hex 82 39 7D 0 38 4 31 130 27 25
Octal 202 71 175 0 70 4 61 460 47 45
Binary 10000010 111001 1111101 0 111000 100 110001 100110000 100111 100101

Color Harmonies of #82397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82397D

Black with #82397D

Text Example


Text Example

White with #82397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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