#9707AD

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

Shades of Dark Magenta #9707AD

Tints of Dark Magenta #9707AD

Color information

#9707AD (or 0x9707AD) is unknown color: approx Dark Magenta. HEX triplet: 97, 07 and AD. RGB value is (151,7,173). Sum of RGB (Red+Green+Blue) = 151+7+173=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #9707AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9707AD is #68F852. Grayscale: #444444. Windows color (decimal): -6879315 or 11339671. OLE color: 11339671.

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

Color convert

RGB1517173-
CMYK0.130.9600.32
HSL292.05º92.22%35.29%-
HSV(B)292.05º95.95%67.84%-
XYZ20.389.7540.34-
YUV68.98186.71186.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=45.62%
G=2.11%
B=52.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15171730.130.9600.32292.0592.2235.29
Hex977ADD600201245c23
Octal22772551514004044413443
Binary10010111111101011011101110000001000001001001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9707AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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