Html Css Color HEX #8E118E Dark Magenta

📋 copy color: '#8E118E'

red 142 ◦ green 17 ◦ blue 142

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

Shades of Dark Magenta #8E118E

Tints of Dark Magenta #8E118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 47.18%
G = 5.65%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E118E (or 0x8E118E) is known color: Dark Magenta. HEX triplet: 8E, 11 and 8E. RGB value is (142,17,142). Sum of RGB (Red+Green+Blue) = 142+17+142=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E118E is #71EE71. Grayscale: #444444. Windows color (decimal): -7466610 or 9310606. OLE color: 9310606.

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

Color convert

RGB 142 17 142 -
CMYK 0 0.88 0 0.44
HSL 300º 0.79% 0.31% -
HSV(B) 300º 0.88% 0.56% -
XYZ 16.24 8.1 26.3 -
YUV 68.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 142 17 142 0 0.88 0 0.44 300 0.79 0.31
Hex 8E 11 8E 0 58 0 2C 12C 4F 1F
Octal 216 21 216 0 130 0 54 454 117 37
Binary 10001110 10001 10001110 0 1011000 0 101100 100101100 1001111 11111

Color Harmonies of #8E118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E118E

Black with #8E118E

Text Example


Text Example

White with #8E118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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