#9a1aa0

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

Shades of Dark Magenta #9A1AA0

Tints of Dark Magenta #9A1AA0

Color information

#9A1AA0 (or 0x9A1AA0) is unknown color: approx Dark Magenta. HEX triplet: 9A, 1A and A0. RGB value is (154,26,160). Sum of RGB (Red+Green+Blue) = 154+26+160=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A1AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1AA0 is #65E55F. Grayscale: #4F4F4F. Windows color (decimal): -6677856 or 10492570. OLE color: 10492570.

HSL color Cylindrical-coordinate representation of color #9A1AA0: hue angle of 297.31º degrees, saturation: 0.72, 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 #9A1AA0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15426160-
CMYK0.040.8400.37
HSL297.31º72.04%36.47%-
HSV(B)297.31º83.75%62.75%-
XYZ20.0410.1534.16-
YUV79.55173.41181.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.29%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=45.29%
G=7.65%
B=47.06%

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
Decimal154261600.040.8400.37297.3172.0436.47
Hex9A1AA04540251294824
Octal23232240412404545111044
Binary100110101101010100000100101010001001011001010011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a1aa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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