#9F159D

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

Shades of Dark Magenta #9F159D

Tints of Dark Magenta #9F159D

Color information

#9F159D (or 0x9F159D) is unknown color: approx Dark Magenta. HEX triplet: 9F, 15 and 9D. RGB value is (159,21,157). Sum of RGB (Red+Green+Blue) = 159+21+157=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F159D is #60EA62. Grayscale: #4D4D4D. Windows color (decimal): -6351459 or 10294687. OLE color: 10294687.

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

Color convert

RGB15921157-
CMYK00.870.010.38
HSL300.87º76.67%35.29%-
HSV(B)300.87º86.79%62.35%-
XYZ20.6510.3432.81-
YUV77.77172.72185.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 21 (8.59% from 255) = 6.23%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=47.18%
G=6.23%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592115700.870.010.38300.8776.6735.29
Hex9F159D05712612d4d23
Octal23725235012714645511543
Binary1001111110101100111010101011111001101001011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,21,157); }

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

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

 a { background-color: rgb(159,21,157); }

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

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

 span { border-color: rgb(159,21,157); }

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