#9F1090

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

Shades of Dark Magenta #9F1090

Tints of Dark Magenta #9F1090

Color information

#9F1090 (or 0x9F1090) is unknown color: approx Dark Magenta. HEX triplet: 9F, 10 and 90. RGB value is (159,16,144). Sum of RGB (Red+Green+Blue) = 159+16+144=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1090 is #60EF6F. Grayscale: #484848. Windows color (decimal): -6352752 or 9441439. OLE color: 9441439.

HSL color Cylindrical-coordinate representation of color #9F1090: hue angle of 306.29º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1090 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15916144-
CMYK00.900.090.38
HSL306.29º81.71%34.31%-
HSV(B)306.29º89.94%62.35%-
XYZ19.529.7627.24-
YUV73.35167.88189.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 16 (6.64% from 255) = 5.02%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=49.84%
G=5.02%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591614400.900.090.38306.2981.7134.31
Hex9F109005A9261325222
Octal237202200132114646212242
Binary1001111110000100100000101101010011001101001100101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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