#9D1390

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

Shades of Dark Magenta #9D1390

Tints of Dark Magenta #9D1390

Color information

#9D1390 (or 0x9D1390) is unknown color: approx Dark Magenta. HEX triplet: 9D, 13 and 90. RGB value is (157,19,144). Sum of RGB (Red+Green+Blue) = 157+19+144=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1390 is #62EC6F. Grayscale: #4A4A4A. Windows color (decimal): -6483056 or 9442205. OLE color: 9442205.

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

Color convert

RGB15719144-
CMYK00.880.080.38
HSL305.65º78.41%34.51%-
HSV(B)305.65º87.9%61.57%-
XYZ19.179.6527.24-
YUV74.51167.22186.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 19 (7.81% from 255) = 5.94%
BLUE value IS 144 (56.64% from 255) = 45%
R=49.06%
G=5.94%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571914400.880.080.38305.6578.4134.51
Hex9D13900588261324e23
Octal235232200130104646211643
Binary1001110110011100100000101100010001001101001100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,144); }

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

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

 a { background-color: rgb(157,19,144); }

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

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

 span { border-color: rgb(157,19,144); }

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