Html Css Color HEX #8E118D Dark Magenta

📋 copy color: '#8E118D'

red 142 ◦ green 17 ◦ blue 141

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

Shades of Dark Magenta #8E118D

Tints of Dark Magenta #8E118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 141 (55.47% from 255) = 47%

R = 47.33%
G = 5.67%
B = 47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E118D (or 0x8E118D) is known color: Dark Magenta. HEX triplet: 8E, 11 and 8D. RGB value is (142,17,141). Sum of RGB (Red+Green+Blue) = 142+17+141=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E118D is #71EE72. Grayscale: #444444. Windows color (decimal): -7466611 or 9245070. OLE color: 9245070.

HSL color Cylindrical-coordinate representation of color #8E118D: hue angle of 300.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E118D is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 141 -
CMYK 0 0.88 0.01 0.44
HSL 300.48º 0.79% 0.31% -
HSV(B) 300.48º 0.88% 0.56% -
XYZ 16.16 8.07 25.91 -
YUV 68.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 142 17 141 0 0.88 0.01 0.44 300.48 0.79 0.31
Hex 8E 11 8D 0 58 1 2C 12C 4F 1F
Octal 216 21 215 0 130 1 54 454 117 37
Binary 10001110 10001 10001101 0 1011000 1 101100 100101100 1001111 11111

Color Harmonies of #8E118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E118D

Black with #8E118D

Text Example


Text Example

White with #8E118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,141); }

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

background-color css

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

 a { background-color: rgb(142,17,141); }

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

border-color css

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

 span { border-color: rgb(142,17,141); }

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