Html Css Color HEX #8E008A Dark Magenta

📋 copy color: '#8E008A'

red 142 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #8E008A

Tints of Dark Magenta #8E008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 49.29%

R = 50.71%
G = 0%
B = 49.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E008A (or 0x8E008A) is known color: Dark Magenta. HEX triplet: 8E, 00 and 8A. RGB value is (142,0,138). Sum of RGB (Red+Green+Blue) = 142+0+138=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E008A is #71FF75. Grayscale: #393939. Windows color (decimal): -7470966 or 9044110. OLE color: 9044110.

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

Color convert

RGB 142 0 138 -
CMYK 0 1 0.03 0.44
HSL 301.69º 1% 0.28% -
HSV(B) 301.69º 1% 0.56% -
XYZ 15.74 7.59 24.68 -
YUV 58.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 142 0 138 0 1 0.03 0.44 301.69 1 0.28
Hex 8E 0 8A 0 64 3 2C 12E 64 1C
Octal 216 0 212 0 144 3 54 456 144 34
Binary 10001110 0 10001010 0 1100100 11 101100 100101110 1100100 11100

Color Harmonies of #8E008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E008A

Black with #8E008A

Text Example


Text Example

White with #8E008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,0,138); }

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

background-color css

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

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

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

border-color css

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

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

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