Html Css Color HEX #8E128C Dark Magenta

📋 copy color: '#8E128C'

red 142 ◦ green 18 ◦ blue 140

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

Shades of Dark Magenta #8E128C

Tints of Dark Magenta #8E128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 47.33%
G = 6%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E128C (or 0x8E128C) is known color: Dark Magenta. HEX triplet: 8E, 12 and 8C. RGB value is (142,18,140). Sum of RGB (Red+Green+Blue) = 142+18+140=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E128C is #71ED73. Grayscale: #444444. Windows color (decimal): -7466356 or 9179790. OLE color: 9179790.

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

Color convert

RGB 142 18 140 -
CMYK 0 0.87 0.01 0.44
HSL 300.97º 0.78% 0.31% -
HSV(B) 300.97º 0.87% 0.56% -
XYZ 16.11 8.08 25.52 -
YUV 68.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 142 18 140 0 0.87 0.01 0.44 300.97 0.78 0.31
Hex 8E 12 8C 0 57 1 2C 12D 4E 1F
Octal 216 22 214 0 127 1 54 455 116 37
Binary 10001110 10010 10001100 0 1010111 1 101100 100101101 1001110 11111

Color Harmonies of #8E128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E128C

Black with #8E128C

Text Example


Text Example

White with #8E128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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