Html Css Color HEX #8E118F Dark Magenta

📋 copy color: '#8E118F'

red 142 ◦ green 17 ◦ blue 143

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

Shades of Dark Magenta #8E118F

Tints of Dark Magenta #8E118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.35%

R = 47.02%
G = 5.63%
B = 47.35%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E118F (or 0x8E118F) is known color: Dark Magenta. HEX triplet: 8E, 11 and 8F. RGB value is (142,17,143). Sum of RGB (Red+Green+Blue) = 142+17+143=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E118F is #71EE70. Grayscale: #444444. Windows color (decimal): -7466609 or 9376142. OLE color: 9376142.

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

Color convert

RGB 142 17 143 -
CMYK 0.01 0.88 0 0.44
HSL 299.52º 0.79% 0.31% -
HSV(B) 299.52º 0.88% 0.56% -
XYZ 16.31 8.13 26.7 -
YUV 68.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 142 17 143 0.01 0.88 0 0.44 299.52 0.79 0.31
Hex 8E 11 8F 1 58 0 2C 12C 4F 1F
Octal 216 21 217 1 130 0 54 454 117 37
Binary 10001110 10001 10001111 1 1011000 0 101100 100101100 1001111 11111

Color Harmonies of #8E118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E118F

Black with #8E118F

Text Example


Text Example

White with #8E118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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