#901AA1

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

Shades of Dark Magenta #901AA1

Tints of Dark Magenta #901AA1

Color information

#901AA1 (or 0x901AA1) is unknown color: approx Dark Magenta. HEX triplet: 90, 1A and A1. RGB value is (144,26,161). Sum of RGB (Red+Green+Blue) = 144+26+161=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 161 - color contains mainly: blue. Hex color #901AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901AA1 is #6FE55E. Grayscale: #4C4C4C. Windows color (decimal): -7333215 or 10558096. OLE color: 10558096.

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

Color convert

RGB14426161-
CMYK0.110.8400.37
HSL292.44º72.19%36.67%-
HSV(B)292.44º83.85%63.14%-
XYZ18.39.2434.54-
YUV76.67175.59176.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 26 (10.55% from 255) = 7.85%
BLUE value IS 161 (63.28% from 255) = 48.64%
R=43.50%
G=7.85%
B=48.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144261610.110.8400.37292.4472.1936.67
Hex901AA1B540251244825
Octal220322411312404544411045
Binary1001000011010101000011011101010001001011001001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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