#90057B

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

Shades of Dark Magenta #90057B

Tints of Dark Magenta #90057B

Color information

#90057B (or 0x90057B) is unknown color: approx Dark Magenta. HEX triplet: 90, 05 and 7B. RGB value is (144,5,123). Sum of RGB (Red+Green+Blue) = 144+5+123=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90057B is #6FFA84. Grayscale: #3B3B3B. Windows color (decimal): -7338629 or 8062352. OLE color: 8062352.

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

Color convert

RGB1445123-
CMYK00.970.150.44
HSL309.06º93.29%29.22%-
HSV(B)309.06º96.53%56.47%-
XYZ15.137.4719.38-
YUV60.01163.55187.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=52.94%
G=1.84%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144512300.970.150.44309.0693.2929.22
Hex9057B061F2C1355d1d
Octal22051730141175446513535
Binary100100001011111011011000011111101100100110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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