#971497

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

Shades of Dark Magenta #971497

Tints of Dark Magenta #971497

Color information

#971497 (or 0x971497) is unknown color: approx Dark Magenta. HEX triplet: 97, 14 and 97. RGB value is (151,20,151). Sum of RGB (Red+Green+Blue) = 151+20+151=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #971497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971497 is #68EB68. Grayscale: #494949. Windows color (decimal): -6876009 or 9901207. OLE color: 9901207.

HSL color Cylindrical-coordinate representation of color #971497: hue angle of 300º 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 #971497 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15120151-
CMYK00.8700.41
HSL300º76.61%33.53%-
HSV(B)300º86.75%59.22%-
XYZ18.69.3130.1-
YUV74.1171.4182.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=46.89%
G=6.21%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512015100.8700.4130076.6133.53
Hex97149705702912c4d22
Octal22724227012705145411542
Binary1001011110100100101110101011101010011001011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971497; }

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

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

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

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

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

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

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

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