Html Css Color HEX #8E027F Dark Magenta

📋 copy color: '#8E027F'

red 142 ◦ green 2 ◦ blue 127

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

Shades of Dark Magenta #8E027F

Tints of Dark Magenta #8E027F

RGB

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

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

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

R = 52.4%
G = 0.74%
B = 46.86%

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

#8E027F (or 0x8E027F) is known color: Dark Magenta. HEX triplet: 8E, 02 and 7F. RGB value is (142,2,127). Sum of RGB (Red+Green+Blue) = 142+2+127=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E027F is #71FD80. Grayscale: #393939. Windows color (decimal): -7470465 or 8323726. OLE color: 8323726.

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

Color convert

RGB 142 2 127 -
CMYK 0 0.99 0.11 0.44
HSL 306.43º 0.97% 0.28% -
HSV(B) 306.43º 0.99% 0.56% -
XYZ 15.01 7.33 20.7 -
YUV 58.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 142 2 127 0 0.99 0.11 0.44 306.43 0.97 0.28
Hex 8E 2 7F 0 63 B 2C 132 61 1C
Octal 216 2 177 0 143 13 54 462 141 34
Binary 10001110 10 1111111 0 1100011 1011 101100 100110010 1100001 11100

Color Harmonies of #8E027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E027F

Black with #8E027F

Text Example


Text Example

White with #8E027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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