#9704A3

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

Shades of Dark Magenta #9704A3

Tints of Dark Magenta #9704A3

Color information

#9704A3 (or 0x9704A3) is unknown color: approx Dark Magenta. HEX triplet: 97, 04 and A3. RGB value is (151,4,163). Sum of RGB (Red+Green+Blue) = 151+4+163=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #9704A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9704A3 is #68FB5C. Grayscale: #414141. Windows color (decimal): -6880093 or 10683543. OLE color: 10683543.

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

Color convert

RGB1514163-
CMYK0.070.9800.36
HSL295.47º95.21%32.75%-
HSV(B)295.47º97.55%63.92%-
XYZ19.429.3135.42-
YUV66.08182.7188.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 163 (64.06% from 255) = 51.26%
R=47.48%
G=1.26%
B=51.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15141630.070.9800.36295.4795.2132.75
Hex974A37620241275f21
Octal2274243714204444713741
Binary1001011110010100011111110001001001001001001111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9704A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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