#9F0488

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

Shades of Dark Magenta #9F0488

Tints of Dark Magenta #9F0488

Color information

#9F0488 (or 0x9F0488) is unknown color: approx Dark Magenta. HEX triplet: 9F, 04 and 88. RGB value is (159,4,136). Sum of RGB (Red+Green+Blue) = 159+4+136=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0488 is #60FB77. Grayscale: #414141. Windows color (decimal): -6355832 or 8914079. OLE color: 8914079.

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

Color convert

RGB1594136-
CMYK00.970.140.38
HSL308.9º95.09%31.96%-
HSV(B)308.9º97.48%62.35%-
XYZ18.799.2424.09-
YUV65.39167.85194.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.18%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=53.18%
G=1.34%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159413600.970.140.38308.995.0931.96
Hex9F488061E261355f20
Octal23742100141164646513740
Binary10011111100100010000110000111101001101001101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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