Html Css Color HEX #8E0380 Dark Magenta

📋 copy color: '#8E0380'

red 142 ◦ green 3 ◦ blue 128

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

Shades of Dark Magenta #8E0380

Tints of Dark Magenta #8E0380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 52.01%
G = 1.1%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E0380 (or 0x8E0380) is known color: Dark Magenta. HEX triplet: 8E, 03 and 80. RGB value is (142,3,128). Sum of RGB (Red+Green+Blue) = 142+3+128=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0380 is #71FC7F. Grayscale: #3A3A3A. Windows color (decimal): -7470208 or 8389518. OLE color: 8389518.

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

Color convert

RGB 142 3 128 -
CMYK 0 0.98 0.10 0.44
HSL 306.04º 0.96% 0.28% -
HSV(B) 306.04º 0.98% 0.56% -
XYZ 15.08 7.37 21.05 -
YUV 58.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 142 3 128 0 0.98 0.10 0.44 306.04 0.96 0.28
Hex 8E 3 80 0 62 A 2C 132 60 1C
Octal 216 3 200 0 142 12 54 462 140 34
Binary 10001110 11 10000000 0 1100010 1010 101100 100110010 1100000 11100

Color Harmonies of #8E0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0380

Black with #8E0380

Text Example


Text Example

White with #8E0380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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