#9E1490

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

Shades of Dark Magenta #9E1490

Tints of Dark Magenta #9E1490

Color information

#9E1490 (or 0x9E1490) is unknown color: approx Dark Magenta. HEX triplet: 9E, 14 and 90. RGB value is (158,20,144). Sum of RGB (Red+Green+Blue) = 158+20+144=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1490 is #61EB6F. Grayscale: #4B4B4B. Windows color (decimal): -6417264 or 9442462. OLE color: 9442462.

HSL color Cylindrical-coordinate representation of color #9E1490: hue angle of 306.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1490 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15820144-
CMYK00.870.090.38
HSL306.09º77.53%34.9%-
HSV(B)306.09º87.34%61.96%-
XYZ19.389.7827.25-
YUV75.4166.72186.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.07%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=49.07%
G=6.21%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582014400.870.090.38306.0977.5334.9
Hex9E14900579261324e23
Octal236242200127114646211643
Binary1001111010100100100000101011110011001101001100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1490; }

 p { color: rgb(158,20,144); }

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

<style>
 a { background-color: #9E1490; }

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

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

<style>
 span { border-color: #9E1490; }

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

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