#9F1F9B

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

Shades of Dark Magenta #9F1F9B

Tints of Dark Magenta #9F1F9B

Color information

#9F1F9B (or 0x9F1F9B) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1F and 9B. RGB value is (159,31,155). Sum of RGB (Red+Green+Blue) = 159+31+155=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F9B is #60E064. Grayscale: #535353. Windows color (decimal): -6348901 or 10166175. OLE color: 10166175.

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

Color convert

RGB15931155-
CMYK00.810.030.38
HSL301.88º67.37%37.25%-
HSV(B)301.88º80.5%62.35%-
XYZ20.710.7231.99-
YUV83.41168.41181.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=46.09%
G=8.99%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593115500.810.030.38301.8867.3737.25
Hex9F1F9B05132612e4325
Octal23737233012134645610345
Binary10011111111111001101101010001111001101001011101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,31,155); }

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

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

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

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

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

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

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