#9F05A0

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

Shades of Dark Magenta #9F05A0

Tints of Dark Magenta #9F05A0

Color information

#9F05A0 (or 0x9F05A0) is unknown color: approx Dark Magenta. HEX triplet: 9F, 05 and A0. RGB value is (159,5,160). Sum of RGB (Red+Green+Blue) = 159+5+160=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #9F05A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F05A0 is #60FA5F. Grayscale: #444444. Windows color (decimal): -6355552 or 10487199. OLE color: 10487199.

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

Color convert

RGB1595160-
CMYK0.010.9700.37
HSL299.61º93.94%32.35%-
HSV(B)299.61º96.88%62.75%-
XYZ20.710.0234.1-
YUV68.72179.52192.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 160 (62.89% from 255) = 49.38%
R=49.07%
G=1.54%
B=49.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15951600.010.9700.37299.6193.9432.35
Hex9F5A016102512c5e20
Octal2375240114104545413640
Binary10011111101101000001110000101001011001011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F05A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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