#9F0995

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

Shades of Dark Magenta #9F0995

Tints of Dark Magenta #9F0995

Color information

#9F0995 (or 0x9F0995) is unknown color: approx Dark Magenta. HEX triplet: 9F, 09 and 95. RGB value is (159,9,149). Sum of RGB (Red+Green+Blue) = 159+9+149=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0995 is #60F66A. Grayscale: #454545. Windows color (decimal): -6354539 or 9767327. OLE color: 9767327.

HSL color Cylindrical-coordinate representation of color #9F0995: hue angle of 304º 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 #9F0995 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB1599149-
CMYK00.940.060.38
HSL304º89.29%32.94%-
HSV(B)304º94.34%62.35%-
XYZ19.829.7429.27-
YUV69.81172.7191.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.16%
GREEN value IS 9 (3.91% from 255) = 2.84%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=50.16%
G=2.84%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159914900.940.060.3830489.2932.94
Hex9F99505E6261305921
Octal23711225013664646013141
Binary10011111100110010101010111101101001101001100001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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