Html Css Color HEX #8E049E Dark Magenta

📋 copy color: '#8E049E'

red 142 ◦ green 4 ◦ blue 158

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

Shades of Dark Magenta #8E049E

Tints of Dark Magenta #8E049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 46.71%
G = 1.32%
B = 51.97%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E049E (or 0x8E049E) is known color: Dark Magenta. HEX triplet: 8E, 04 and 9E. RGB value is (142,4,158). Sum of RGB (Red+Green+Blue) = 142+4+158=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E049E is #71FB61. Grayscale: #3E3E3E. Windows color (decimal): -7469922 or 10355854. OLE color: 10355854.

HSL color Cylindrical-coordinate representation of color #8E049E: hue angle of 293.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E049E is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 4 158 -
CMYK 0.10 0.97 0 0.38
HSL 293.77º 0.95% 0.32% -
HSV(B) 293.77º 0.97% 0.62% -
XYZ 17.37 8.31 33.04 -
YUV 62.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 142 4 158 0.10 0.97 0 0.38 293.77 0.95 0.32
Hex 8E 4 9E A 61 0 26 126 5F 20
Octal 216 4 236 12 141 0 46 446 137 40
Binary 10001110 100 10011110 1010 1100001 0 100110 100100110 1011111 100000

Color Harmonies of #8E049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E049E

Black with #8E049E

Text Example


Text Example

White with #8E049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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