Html Css Color HEX #8E0980 Dark Magenta

📋 copy color: '#8E0980'

red 142 ◦ green 9 ◦ blue 128

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

Shades of Dark Magenta #8E0980

Tints of Dark Magenta #8E0980

RGB

 RED value IS 142 (55.86% from 255) = 50.9%

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 50.9%
G = 3.23%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E0980 (or 0x8E0980) is known color: Dark Magenta. HEX triplet: 8E, 09 and 80. RGB value is (142,9,128). Sum of RGB (Red+Green+Blue) = 142+9+128=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0980 is #71F67F. Grayscale: #3D3D3D. Windows color (decimal): -7468672 or 8391054. OLE color: 8391054.

HSL color Cylindrical-coordinate representation of color #8E0980: hue angle of 306.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0980 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 9 128 -
CMYK 0 0.94 0.10 0.44
HSL 306.32º 0.88% 0.3% -
HSV(B) 306.32º 0.94% 0.56% -
XYZ 15.15 7.5 21.07 -
YUV 62.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 142 9 128 0 0.94 0.10 0.44 306.32 0.88 0.3
Hex 8E 9 80 0 5E A 2C 132 58 1E
Octal 216 11 200 0 136 12 54 462 130 36
Binary 10001110 1001 10000000 0 1011110 1010 101100 100110010 1011000 11110

Color Harmonies of #8E0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0980

Black with #8E0980

Text Example


Text Example

White with #8E0980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E0980; }

 p { color: rgb(142,9,128); }

 H1.HeaderClassName
 {
   color: #8E0980;
 }
 .AnyTagClassName
 {
   color: #8E0980;
 }
</style>

background-color css

<style>
 a { background-color: #8E0980; }

 a { background-color: rgb(142,9,128); }

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

border-color css

<style>
 span { border-color: #8E0980; }

 span { border-color: rgb(142,9,128); }

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