Html Css Color HEX #8E017E Dark Magenta

📋 copy color: '#8E017E'

red 142 ◦ green 1 ◦ blue 126

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

Shades of Dark Magenta #8E017E

Tints of Dark Magenta #8E017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.84%

R = 52.79%
G = 0.37%
B = 46.84%

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

#8E017E (or 0x8E017E) is known color: Dark Magenta. HEX triplet: 8E, 01 and 7E. RGB value is (142,1,126). Sum of RGB (Red+Green+Blue) = 142+1+126=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E017E is #71FE81. Grayscale: #393939. Windows color (decimal): -7470722 or 8257934. OLE color: 8257934.

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

Color convert

RGB 142 1 126 -
CMYK 0 0.99 0.11 0.44
HSL 306.81º 0.99% 0.28% -
HSV(B) 306.81º 0.99% 0.56% -
XYZ 14.93 7.28 20.36 -
YUV 57.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 142 1 126 0 0.99 0.11 0.44 306.81 0.99 0.28
Hex 8E 1 7E 0 63 B 2C 133 63 1C
Octal 216 1 176 0 143 13 54 463 143 34
Binary 10001110 1 1111110 0 1100011 1011 101100 100110011 1100011 11100

Color Harmonies of #8E017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E017E

Black with #8E017E

Text Example


Text Example

White with #8E017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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