#9704A6

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

Shades of Dark Magenta #9704A6

Tints of Dark Magenta #9704A6

Color information

#9704A6 (or 0x9704A6) is unknown color: approx Dark Magenta. HEX triplet: 97, 04 and A6. RGB value is (151,4,166). Sum of RGB (Red+Green+Blue) = 151+4+166=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 166 (65.23% from 255 or 51.71% from 321); Max value from RGB is 166 - color contains mainly: blue. Hex color #9704A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9704A6 is #68FB59. Grayscale: #414141. Windows color (decimal): -6880090 or 10880151. OLE color: 10880151.

HSL color Cylindrical-coordinate representation of color #9704A6: hue angle of 294.44º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9704A6 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1514166-
CMYK0.090.9800.35
HSL294.44º95.29%33.33%-
HSV(B)294.44º97.59%65.1%-
XYZ19.699.4236.86-
YUV66.42184.2188.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 166 (65.23% from 255) = 51.71%
R=47.04%
G=1.25%
B=51.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15141660.090.9800.35294.4495.2933.33
Hex974A69620231265f21
Octal22742461114204344613741
Binary10010111100101001101001110001001000111001001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9704A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9704A6; }

 p { color: rgb(151,4,166); }

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

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

 a { background-color: rgb(151,4,166); }

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

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

 span { border-color: rgb(151,4,166); }

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