#900391

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

Shades of Dark Magenta #900391

Tints of Dark Magenta #900391

Color information

#900391 (or 0x900391) is unknown color: approx Dark Magenta. HEX triplet: 90, 03 and 91. RGB value is (144,3,145). Sum of RGB (Red+Green+Blue) = 144+3+145=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #900391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900391 is #6FFC6E. Grayscale: #3C3C3C. Windows color (decimal): -7339119 or 9503632. OLE color: 9503632.

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

Color convert

RGB1443145-
CMYK0.010.9800.43
HSL299.58º95.95%29.02%-
HSV(B)299.58º97.93%56.86%-
XYZ16.648.0427.46-
YUV61.35175.21186.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=49.32%
G=1.03%
B=49.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14431450.010.9800.43299.5895.9529.02
Hex9039116202B12c601d
Octal2203221114205345414035
Binary100100001110010001111000100101011100101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900391; }

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

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

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

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

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

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

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

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