#971991

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

Shades of Dark Magenta #971991

Tints of Dark Magenta #971991

Color information

#971991 (or 0x971991) is unknown color: approx Dark Magenta. HEX triplet: 97, 19 and 91. RGB value is (151,25,145). Sum of RGB (Red+Green+Blue) = 151+25+145=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #971991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971991 is #68E66E. Grayscale: #4C4C4C. Windows color (decimal): -6874735 or 9509271. OLE color: 9509271.

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

Color convert

RGB15125145-
CMYK00.830.040.41
HSL302.86º71.59%34.51%-
HSV(B)302.86º83.44%59.22%-
XYZ18.229.3227.63-
YUV76.35166.74181.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 25 (10.16% from 255) = 7.79%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=47.04%
G=7.79%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512514500.830.040.41302.8671.5934.51
Hex97199105342912f4823
Octal22731221012345145711043
Binary100101111100110010001010100111001010011001011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971991; }

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

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

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

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

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

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

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

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