Html Css Color HEX #8E128A Dark Magenta

📋 copy color: '#8E128A'

red 142 ◦ green 18 ◦ blue 138

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

Shades of Dark Magenta #8E128A

Tints of Dark Magenta #8E128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

 BLUE value IS 138 (54.3% from 255) = 46.31%

R = 47.65%
G = 6.04%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E128A (or 0x8E128A) is known color: Dark Magenta. HEX triplet: 8E, 12 and 8A. RGB value is (142,18,138). Sum of RGB (Red+Green+Blue) = 142+18+138=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E128A is #71ED75. Grayscale: #444444. Windows color (decimal): -7466358 or 9048718. OLE color: 9048718.

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

Color convert

RGB 142 18 138 -
CMYK 0 0.87 0.03 0.44
HSL 301.94º 0.78% 0.31% -
HSV(B) 301.94º 0.87% 0.56% -
XYZ 15.96 8.02 24.75 -
YUV 68.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 142 18 138 0 0.87 0.03 0.44 301.94 0.78 0.31
Hex 8E 12 8A 0 57 3 2C 12E 4E 1F
Octal 216 22 212 0 127 3 54 456 116 37
Binary 10001110 10010 10001010 0 1010111 11 101100 100101110 1001110 11111

Color Harmonies of #8E128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E128A

Black with #8E128A

Text Example


Text Example

White with #8E128A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,18,138); }

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

background-color css

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

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

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

border-color css

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

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

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