#971594

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

Shades of Dark Magenta #971594

Tints of Dark Magenta #971594

Color information

#971594 (or 0x971594) is unknown color: approx Dark Magenta. HEX triplet: 97, 15 and 94. RGB value is (151,21,148). Sum of RGB (Red+Green+Blue) = 151+21+148=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #971594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971594 is #68EA6B. Grayscale: #494949. Windows color (decimal): -6875756 or 9704855. OLE color: 9704855.

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

Color convert

RGB15121148-
CMYK00.860.020.41
HSL301.38º75.58%33.73%-
HSV(B)301.38º86.09%59.22%-
XYZ18.389.2528.83-
YUV74.35169.57182.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 148 (58.20% from 255) = 46.25%
R=47.19%
G=6.56%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512114800.860.020.41301.3875.5833.73
Hex97159405622912d4c22
Octal22725224012625145511442
Binary10010111101011001010001010110101010011001011011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971594; }

 p { color: rgb(151,21,148); }

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

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

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

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

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

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

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