Html Css Color HEX #8E139F Dark Magenta

📋 copy color: '#8E139F'

red 142 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #8E139F

Tints of Dark Magenta #8E139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 44.38%
G = 5.94%
B = 49.69%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E139F (or 0x8E139F) is known color: Dark Magenta. HEX triplet: 8E, 13 and 9F. RGB value is (142,19,159). Sum of RGB (Red+Green+Blue) = 142+19+159=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E139F is #71EC60. Grayscale: #474747. Windows color (decimal): -7466081 or 10425230. OLE color: 10425230.

HSL color Cylindrical-coordinate representation of color #8E139F: hue angle of 292.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E139F is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 19 159 -
CMYK 0.11 0.88 0 0.38
HSL 292.71º 0.79% 0.35% -
HSV(B) 292.71º 0.88% 0.62% -
XYZ 17.65 8.72 33.55 -
YUV 71.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 142 19 159 0.11 0.88 0 0.38 292.71 0.79 0.35
Hex 8E 13 9F B 58 0 26 125 4F 23
Octal 216 23 237 13 130 0 46 445 117 43
Binary 10001110 10011 10011111 1011 1011000 0 100110 100100101 1001111 100011

Color Harmonies of #8E139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E139F

Black with #8E139F

Text Example


Text Example

White with #8E139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,19,159); }

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

background-color css

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

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

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

border-color css

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

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

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