#9F008D

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

Shades of Dark Magenta #9F008D

Tints of Dark Magenta #9F008D

Color information

#9F008D (or 0x9F008D) is unknown color: approx Dark Magenta. HEX triplet: 9F, 00 and 8D. RGB value is (159,0,141). Sum of RGB (Red+Green+Blue) = 159+0+141=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F008D is #60FF72. Grayscale: #3F3F3F. Windows color (decimal): -6356851 or 9240735. OLE color: 9240735.

HSL color Cylindrical-coordinate representation of color #9F008D: hue angle of 306.79º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F008D is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB1590141-
CMYK010.110.38
HSL306.79º100%31.18%-
HSV(B)306.79º100%62.35%-
XYZ19.119.2925.99-
YUV63.61171.68196.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 47%
R=53%
G=0%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1590141010.110.38306.7910031.18
Hex9F08D064B26133641f
Octal23702150144134646314437
Binary10011111010001101011001001011100110100110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,141); }

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

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

 a { background-color: rgb(159,0,141); }

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

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

 span { border-color: rgb(159,0,141); }

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