#9A19A0

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

Shades of Dark Magenta #9A19A0

Tints of Dark Magenta #9A19A0

Color information

#9A19A0 (or 0x9A19A0) is unknown color: approx Dark Magenta. HEX triplet: 9A, 19 and A0. RGB value is (154,25,160). Sum of RGB (Red+Green+Blue) = 154+25+160=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A19A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A19A0 is #65E65F. Grayscale: #4E4E4E. Windows color (decimal): -6678112 or 10492314. OLE color: 10492314.

HSL color Cylindrical-coordinate representation of color #9A19A0: hue angle of 297.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A19A0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15425160-
CMYK0.040.8400.37
HSL297.33º72.97%36.27%-
HSV(B)297.33º84.38%62.75%-
XYZ20.0210.134.15-
YUV78.96173.74181.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 160 (62.89% from 255) = 47.20%
R=45.43%
G=7.37%
B=47.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal154251600.040.8400.37297.3372.9736.27
Hex9A19A04540251294924
Octal23231240412404545111144
Binary100110101100110100000100101010001001011001010011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A19A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,25,160); }

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

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

 a { background-color: rgb(154,25,160); }

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

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

 span { border-color: rgb(154,25,160); }

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