#9F059E

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

Shades of Dark Magenta #9F059E

Tints of Dark Magenta #9F059E

Color information

#9F059E (or 0x9F059E) is unknown color: approx Dark Magenta. HEX triplet: 9F, 05 and 9E. RGB value is (159,5,158). Sum of RGB (Red+Green+Blue) = 159+5+158=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F059E is #60FA61. Grayscale: #444444. Windows color (decimal): -6355554 or 10356127. OLE color: 10356127.

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

Color convert

RGB1595158-
CMYK00.970.010.38
HSL300.39º93.9%32.16%-
HSV(B)300.39º96.86%62.35%-
XYZ20.529.9533.19-
YUV68.49178.52192.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 5 (2.34% from 255) = 1.55%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=49.38%
G=1.55%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159515800.970.010.38300.3993.932.16
Hex9F59E06112612c5e20
Octal2375236014114645413640
Binary10011111101100111100110000111001101001011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,5,158); }

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

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

 a { background-color: rgb(159,5,158); }

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

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

 span { border-color: rgb(159,5,158); }

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