#900984

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

Shades of Dark Magenta #900984

Tints of Dark Magenta #900984

Color information

#900984 (or 0x900984) is unknown color: approx Dark Magenta. HEX triplet: 90, 09 and 84. RGB value is (144,9,132). Sum of RGB (Red+Green+Blue) = 144+9+132=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #900984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900984 is #6FF67B. Grayscale: #3F3F3F. Windows color (decimal): -7337596 or 8653200. OLE color: 8653200.

HSL color Cylindrical-coordinate representation of color #900984: hue angle of 305.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900984 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB1449132-
CMYK00.940.080.44
HSL305.33º88.24%30%-
HSV(B)305.33º93.75%56.47%-
XYZ15.767.7922.5-
YUV63.39166.73185.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.53%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=50.53%
G=3.16%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144913200.940.080.44305.3388.2430
Hex9098405E82C131581e
Octal220112040136105446113036
Binary10010000100110000100010111101000101100100110001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900984; }

 p { color: rgb(144,9,132); }

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

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

 a { background-color: rgb(144,9,132); }

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

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

 span { border-color: rgb(144,9,132); }

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