#9e1790

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

Shades of Dark Magenta #9E1790

Tints of Dark Magenta #9E1790

Color information

#9E1790 (or 0x9E1790) is unknown color: approx Dark Magenta. HEX triplet: 9E, 17 and 90. RGB value is (158,23,144). Sum of RGB (Red+Green+Blue) = 158+23+144=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1790 is #61E86F. Grayscale: #4C4C4C. Windows color (decimal): -6416496 or 9443230. OLE color: 9443230.

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

Color convert

RGB15823144-
CMYK00.850.090.38
HSL306.22º74.59%35.49%-
HSV(B)306.22º85.44%61.96%-
XYZ19.449.927.27-
YUV77.16165.73185.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 23 (9.38% from 255) = 7.08%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=48.62%
G=7.08%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582314400.850.090.38306.2274.5935.49
Hex9E17900559261324b23
Octal236272200125114646211343
Binary1001111010111100100000101010110011001101001100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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