#9915A5

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

Shades of Dark Magenta #9915A5

Tints of Dark Magenta #9915A5

Color information

#9915A5 (or 0x9915A5) is unknown color: approx Dark Magenta. HEX triplet: 99, 15 and A5. RGB value is (153,21,165). Sum of RGB (Red+Green+Blue) = 153+21+165=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 21 (8.59% from 255 or 6.19% 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 #9915A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9915A5 is #66EA5A. Grayscale: #4C4C4C. Windows color (decimal): -6744667 or 10818969. OLE color: 10818969.

HSL color Cylindrical-coordinate representation of color #9915A5: hue angle of 295º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9915A5 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15321165-
CMYK0.070.8700.35
HSL295º77.42%36.47%-
HSV(B)295º87.27%64.71%-
XYZ20.210.0336.47-
YUV76.88177.73182.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=45.13%
G=6.19%
B=48.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153211650.070.8700.3529577.4236.47
Hex9915A57570231274d24
Octal23125245712704344711544
Binary100110011010110100101111101011101000111001001111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9915A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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