#9D1890

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

Shades of Dark Magenta #9D1890

Tints of Dark Magenta #9D1890

Color information

#9D1890 (or 0x9D1890) is unknown color: approx Dark Magenta. HEX triplet: 9D, 18 and 90. RGB value is (157,24,144). Sum of RGB (Red+Green+Blue) = 157+24+144=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1890 is #62E76F. Grayscale: #4D4D4D. Windows color (decimal): -6481776 or 9443485. OLE color: 9443485.

HSL color Cylindrical-coordinate representation of color #9D1890: hue angle of 305.86º degrees, saturation: 0.73, 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 #9D1890 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15724144-
CMYK00.850.080.38
HSL305.86º73.48%35.49%-
HSV(B)305.86º84.71%61.57%-
XYZ19.279.8327.27-
YUV77.45165.56184.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 24 (9.77% from 255) = 7.38%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=48.31%
G=7.38%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572414400.850.080.38305.8673.4835.49
Hex9D18900558261324923
Octal235302200125104646211143
Binary1001110111000100100000101010110001001101001100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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