#971496

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

Shades of Dark Magenta #971496

Tints of Dark Magenta #971496

Color information

#971496 (or 0x971496) is unknown color: approx Dark Magenta. HEX triplet: 97, 14 and 96. RGB value is (151,20,150). Sum of RGB (Red+Green+Blue) = 151+20+150=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #971496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971496 is #68EB69. Grayscale: #494949. Windows color (decimal): -6876010 or 9835671. OLE color: 9835671.

HSL color Cylindrical-coordinate representation of color #971496: hue angle of 300.46º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971496 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15120150-
CMYK00.870.010.41
HSL300.46º76.61%33.53%-
HSV(B)300.46º86.75%59.22%-
XYZ18.529.2829.67-
YUV73.99170.9182.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=47.04%
G=6.23%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512015000.870.010.41300.4676.6133.53
Hex97149605712912c4d22
Octal22724226012715145411542
Binary1001011110100100101100101011111010011001011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971496; }

 p { color: rgb(151,20,150); }

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

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

 a { background-color: rgb(151,20,150); }

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

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

 span { border-color: rgb(151,20,150); }

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