Html Css Color HEX #8E018C Dark Magenta

📋 copy color: '#8E018C'

red 142 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #8E018C

Tints of Dark Magenta #8E018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 50.18%
G = 0.35%
B = 49.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E018C (or 0x8E018C) is known color: Dark Magenta. HEX triplet: 8E, 01 and 8C. RGB value is (142,1,140). Sum of RGB (Red+Green+Blue) = 142+1+140=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E018C is #71FE73. Grayscale: #3A3A3A. Windows color (decimal): -7470708 or 9175438. OLE color: 9175438.

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

Color convert

RGB 142 1 140 -
CMYK 0 0.99 0.01 0.44
HSL 300.85º 0.99% 0.28% -
HSV(B) 300.85º 0.99% 0.56% -
XYZ 15.9 7.67 25.45 -
YUV 59.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 142 1 140 0 0.99 0.01 0.44 300.85 0.99 0.28
Hex 8E 1 8C 0 63 1 2C 12D 63 1C
Octal 216 1 214 0 143 1 54 455 143 34
Binary 10001110 1 10001100 0 1100011 1 101100 100101101 1100011 11100

Color Harmonies of #8E018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E018C

Black with #8E018C

Text Example


Text Example

White with #8E018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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