#9A17AA

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

Shades of Dark Magenta #9A17AA

Tints of Dark Magenta #9A17AA

Color information

#9A17AA (or 0x9A17AA) is unknown color: approx Dark Magenta. HEX triplet: 9A, 17 and AA. RGB value is (154,23,170). Sum of RGB (Red+Green+Blue) = 154+23+170=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A17AA is #65E855. Grayscale: #4E4E4E. Windows color (decimal): -6678614 or 11147162. OLE color: 11147162.

HSL color Cylindrical-coordinate representation of color #9A17AA: hue angle of 293.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A17AA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15423170-
CMYK0.090.8600.33
HSL293.47º76.17%37.84%-
HSV(B)293.47º86.47%66.67%-
XYZ20.8910.3938.93-
YUV78.93179.4181.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 23 (9.38% from 255) = 6.63%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=44.38%
G=6.63%
B=48.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154231700.090.8600.33293.4776.1737.84
Hex9A17AA9560211254c26
Octal232272521112604144511446
Binary1001101010111101010101001101011001000011001001011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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