#9519A5

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

Shades of Dark Magenta #9519A5

Tints of Dark Magenta #9519A5

Color information

#9519A5 (or 0x9519A5) is unknown color: approx Dark Magenta. HEX triplet: 95, 19 and A5. RGB value is (149,25,165). Sum of RGB (Red+Green+Blue) = 149+25+165=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #9519A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9519A5 is #6AE65A. Grayscale: #4D4D4D. Windows color (decimal): -7005787 or 10819989. OLE color: 10819989.

HSL color Cylindrical-coordinate representation of color #9519A5: hue angle of 293.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9519A5 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14925165-
CMYK0.100.8500.35
HSL293.14º73.68%37.25%-
HSV(B)293.14º84.85%64.71%-
XYZ19.539.836.46-
YUV78.04177.08178.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=43.95%
G=7.37%
B=48.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149251650.100.8500.35293.1473.6837.25
Hex9519A5A550231254a25
Octal225312451212504344511245
Binary1001010111001101001011010101010101000111001001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9519A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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