Html Css Color HEX #8E139B Dark Magenta

📋 copy color: '#8E139B'

red 142 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #8E139B

Tints of Dark Magenta #8E139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 44.94%
G = 6.01%
B = 49.05%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E139B (or 0x8E139B) is known color: Dark Magenta. HEX triplet: 8E, 13 and 9B. RGB value is (142,19,155). Sum of RGB (Red+Green+Blue) = 142+19+155=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E139B is #71EC64. Grayscale: #464646. Windows color (decimal): -7466085 or 10163086. OLE color: 10163086.

HSL color Cylindrical-coordinate representation of color #8E139B: hue angle of 294.26º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E139B is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 19 155 -
CMYK 0.08 0.88 0 0.39
HSL 294.26º 0.78% 0.34% -
HSV(B) 294.26º 0.88% 0.61% -
XYZ 17.3 8.58 31.76 -
YUV 71.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 142 19 155 0.08 0.88 0 0.39 294.26 0.78 0.34
Hex 8E 13 9B 8 58 0 27 126 4E 22
Octal 216 23 233 10 130 0 47 446 116 42
Binary 10001110 10011 10011011 1000 1011000 0 100111 100100110 1001110 100010

Color Harmonies of #8E139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E139B

Black with #8E139B

Text Example


Text Example

White with #8E139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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