#9704AD

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

Shades of Dark Magenta #9704AD

Tints of Dark Magenta #9704AD

Color information

#9704AD (or 0x9704AD) is unknown color: approx Dark Magenta. HEX triplet: 97, 04 and AD. RGB value is (151,4,173). Sum of RGB (Red+Green+Blue) = 151+4+173=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #9704AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9704AD is #68FB52. Grayscale: #424242. Windows color (decimal): -6880083 or 11338903. OLE color: 11338903.

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

Color convert

RGB1514173-
CMYK0.130.9800.32
HSL292.19º95.48%34.71%-
HSV(B)292.19º97.69%67.84%-
XYZ20.359.6840.33-
YUV67.22187.7187.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=46.04%
G=1.22%
B=52.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15141730.130.9800.32292.1995.4834.71
Hex974ADD620201245f23
Octal22742551514204044413743
Binary10010111100101011011101110001001000001001001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9704AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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