#900AAB

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

Shades of Dark Magenta #900AAB

Tints of Dark Magenta #900AAB

Color information

#900AAB (or 0x900AAB) is unknown color: approx Dark Magenta. HEX triplet: 90, 0A and AB. RGB value is (144,10,171). Sum of RGB (Red+Green+Blue) = 144+10+171=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #900AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AAB is #6FF554. Grayscale: #434343. Windows color (decimal): -7337301 or 11209360. OLE color: 11209360.

HSL color Cylindrical-coordinate representation of color #900AAB: hue angle of 289.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900AAB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14410171-
CMYK0.160.9400.33
HSL289.94º88.95%35.49%-
HSV(B)289.94º94.15%67.06%-
XYZ18.969.0939.28-
YUV68.42185.89181.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 10 (4.30% from 255) = 3.08%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=44.31%
G=3.08%
B=52.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144101710.160.9400.33289.9488.9535.49
Hex90AAB105E0211225923
Octal220122532013604144213143
Binary1001000010101010101110000101111001000011001000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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