#9517A4

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

Shades of Dark Magenta #9517A4

Tints of Dark Magenta #9517A4

Color information

#9517A4 (or 0x9517A4) is unknown color: approx Dark Magenta. HEX triplet: 95, 17 and A4. RGB value is (149,23,164). Sum of RGB (Red+Green+Blue) = 149+23+164=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #9517A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9517A4 is #6AE85B. Grayscale: #4C4C4C. Windows color (decimal): -7006300 or 10753941. OLE color: 10753941.

HSL color Cylindrical-coordinate representation of color #9517A4: hue angle of 293.62º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9517A4 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14923164-
CMYK0.090.8600.36
HSL293.62º75.4%36.67%-
HSV(B)293.62º85.98%64.31%-
XYZ19.49.6835.97-
YUV76.75177.24179.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 23 (9.38% from 255) = 6.85%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=44.35%
G=6.85%
B=48.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149231640.090.8600.36293.6275.436.67
Hex9517A49560241264b25
Octal225272441112604444611345
Binary1001010110111101001001001101011001001001001001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9517A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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