#9F0791

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

Shades of Dark Magenta #9F0791

Tints of Dark Magenta #9F0791

Color information

#9F0791 (or 0x9F0791) is unknown color: approx Dark Magenta. HEX triplet: 9F, 07 and 91. RGB value is (159,7,145). Sum of RGB (Red+Green+Blue) = 159+7+145=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0791 is #60F86E. Grayscale: #434343. Windows color (decimal): -6355055 or 9504671. OLE color: 9504671.

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

Color convert

RGB1597145-
CMYK00.960.090.38
HSL305.53º91.57%32.55%-
HSV(B)305.53º95.6%62.35%-
XYZ19.489.5727.61-
YUV68.18171.36192.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.13%
GREEN value IS 7 (3.12% from 255) = 2.25%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=51.13%
G=2.25%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159714500.960.090.38305.5391.5732.55
Hex9F7910609261325c21
Octal23772210140114646213441
Binary10011111111100100010110000010011001101001100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,7,145); }

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

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

 a { background-color: rgb(159,7,145); }

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

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

 span { border-color: rgb(159,7,145); }

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