#9900AE

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

Shades of Dark Magenta #9900AE

Tints of Dark Magenta #9900AE

Color information

#9900AE (or 0x9900AE) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and AE. RGB value is (153,0,174). Sum of RGB (Red+Green+Blue) = 153+0+174=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #9900AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9900AE is #66FF51. Grayscale: #414141. Windows color (decimal): -6750034 or 11403417. OLE color: 11403417.

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

Color convert

RGB1530174-
CMYK0.12100.32
HSL292.76º100%34.12%-
HSV(B)292.76º100%68.24%-
XYZ20.789.8340.85-
YUV65.58189.19190.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=46.79%
G=0%
B=53.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15301740.12100.32292.7610034.12
Hex990AEC640201256422
Octal23102561414404044514442
Binary100110010101011101100110010001000001001001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9900AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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