#9E0490

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

Shades of Dark Magenta #9E0490

Tints of Dark Magenta #9E0490

Color information

#9E0490 (or 0x9E0490) is unknown color: approx Dark Magenta. HEX triplet: 9E, 04 and 90. RGB value is (158,4,144). Sum of RGB (Red+Green+Blue) = 158+4+144=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0490 is #61FB6F. Grayscale: #414141. Windows color (decimal): -6421360 or 9438366. OLE color: 9438366.

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

Color convert

RGB1584144-
CMYK00.970.090.38
HSL305.45º95.06%31.76%-
HSV(B)305.45º97.47%61.96%-
XYZ19.189.3727.18-
YUV66.01172.02193.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=51.63%
G=1.31%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158414400.970.090.38305.4595.0631.76
Hex9E4900619261315f20
Octal23642200141114646113740
Binary10011110100100100000110000110011001101001100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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