#9704AE

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

Shades of Dark Magenta #9704AE

Tints of Dark Magenta #9704AE

Color information

#9704AE (or 0x9704AE) is unknown color: approx Dark Magenta. HEX triplet: 97, 04 and AE. RGB value is (151,4,174). Sum of RGB (Red+Green+Blue) = 151+4+174=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #9704AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9704AE is #68FB51. Grayscale: #424242. Windows color (decimal): -6880082 or 11404439. OLE color: 11404439.

HSL color Cylindrical-coordinate representation of color #9704AE: hue angle of 291.88º degrees, saturation: 0.96, 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 #9704AE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1514174-
CMYK0.130.9800.32
HSL291.88º95.51%34.9%-
HSV(B)291.88º97.7%68.24%-
XYZ20.459.7240.84-
YUV67.33188.2187.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=45.90%
G=1.22%
B=52.89%

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
Decimal15141740.130.9800.32291.8895.5134.9
Hex974AED620201246023
Octal22742561514204044414043
Binary10010111100101011101101110001001000001001001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9704AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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