#9A10AE

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

Shades of Dark Magenta #9A10AE

Tints of Dark Magenta #9A10AE

Color information

#9A10AE (or 0x9A10AE) is unknown color: approx Dark Magenta. HEX triplet: 9A, 10 and AE. RGB value is (154,16,174). Sum of RGB (Red+Green+Blue) = 154+16+174=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A10AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A10AE is #65EF51. Grayscale: #4A4A4A. Windows color (decimal): -6680402 or 11407514. OLE color: 11407514.

HSL color Cylindrical-coordinate representation of color #9A10AE: hue angle of 292.41º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A10AE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15416174-
CMYK0.110.9100.32
HSL292.41º83.16%37.25%-
HSV(B)292.41º90.8%68.24%-
XYZ21.1510.340.92-
YUV75.27183.72184.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 16 (6.64% from 255) = 4.65%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=44.77%
G=4.65%
B=50.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154161740.110.9100.32292.4183.1637.25
Hex9A10AEB5B0201245325
Octal232202561313304044412345
Binary1001101010000101011101011101101101000001001001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A10AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,16,174); }

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

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

 a { background-color: rgb(154,16,174); }

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

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

 span { border-color: rgb(154,16,174); }

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