Html Css Color HEX #8E029A Dark Magenta

📋 copy color: '#8E029A'

red 142 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #8E029A

Tints of Dark Magenta #8E029A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 47.65%
G = 0.67%
B = 51.68%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E029A (or 0x8E029A) is known color: Dark Magenta. HEX triplet: 8E, 02 and 9A. RGB value is (142,2,154). Sum of RGB (Red+Green+Blue) = 142+2+154=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E029A is #71FD65. Grayscale: #3C3C3C. Windows color (decimal): -7470438 or 10093198. OLE color: 10093198.

HSL color Cylindrical-coordinate representation of color #8E029A: hue angle of 295.26º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E029A is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 2 154 -
CMYK 0.08 0.99 0 0.40
HSL 295.26º 0.97% 0.31% -
HSV(B) 295.26º 0.99% 0.6% -
XYZ 17.01 8.13 31.24 -
YUV 61.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 142 2 154 0.08 0.99 0 0.40 295.26 0.97 0.31
Hex 8E 2 9A 8 63 0 28 127 61 1F
Octal 216 2 232 10 143 0 50 447 141 37
Binary 10001110 10 10011010 1000 1100011 0 101000 100100111 1100001 11111

Color Harmonies of #8E029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E029A

Black with #8E029A

Text Example


Text Example

White with #8E029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,2,154); }

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

background-color css

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

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

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

border-color css

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

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

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