#90057C

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

Shades of Dark Magenta #90057C

Tints of Dark Magenta #90057C

Color information

#90057C (or 0x90057C) is unknown color: approx Dark Magenta. HEX triplet: 90, 05 and 7C. RGB value is (144,5,124). Sum of RGB (Red+Green+Blue) = 144+5+124=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90057C is #6FFA83. Grayscale: #3B3B3B. Windows color (decimal): -7338628 or 8127888. OLE color: 8127888.

HSL color Cylindrical-coordinate representation of color #90057C: hue angle of 308.63º 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 #90057C is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB1445124-
CMYK00.970.140.44
HSL308.63º93.29%29.22%-
HSV(B)308.63º96.53%56.47%-
XYZ15.197.4919.71-
YUV60.13164.05187.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=52.75%
G=1.83%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144512400.970.140.44308.6393.2929.22
Hex9057C061E2C1355d1d
Octal22051740141165446513535
Binary100100001011111100011000011110101100100110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90057C; }

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

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

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

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

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

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

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

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