#8E148E

Color #8E148E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8E148E

Tints of Dark Magenta #8E148E

Color information

#8E148E (or 0x8E148E) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and 8E. RGB value is (142,20,142). Sum of RGB (Red+Green+Blue) = 142+20+142=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E148E is #71EB71. Grayscale: #464646. Windows color (decimal): -7465842 or 9311374. OLE color: 9311374.

HSL color Cylindrical-coordinate representation of color #8E148E: hue angle of 300º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E148E is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14220142-
CMYK00.8600.44
HSL300º75.31%31.76%-
HSV(B)300º85.92%55.69%-
XYZ16.298.226.32-
YUV70.39168.42179.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 20 (8.20% from 255) = 6.58%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=46.71%
G=6.58%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422014200.8600.4430075.3131.76
Hex8E148E05602C12c4b20
Octal21624216012605445411340
Binary1000111010100100011100101011001011001001011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,142); }

 H1.HeaderClassName
 {
   color: #8E148E;
 }
 .AnyTagClassName
 {
   color: #8E148E;
 }
</style>
background-color css

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

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

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

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

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

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