#9F159C

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

Shades of Dark Magenta #9F159C

Tints of Dark Magenta #9F159C

Color information

#9F159C (or 0x9F159C) is unknown color: approx Dark Magenta. HEX triplet: 9F, 15 and 9C. RGB value is (159,21,156). Sum of RGB (Red+Green+Blue) = 159+21+156=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F159C is #60EA63. Grayscale: #4D4D4D. Windows color (decimal): -6351460 or 10229151. OLE color: 10229151.

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

Color convert

RGB15921156-
CMYK00.870.020.38
HSL301.3º76.67%35.29%-
HSV(B)301.3º86.79%62.35%-
XYZ20.5710.3132.36-
YUV77.65172.22186.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 21 (8.59% from 255) = 6.25%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=47.32%
G=6.25%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592115600.870.020.38301.376.6735.29
Hex9F159C05722612d4d23
Octal23725234012724645511543
Binary10011111101011001110001010111101001101001011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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