Html Css Color HEX #9900AA Dark Magenta

📋 copy color: '#9900AA'

red 153 ◦ green 0 ◦ blue 170

#9900AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9900AA

Tints of Dark Magenta #9900AA

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.8% from 255) = 52.63%

R = 47.37%
G = 0%
B = 52.63%

CMYK

 C value IS 0.1

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9900AA (or 0x9900AA) is known color: 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

RGB 153 0 170 -
CMYK 0.1 1 0 0.33
HSL 294º 1% 0.33% -
HSV(B) 294º 1% 0.67% -
XYZ 20.39 9.67 38.82 -
YUV 65.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 153 0 170 0.1 1 0 0.33 294 1 0.33
Hex 99 0 AA A 64 0 21 126 64 21
Octal 231 0 252 12 144 0 41 446 144 41
Binary 10011001 0 10101010 1010 1100100 0 100001 100100110 1100100 100001

Color Harmonies of #9900AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9900AA

Black with #9900AA

Text Example


Text Example

White with #9900AA

Text Example


Text Example

HTML Codes & Css Web 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>