#901396

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

Shades of Dark Magenta #901396

Tints of Dark Magenta #901396

Color information

#901396 (or 0x901396) is unknown color: approx Dark Magenta. HEX triplet: 90, 13 and 96. RGB value is (144,19,150). Sum of RGB (Red+Green+Blue) = 144+19+150=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #901396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901396 is #6FEC69. Grayscale: #464646. Windows color (decimal): -7335018 or 9835408. OLE color: 9835408.

HSL color Cylindrical-coordinate representation of color #901396: hue angle of 297.25º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901396 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14419150-
CMYK0.040.8700.41
HSL297.25º77.51%33.14%-
HSV(B)297.25º87.33%58.82%-
XYZ17.248.629.6-
YUV71.31172.41179.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 19 (7.81% from 255) = 6.07%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=46.01%
G=6.07%
B=47.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144191500.040.8700.41297.2577.5133.14
Hex9013964570291294e21
Octal22023226412705145111641
Binary100100001001110010110100101011101010011001010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901396; }

 p { color: rgb(144,19,150); }

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

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

 a { background-color: rgb(144,19,150); }

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

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

 span { border-color: rgb(144,19,150); }

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