#9F1394

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

Shades of Dark Magenta #9F1394

Tints of Dark Magenta #9F1394

Color information

#9F1394 (or 0x9F1394) is unknown color: approx Dark Magenta. HEX triplet: 9F, 13 and 94. RGB value is (159,19,148). Sum of RGB (Red+Green+Blue) = 159+19+148=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1394 is #60EC6B. Grayscale: #4B4B4B. Windows color (decimal): -6351980 or 9704351. OLE color: 9704351.

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

Color convert

RGB15919148-
CMYK00.880.070.38
HSL304.71º78.65%34.9%-
HSV(B)304.71º88.05%62.35%-
XYZ19.889.9728.89-
YUV75.57168.88187.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.77%
GREEN value IS 19 (7.81% from 255) = 5.83%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=48.77%
G=5.83%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591914800.880.070.38304.7178.6534.9
Hex9F13940587261314f23
Octal23723224013074646111743
Binary100111111001110010100010110001111001101001100011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,148); }

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

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

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

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

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

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

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