#9511A5

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

Shades of Dark Magenta #9511A5

Tints of Dark Magenta #9511A5

Color information

#9511A5 (or 0x9511A5) is unknown color: approx Dark Magenta. HEX triplet: 95, 11 and A5. RGB value is (149,17,165). Sum of RGB (Red+Green+Blue) = 149+17+165=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #9511A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9511A5 is #6AEE5A. Grayscale: #484848. Windows color (decimal): -7007835 or 10817941. OLE color: 10817941.

HSL color Cylindrical-coordinate representation of color #9511A5: hue angle of 293.51º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9511A5 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14917165-
CMYK0.100.9000.35
HSL293.51º81.32%35.69%-
HSV(B)293.51º89.7%64.71%-
XYZ19.399.5136.41-
YUV73.34179.73181.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 17 (7.03% from 255) = 5.14%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=45.02%
G=5.14%
B=49.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149171650.100.9000.35293.5181.3235.69
Hex9511A5A5A0231265124
Octal225212451213204344612144
Binary1001010110001101001011010101101001000111001001101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9511A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9511A5; }

 p { color: rgb(149,17,165); }

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

<style>
 a { background-color: #9511A5; }

 a { background-color: rgb(149,17,165); }

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

<style>
 span { border-color: #9511A5; }

 span { border-color: rgb(149,17,165); }

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