#9915AE

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

Shades of Dark Magenta #9915AE

Tints of Dark Magenta #9915AE

Color information

#9915AE (or 0x9915AE) is unknown color: approx Dark Magenta. HEX triplet: 99, 15 and AE. RGB value is (153,21,174). Sum of RGB (Red+Green+Blue) = 153+21+174=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #9915AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9915AE is #66EA51. Grayscale: #4D4D4D. Windows color (decimal): -6744658 or 11408793. OLE color: 11408793.

HSL color Cylindrical-coordinate representation of color #9915AE: hue angle of 291.76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9915AE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15321174-
CMYK0.120.8800.32
HSL291.76º78.46%38.24%-
HSV(B)291.76º87.93%68.24%-
XYZ21.0510.3640.94-
YUV77.91182.23181.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 174 (68.36% from 255) = 50%
R=43.97%
G=6.03%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153211740.120.8800.32291.7678.4638.24
Hex9915AEC580201244e26
Octal231252561413004044411646
Binary1001100110101101011101100101100001000001001001001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9915AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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