#9F1294

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

Shades of Dark Magenta #9F1294

Tints of Dark Magenta #9F1294

Color information

#9F1294 (or 0x9F1294) is unknown color: approx Dark Magenta. HEX triplet: 9F, 12 and 94. RGB value is (159,18,148). Sum of RGB (Red+Green+Blue) = 159+18+148=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1294 is #60ED6B. Grayscale: #4A4A4A. Windows color (decimal): -6352236 or 9704095. OLE color: 9704095.

HSL color Cylindrical-coordinate representation of color #9F1294: hue angle of 304.68º 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 #9F1294 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15918148-
CMYK00.890.070.38
HSL304.68º79.66%34.71%-
HSV(B)304.68º88.68%62.35%-
XYZ19.869.9428.89-
YUV74.98169.21187.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=48.92%
G=5.54%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591814800.890.070.38304.6879.6634.71
Hex9F12940597261315023
Octal23722224013174646112043
Binary100111111001010010100010110011111001101001100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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