#9f0994

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

Shades of Dark Magenta #9F0994

Tints of Dark Magenta #9F0994

Color information

#9F0994 (or 0x9F0994) is unknown color: approx Dark Magenta. HEX triplet: 9F, 09 and 94. RGB value is (159,9,148). Sum of RGB (Red+Green+Blue) = 159+9+148=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0994 is #60F66B. Grayscale: #454545. Windows color (decimal): -6354540 or 9701791. OLE color: 9701791.

HSL color Cylindrical-coordinate representation of color #9F0994: hue angle of 304.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0994 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB1599148-
CMYK00.940.070.38
HSL304.4º89.29%32.94%-
HSV(B)304.4º94.34%62.35%-
XYZ19.749.728.85-
YUV69.7172.2191.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.32%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=50.32%
G=2.85%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159914800.940.070.38304.489.2932.94
Hex9F99405E7261305921
Octal23711224013674646013141
Binary10011111100110010100010111101111001101001100001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f0994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,9,148); }

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

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

 a { background-color: rgb(159,9,148); }

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

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

 span { border-color: rgb(159,9,148); }

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