#971387

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

Shades of Dark Magenta #971387

Tints of Dark Magenta #971387

Color information

#971387 (or 0x971387) is unknown color: approx Dark Magenta. HEX triplet: 97, 13 and 87. RGB value is (151,19,135). Sum of RGB (Red+Green+Blue) = 151+19+135=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #971387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971387 is #68EC78. Grayscale: #474747. Windows color (decimal): -6876281 or 8852375. OLE color: 8852375.

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

Color convert

RGB15119135-
CMYK00.870.110.41
HSL307.27º77.65%33.33%-
HSV(B)307.27º87.42%59.22%-
XYZ17.378.7923.7-
YUV71.69163.73184.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 19 (7.81% from 255) = 6.23%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=49.51%
G=6.23%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511913500.870.110.41307.2777.6533.33
Hex971387057B291334e21
Octal227232070127135146311641
Binary1001011110011100001110101011110111010011001100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971387; }

 p { color: rgb(151,19,135); }

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

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

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

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

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

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

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