#901491

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

Shades of Dark Magenta #901491

Tints of Dark Magenta #901491

Color information

#901491 (or 0x901491) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and 91. RGB value is (144,20,145). Sum of RGB (Red+Green+Blue) = 144+20+145=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #901491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901491 is #6FEB6E. Grayscale: #464646. Windows color (decimal): -7334767 or 9507984. OLE color: 9507984.

HSL color Cylindrical-coordinate representation of color #901491: hue angle of 299.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901491 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14420145-
CMYK0.010.8600.43
HSL299.52º75.76%32.35%-
HSV(B)299.52º86.21%56.86%-
XYZ16.868.4727.53-
YUV71.33169.58179.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 20 (8.20% from 255) = 6.47%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=46.60%
G=6.47%
B=46.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal144201450.010.8600.43299.5275.7632.35
Hex90149115602B12c4c20
Octal22024221112605345411440
Binary1001000010100100100011101011001010111001011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901491; }

 p { color: rgb(144,20,145); }

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

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

 a { background-color: rgb(144,20,145); }

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

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

 span { border-color: rgb(144,20,145); }

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