#9F0480

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

Shades of Dark Magenta #9F0480

Tints of Dark Magenta #9F0480

Color information

#9F0480 (or 0x9F0480) is unknown color: approx Dark Magenta. HEX triplet: 9F, 04 and 80. RGB value is (159,4,128). Sum of RGB (Red+Green+Blue) = 159+4+128=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0480 is #60FB7F. Grayscale: #404040. Windows color (decimal): -6355840 or 8389791. OLE color: 8389791.

HSL color Cylindrical-coordinate representation of color #9F0480: hue angle of 312º degrees, saturation: 0.95, 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 #9F0480 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB1594128-
CMYK00.970.190.38
HSL312º95.09%31.96%-
HSV(B)312º97.48%62.35%-
XYZ18.249.0221.2-
YUV64.48163.85195.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.64%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=54.64%
G=1.37%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159412800.970.190.3831295.0931.96
Hex9F48006113261385f20
Octal23742000141234647013740
Binary100111111001000000001100001100111001101001110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,4,128); }

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

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

 a { background-color: rgb(159,4,128); }

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

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

 span { border-color: rgb(159,4,128); }

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