Html Css Color HEX #80427D Eminence

📋 copy color: '#80427D'

red 128 ◦ green 66 ◦ blue 125

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

Shades of Eminence #80427D

Tints of Eminence #80427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

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

R = 40.13%
G = 20.69%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80427D (or 0x80427D) is known color: Eminence. HEX triplet: 80, 42 and 7D. RGB value is (128,66,125). Sum of RGB (Red+Green+Blue) = 128+66+125=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80427D is #7FBD82. Grayscale: #5B5B5B. Windows color (decimal): -8371587 or 8209024. OLE color: 8209024.

HSL color Cylindrical-coordinate representation of color #80427D: hue angle of 302.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80427D is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 125 -
CMYK 0 0.48 0.02 0.50
HSL 302.9º 0.32% 0.38% -
HSV(B) 302.9º 0.48% 0.5% -
XYZ 14.55 9.97 20.56 -
YUV 91.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 128 66 125 0 0.48 0.02 0.50 302.9 0.32 0.38
Hex 80 42 7D 0 30 2 32 12F 20 26
Octal 200 102 175 0 60 2 62 457 40 46
Binary 10000000 1000010 1111101 0 110000 10 110010 100101111 100000 100110

Color Harmonies of #80427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80427D

Black with #80427D

Text Example


Text Example

White with #80427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,66,125); }

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

background-color css

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

 a { background-color: rgb(128,66,125); }

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

border-color css

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

 span { border-color: rgb(128,66,125); }

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