#9A13AE

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

Shades of Dark Magenta #9A13AE

Tints of Dark Magenta #9A13AE

Color information

#9A13AE (or 0x9A13AE) is unknown color: approx Dark Magenta. HEX triplet: 9A, 13 and AE. RGB value is (154,19,174). Sum of RGB (Red+Green+Blue) = 154+19+174=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A13AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A13AE is #65EC51. Grayscale: #4C4C4C. Windows color (decimal): -6679634 or 11408282. OLE color: 11408282.

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

Color convert

RGB15419174-
CMYK0.110.8900.32
HSL292.26º80.31%37.84%-
HSV(B)292.26º89.08%68.24%-
XYZ21.210.3940.93-
YUV77.04182.73182.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 19 (7.81% from 255) = 5.48%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=44.38%
G=5.48%
B=50.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154191740.110.8900.32292.2680.3137.84
Hex9A13AEB590201245026
Octal232232561313104044412046
Binary1001101010011101011101011101100101000001001001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A13AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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