#971291

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

Shades of Dark Magenta #971291

Tints of Dark Magenta #971291

Color information

#971291 (or 0x971291) is unknown color: approx Dark Magenta. HEX triplet: 97, 12 and 91. RGB value is (151,18,145). Sum of RGB (Red+Green+Blue) = 151+18+145=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #971291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971291 is #68ED6E. Grayscale: #474747. Windows color (decimal): -6876527 or 9507479. OLE color: 9507479.

HSL color Cylindrical-coordinate representation of color #971291: hue angle of 302.71º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971291 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15118145-
CMYK00.880.040.41
HSL302.71º78.7%33.14%-
HSV(B)302.71º88.08%59.22%-
XYZ18.099.0627.58-
YUV72.24169.06184.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=48.09%
G=5.73%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511814500.880.040.41302.7178.733.14
Hex97129105842912f4f21
Octal22722221013045145711741
Binary100101111001010010001010110001001010011001011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971291; }

 p { color: rgb(151,18,145); }

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

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

 a { background-color: rgb(151,18,145); }

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

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

 span { border-color: rgb(151,18,145); }

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