Html Css Color HEX #80417B Eminence

📋 copy color: '#80417B'

red 128 ◦ green 65 ◦ blue 123

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

Shades of Eminence #80417B

Tints of Eminence #80417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 40.51%
G = 20.57%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80417B (or 0x80417B) is known color: Eminence. HEX triplet: 80, 41 and 7B. RGB value is (128,65,123). Sum of RGB (Red+Green+Blue) = 128+65+123=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #80417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80417B is #7FBE84. Grayscale: #5A5A5A. Windows color (decimal): -8371845 or 8077696. OLE color: 8077696.

HSL color Cylindrical-coordinate representation of color #80417B: hue angle of 304.76º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80417B is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 123 -
CMYK 0 0.49 0.04 0.50
HSL 304.76º 0.33% 0.38% -
HSV(B) 304.76º 0.49% 0.5% -
XYZ 14.37 9.8 19.87 -
YUV 90.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 128 65 123 0 0.49 0.04 0.50 304.76 0.33 0.38
Hex 80 41 7B 0 31 4 32 131 21 26
Octal 200 101 173 0 61 4 62 461 41 46
Binary 10000000 1000001 1111011 0 110001 100 110010 100110001 100001 100110

Color Harmonies of #80417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80417B

Black with #80417B

Text Example


Text Example

White with #80417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80417B; }

 p { color: rgb(128,65,123); }

 H1.HeaderClassName
 {
   color: #80417B;
 }
 .AnyTagClassName
 {
   color: #80417B;
 }
</style>

background-color css

<style>
 a { background-color: #80417B; }

 a { background-color: rgb(128,65,123); }

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

border-color css

<style>
 span { border-color: #80417B; }

 span { border-color: rgb(128,65,123); }

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