Html Css Color HEX #8E048E Dark Magenta

📋 copy color: '#8E048E'

red 142 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #8E048E

Tints of Dark Magenta #8E048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.31%

R = 49.31%
G = 1.39%
B = 49.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E048E (or 0x8E048E) is known color: Dark Magenta. HEX triplet: 8E, 04 and 8E. RGB value is (142,4,142). Sum of RGB (Red+Green+Blue) = 142+4+142=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E048E is #71FB71. Grayscale: #3C3C3C. Windows color (decimal): -7469938 or 9307278. OLE color: 9307278.

HSL color Cylindrical-coordinate representation of color #8E048E: hue angle of 300º 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 #8E048E is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 4 142 -
CMYK 0 0.97 0 0.44
HSL 300º 0.95% 0.29% -
HSV(B) 300º 0.97% 0.56% -
XYZ 16.08 7.79 26.25 -
YUV 60.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 142 4 142 0 0.97 0 0.44 300 0.95 0.29
Hex 8E 4 8E 0 61 0 2C 12C 5F 1D
Octal 216 4 216 0 141 0 54 454 137 35
Binary 10001110 100 10001110 0 1100001 0 101100 100101100 1011111 11101

Color Harmonies of #8E048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E048E

Black with #8E048E

Text Example


Text Example

White with #8E048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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