Html Css Color HEX #8E017F Dark Magenta

📋 copy color: '#8E017F'

red 142 ◦ green 1 ◦ blue 127

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

Shades of Dark Magenta #8E017F

Tints of Dark Magenta #8E017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 52.59%
G = 0.37%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E017F (or 0x8E017F) is known color: Dark Magenta. HEX triplet: 8E, 01 and 7F. RGB value is (142,1,127). Sum of RGB (Red+Green+Blue) = 142+1+127=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E017F is #71FE80. Grayscale: #393939. Windows color (decimal): -7470721 or 8323470. OLE color: 8323470.

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

Color convert

RGB 142 1 127 -
CMYK 0 0.99 0.11 0.44
HSL 306.38º 0.99% 0.28% -
HSV(B) 306.38º 0.99% 0.56% -
XYZ 15 7.3 20.7 -
YUV 57.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 142 1 127 0 0.99 0.11 0.44 306.38 0.99 0.28
Hex 8E 1 7F 0 63 B 2C 132 63 1C
Octal 216 1 177 0 143 13 54 462 143 34
Binary 10001110 1 1111111 0 1100011 1011 101100 100110010 1100011 11100

Color Harmonies of #8E017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E017F

Black with #8E017F

Text Example


Text Example

White with #8E017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,1,127); }

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

background-color css

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

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

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

border-color css

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

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

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