#971694

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

Shades of Dark Magenta #971694

Tints of Dark Magenta #971694

Color information

#971694 (or 0x971694) is unknown color: approx Dark Magenta. HEX triplet: 97, 16 and 94. RGB value is (151,22,148). Sum of RGB (Red+Green+Blue) = 151+22+148=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #971694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971694 is #68E96B. Grayscale: #4A4A4A. Windows color (decimal): -6875500 or 9705111. OLE color: 9705111.

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

Color convert

RGB15122148-
CMYK00.850.020.41
HSL301.4º74.57%33.92%-
HSV(B)301.4º85.43%59.22%-
XYZ18.399.2928.84-
YUV74.94169.24182.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=47.04%
G=6.85%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512214800.850.020.41301.474.5733.92
Hex97169405522912d4b22
Octal22726224012525145511342
Binary10010111101101001010001010101101010011001011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971694; }

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

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

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

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

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

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

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

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