#900596

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

Shades of Dark Magenta #900596

Tints of Dark Magenta #900596

Color information

#900596 (or 0x900596) is unknown color: approx Dark Magenta. HEX triplet: 90, 05 and 96. RGB value is (144,5,150). Sum of RGB (Red+Green+Blue) = 144+5+150=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #900596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900596 is #6FFA69. Grayscale: #3E3E3E. Windows color (decimal): -7338602 or 9831824. OLE color: 9831824.

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

Color convert

RGB1445150-
CMYK0.040.9700.41
HSL297.52º93.55%30.39%-
HSV(B)297.52º96.67%58.82%-
XYZ17.068.2429.55-
YUV63.09177.05185.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=48.16%
G=1.67%
B=50.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14451500.040.9700.41297.5293.5530.39
Hex9059646102912a5e1e
Octal2205226414105145213636
Binary100100001011001011010011000010101001100101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900596; }

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

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

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

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

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

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

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

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