#9F1590

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

Shades of Dark Magenta #9F1590

Tints of Dark Magenta #9F1590

Color information

#9F1590 (or 0x9F1590) is unknown color: approx Dark Magenta. HEX triplet: 9F, 15 and 90. RGB value is (159,21,144). Sum of RGB (Red+Green+Blue) = 159+21+144=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1590 is #60EA6F. Grayscale: #4B4B4B. Windows color (decimal): -6351472 or 9442719. OLE color: 9442719.

HSL color Cylindrical-coordinate representation of color #9F1590: hue angle of 306.52º degrees, saturation: 0.77, 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 #9F1590 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15921144-
CMYK00.870.090.38
HSL306.52º76.67%35.29%-
HSV(B)306.52º86.79%62.35%-
XYZ19.69.9227.27-
YUV76.28166.22187-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=49.07%
G=6.48%
B=44.44%

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
Decimal1592114400.870.090.38306.5276.6735.29
Hex9F15900579261334d23
Octal237252200127114646311543
Binary1001111110101100100000101011110011001101001100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,21,144); }

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

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

 a { background-color: rgb(159,21,144); }

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

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

 span { border-color: rgb(159,21,144); }

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