Html Css Color HEX #8E0481 Dark Magenta

📋 copy color: '#8E0481'

red 142 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #8E0481

Tints of Dark Magenta #8E0481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 51.64%
G = 1.45%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E0481 (or 0x8E0481) is known color: Dark Magenta. HEX triplet: 8E, 04 and 81. RGB value is (142,4,129). Sum of RGB (Red+Green+Blue) = 142+4+129=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0481 is #71FB7E. Grayscale: #3B3B3B. Windows color (decimal): -7469951 or 8455310. OLE color: 8455310.

HSL color Cylindrical-coordinate representation of color #8E0481: hue angle of 305.65º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0481 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 4 129 -
CMYK 0 0.97 0.09 0.44
HSL 305.65º 0.95% 0.29% -
HSV(B) 305.65º 0.97% 0.56% -
XYZ 15.16 7.42 21.4 -
YUV 59.51 167.22 186.84 -
System Red Green Blue C M Y K H S L
Decimal 142 4 129 0 0.97 0.09 0.44 305.65 0.95 0.29
Hex 8E 4 81 0 61 9 2C 132 5F 1D
Octal 216 4 201 0 141 11 54 462 137 35
Binary 10001110 100 10000001 0 1100001 1001 101100 100110010 1011111 11101

Color Harmonies of #8E0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0481

Black with #8E0481

Text Example


Text Example

White with #8E0481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,4,129); }

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

background-color css

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

 a { background-color: rgb(142,4,129); }

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

border-color css

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

 span { border-color: rgb(142,4,129); }

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