Html Css Color HEX #8E0387 Dark Magenta

📋 copy color: '#8E0387'

red 142 ◦ green 3 ◦ blue 135

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

Shades of Dark Magenta #8E0387

Tints of Dark Magenta #8E0387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 135 (53.13% from 255) = 48.21%

R = 50.71%
G = 1.07%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E0387 (or 0x8E0387) is known color: Dark Magenta. HEX triplet: 8E, 03 and 87. RGB value is (142,3,135). Sum of RGB (Red+Green+Blue) = 142+3+135=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0387 is #71FC78. Grayscale: #3B3B3B. Windows color (decimal): -7470201 or 8848270. OLE color: 8848270.

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

Color convert

RGB 142 3 135 -
CMYK 0 0.98 0.05 0.44
HSL 303.02º 0.96% 0.28% -
HSV(B) 303.02º 0.98% 0.56% -
XYZ 15.56 7.57 23.56 -
YUV 59.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 142 3 135 0 0.98 0.05 0.44 303.02 0.96 0.28
Hex 8E 3 87 0 62 5 2C 12F 60 1C
Octal 216 3 207 0 142 5 54 457 140 34
Binary 10001110 11 10000111 0 1100010 101 101100 100101111 1100000 11100

Color Harmonies of #8E0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0387

Black with #8E0387

Text Example


Text Example

White with #8E0387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,135); }

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

background-color css

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

 a { background-color: rgb(142,3,135); }

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

border-color css

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

 span { border-color: rgb(142,3,135); }

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