#9F1289

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

Shades of Dark Magenta #9F1289

Tints of Dark Magenta #9F1289

Color information

#9F1289 (or 0x9F1289) is unknown color: approx Dark Magenta. HEX triplet: 9F, 12 and 89. RGB value is (159,18,137). Sum of RGB (Red+Green+Blue) = 159+18+137=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1289 is #60ED76. Grayscale: #494949. Windows color (decimal): -6352247 or 8983199. OLE color: 8983199.

HSL color Cylindrical-coordinate representation of color #9F1289: hue angle of 309.36º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1289 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB15918137-
CMYK00.890.140.38
HSL309.36º79.66%34.71%-
HSV(B)309.36º88.68%62.35%-
XYZ19.039.6124.52-
YUV73.72163.71188.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.64%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=50.64%
G=5.73%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591813700.890.140.38309.3679.6634.71
Hex9F1289059E261355023
Octal237222110131164646512043
Binary1001111110010100010010101100111101001101001101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,137); }

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

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

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

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

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

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

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