#9517A9

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

Shades of Dark Magenta #9517A9

Tints of Dark Magenta #9517A9

Color information

#9517A9 (or 0x9517A9) is unknown color: approx Dark Magenta. HEX triplet: 95, 17 and A9. RGB value is (149,23,169). Sum of RGB (Red+Green+Blue) = 149+23+169=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #9517A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9517A9 is #6AE856. Grayscale: #4C4C4C. Windows color (decimal): -7006295 or 11081621. OLE color: 11081621.

HSL color Cylindrical-coordinate representation of color #9517A9: hue angle of 291.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9517A9 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14923169-
CMYK0.120.8600.34
HSL291.78º76.04%37.65%-
HSV(B)291.78º86.39%66.27%-
XYZ19.869.8738.39-
YUV77.32179.74179.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 23 (9.38% from 255) = 6.74%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=43.70%
G=6.74%
B=49.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149231690.120.8600.34291.7876.0437.65
Hex9517A9C560221244c26
Octal225272511412604244411446
Binary1001010110111101010011100101011001000101001001001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9517A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9517A9; }

 p { color: rgb(149,23,169); }

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

<style>
 a { background-color: #9517A9; }

 a { background-color: rgb(149,23,169); }

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

<style>
 span { border-color: #9517A9; }

 span { border-color: rgb(149,23,169); }

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