#9900AA

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

Shades of Dark Magenta #9900AA

Tints of Dark Magenta #9900AA

Color information

#9900AA (or 0x9900AA) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and AA. RGB value is (153,0,170). Sum of RGB (Red+Green+Blue) = 153+0+170=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #9900AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9900AA is #66FF55. Grayscale: #404040. Windows color (decimal): -6750038 or 11141273. OLE color: 11141273.

HSL color Cylindrical-coordinate representation of color #9900AA: hue angle of 294º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900AA is Cyan = 0.1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1530170-
CMYK0.1100.33
HSL294º100%33.33%-
HSV(B)294º100%66.67%-
XYZ20.399.6738.82-
YUV65.13187.19190.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=47.37%
G=0%
B=52.63%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15301700.1100.3329410033.33
Hex990AAA640211266421
Octal23102521214404144614441
Binary100110010101010101010110010001000011001001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9900AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9900AA; }

 p { color: rgb(153,0,170); }

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

<style>
 a { background-color: #9900AA; }

 a { background-color: rgb(153,0,170); }

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

<style>
 span { border-color: #9900AA; }

 span { border-color: rgb(153,0,170); }

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