#9A00AA

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

Shades of Dark Magenta #9A00AA

Tints of Dark Magenta #9A00AA

Color information

#9A00AA (or 0x9A00AA) is unknown color: approx Dark Magenta. HEX triplet: 9A, 00 and AA. RGB value is (154,0,170). Sum of RGB (Red+Green+Blue) = 154+0+170=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A00AA is #65FF55. Grayscale: #404040. Windows color (decimal): -6684502 or 11141274. OLE color: 11141274.

HSL color Cylindrical-coordinate representation of color #9A00AA: hue angle of 294.35º 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 #9A00AA is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1540170-
CMYK0.09100.33
HSL294.35º100%33.33%-
HSV(B)294.35º100%66.67%-
XYZ20.589.7738.83-
YUV65.43187.02191.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=47.53%
G=0%
B=52.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15401700.09100.33294.3510033.33
Hex9A0AA9640211266421
Octal23202521114404144614441
Binary100110100101010101001110010001000011001001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A00AA; }

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

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

<style>
 a { background-color: #9A00AA; }

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

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

<style>
 span { border-color: #9A00AA; }

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

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