#9F1490

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

Shades of Dark Magenta #9F1490

Tints of Dark Magenta #9F1490

Color information

#9F1490 (or 0x9F1490) is unknown color: approx Dark Magenta. HEX triplet: 9F, 14 and 90. RGB value is (159,20,144). Sum of RGB (Red+Green+Blue) = 159+20+144=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1490 is #60EB6F. Grayscale: #4B4B4B. Windows color (decimal): -6351728 or 9442463. OLE color: 9442463.

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

Color convert

RGB15920144-
CMYK00.870.090.38
HSL306.47º77.65%35.1%-
HSV(B)306.47º87.42%62.35%-
XYZ19.589.8827.26-
YUV75.7166.55187.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 20 (8.20% from 255) = 6.19%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=49.23%
G=6.19%
B=44.58%

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
Decimal1592014400.870.090.38306.4777.6535.1
Hex9F14900579261324e23
Octal237242200127114646211643
Binary1001111110100100100000101011110011001101001100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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