#971996

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

Shades of Dark Magenta #971996

Tints of Dark Magenta #971996

Color information

#971996 (or 0x971996) is unknown color: approx Dark Magenta. HEX triplet: 97, 19 and 96. RGB value is (151,25,150). Sum of RGB (Red+Green+Blue) = 151+25+150=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #971996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971996 is #68E669. Grayscale: #4C4C4C. Windows color (decimal): -6874730 or 9836951. OLE color: 9836951.

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

Color convert

RGB15125150-
CMYK00.830.010.41
HSL300.48º71.59%34.51%-
HSV(B)300.48º83.44%59.22%-
XYZ18.629.4829.7-
YUV76.92169.24180.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 25 (10.16% from 255) = 7.67%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=46.32%
G=7.67%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512515000.830.010.41300.4871.5934.51
Hex97199605312912c4823
Octal22731226012315145411043
Binary1001011111001100101100101001111010011001011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971996; }

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

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

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

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

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

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

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

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