#8E1290

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

Shades of Dark Magenta #8E1290

Tints of Dark Magenta #8E1290

Color information

#8E1290 (or 0x8E1290) is unknown color: approx Dark Magenta. HEX triplet: 8E, 12 and 90. RGB value is (142,18,144). Sum of RGB (Red+Green+Blue) = 142+18+144=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1290 is #71ED6F. Grayscale: #454545. Windows color (decimal): -7466352 or 9441934. OLE color: 9441934.

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

Color convert

RGB14218144-
CMYK0.010.8800.44
HSL299.05º77.78%31.76%-
HSV(B)299.05º87.5%56.47%-
XYZ16.418.227.1-
YUV69.44170.08179.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 18 (7.42% from 255) = 5.92%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=46.71%
G=5.92%
B=47.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142181440.010.8800.44299.0577.7831.76
Hex8E129015802C12b4e20
Octal21622220113005445311640
Binary1000111010010100100001101100001011001001010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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