#900AA1

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

Shades of Dark Magenta #900AA1

Tints of Dark Magenta #900AA1

Color information

#900AA1 (or 0x900AA1) is unknown color: approx Dark Magenta. HEX triplet: 90, 0A and A1. RGB value is (144,10,161). Sum of RGB (Red+Green+Blue) = 144+10+161=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #900AA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AA1 is #6FF55E. Grayscale: #424242. Windows color (decimal): -7337311 or 10554000. OLE color: 10554000.

HSL color Cylindrical-coordinate representation of color #900AA1: hue angle of 293.25º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900AA1 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14410161-
CMYK0.110.9400.37
HSL293.25º88.3%33.53%-
HSV(B)293.25º93.79%63.14%-
XYZ18.048.7234.45-
YUV67.28180.89182.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 161 (63.28% from 255) = 51.11%
R=45.71%
G=3.17%
B=51.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144101610.110.9400.37293.2588.333.53
Hex90AA1B5E0251255822
Octal220122411313604544513042
Binary100100001010101000011011101111001001011001001011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900AA1; }

 p { color: rgb(144,10,161); }

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

<style>
 a { background-color: #900AA1; }

 a { background-color: rgb(144,10,161); }

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

<style>
 span { border-color: #900AA1; }

 span { border-color: rgb(144,10,161); }

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