#9915A9

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

Shades of Dark Magenta #9915A9

Tints of Dark Magenta #9915A9

Color information

#9915A9 (or 0x9915A9) is unknown color: approx Dark Magenta. HEX triplet: 99, 15 and A9. RGB value is (153,21,169). Sum of RGB (Red+Green+Blue) = 153+21+169=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #9915A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9915A9 is #66EA56. Grayscale: #4C4C4C. Windows color (decimal): -6744663 or 11081113. OLE color: 11081113.

HSL color Cylindrical-coordinate representation of color #9915A9: hue angle of 293.51º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9915A9 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15321169-
CMYK0.090.8800.34
HSL293.51º77.89%37.25%-
HSV(B)293.51º87.57%66.27%-
XYZ20.5710.1738.42-
YUV77.34179.73181.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 21 (8.59% from 255) = 6.12%
BLUE value IS 169 (66.41% from 255) = 49.27%
R=44.61%
G=6.12%
B=49.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153211690.090.8800.34293.5177.8937.25
Hex9915A99580221264e25
Octal231252511113004244611645
Binary1001100110101101010011001101100001000101001001101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9915A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,21,169); }

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

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

 a { background-color: rgb(153,21,169); }

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

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

 span { border-color: rgb(153,21,169); }

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