Html Css Color HEX #80397F Eminence

📋 copy color: '#80397F'

red 128 ◦ green 57 ◦ blue 127

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

Shades of Eminence #80397F

Tints of Eminence #80397F

RGB

 RED value IS 128 (50.39% from 255) = 41.03%

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 41.03%
G = 18.27%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80397F (or 0x80397F) is known color: Eminence. HEX triplet: 80, 39 and 7F. RGB value is (128,57,127). Sum of RGB (Red+Green+Blue) = 128+57+127=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #80397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80397F is #7FC680. Grayscale: #565656. Windows color (decimal): -8373889 or 8337792. OLE color: 8337792.

HSL color Cylindrical-coordinate representation of color #80397F: hue angle of 300.85º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80397F is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 57 127 -
CMYK 0 0.55 0.01 0.50
HSL 300.85º 0.38% 0.36% -
HSV(B) 300.85º 0.55% 0.5% -
XYZ 14.2 9.05 21.08 -
YUV 86.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 128 57 127 0 0.55 0.01 0.50 300.85 0.38 0.36
Hex 80 39 7F 0 37 1 32 12D 26 24
Octal 200 71 177 0 67 1 62 455 46 44
Binary 10000000 111001 1111111 0 110111 1 110010 100101101 100110 100100

Color Harmonies of #80397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80397F

Black with #80397F

Text Example


Text Example

White with #80397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80397F; }

 p { color: rgb(128,57,127); }

 H1.HeaderClassName
 {
   color: #80397F;
 }
 .AnyTagClassName
 {
   color: #80397F;
 }
</style>

background-color css

<style>
 a { background-color: #80397F; }

 a { background-color: rgb(128,57,127); }

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

border-color css

<style>
 span { border-color: #80397F; }

 span { border-color: rgb(128,57,127); }

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