#900582

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

Shades of Dark Magenta #900582

Tints of Dark Magenta #900582

Color information

#900582 (or 0x900582) is unknown color: approx Dark Magenta. HEX triplet: 90, 05 and 82. RGB value is (144,5,130). Sum of RGB (Red+Green+Blue) = 144+5+130=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900582 is #6FFA7D. Grayscale: #3C3C3C. Windows color (decimal): -7338622 or 8521104. OLE color: 8521104.

HSL color Cylindrical-coordinate representation of color #900582: hue angle of 306.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900582 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB1445130-
CMYK00.970.100.44
HSL306.04º93.29%29.22%-
HSV(B)306.04º96.53%56.47%-
XYZ15.597.6521.77-
YUV60.81167.05187.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.61%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=51.61%
G=1.79%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144513000.970.100.44306.0493.2929.22
Hex90582061A2C1325d1d
Octal22052020141125446213535
Binary1001000010110000010011000011010101100100110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900582; }

 p { color: rgb(144,5,130); }

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

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

 a { background-color: rgb(144,5,130); }

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

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

 span { border-color: rgb(144,5,130); }

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