#9F108F

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

Shades of Dark Magenta #9F108F

Tints of Dark Magenta #9F108F

Color information

#9F108F (or 0x9F108F) is unknown color: approx Dark Magenta. HEX triplet: 9F, 10 and 8F. RGB value is (159,16,143). Sum of RGB (Red+Green+Blue) = 159+16+143=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F108F is #60EF70. Grayscale: #484848. Windows color (decimal): -6352753 or 9375903. OLE color: 9375903.

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

Color convert

RGB15916143-
CMYK00.900.100.38
HSL306.71º81.71%34.31%-
HSV(B)306.71º89.94%62.35%-
XYZ19.449.7226.84-
YUV73.23167.38189.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=50%
G=5.03%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591614300.900.100.38306.7181.7134.31
Hex9F108F05AA261335222
Octal237202170132124646312242
Binary1001111110000100011110101101010101001101001100111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,16,143); }

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

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

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

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

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

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

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