#9F1C9F

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

Shades of Dark Magenta #9F1C9F

Tints of Dark Magenta #9F1C9F

Color information

#9F1C9F (or 0x9F1C9F) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1C and 9F. RGB value is (159,28,159). Sum of RGB (Red+Green+Blue) = 159+28+159=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F1C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C9F is #60E360. Grayscale: #515151. Windows color (decimal): -6349665 or 10427551. OLE color: 10427551.

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

Color convert

RGB15928159-
CMYK00.8200.38
HSL300º70.05%36.67%-
HSV(B)300º82.39%62.35%-
XYZ20.9710.733.76-
YUV82.1171.4182.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 28 (11.33% from 255) = 8.09%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=45.95%
G=8.09%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592815900.8200.3830070.0536.67
Hex9F1C9F05202612c4625
Octal23734237012204645410645
Binary1001111111100100111110101001001001101001011001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,159); }

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

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

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

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

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

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

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