Html Css Color HEX #90057C Dark Magenta

📋 copy color: '#90057C'

red 144 ◦ green 5 ◦ blue 124

#90057C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #90057C

Tints of Dark Magenta #90057C

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 value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#90057C (or 0x90057C) is known color: 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

RGB 144 5 124 -
CMYK 0 0.97 0.14 0.44
HSL 308.63º 0.93% 0.29% -
HSV(B) 308.63º 0.97% 0.56% -
XYZ 15.19 7.49 19.71 -
YUV 60.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 144 5 124 0 0.97 0.14 0.44 308.63 0.93 0.29
Hex 90 5 7C 0 61 E 2C 135 5D 1D
Octal 220 5 174 0 141 16 54 465 135 35
Binary 10010000 101 1111100 0 1100001 1110 101100 100110101 1011101 11101

Color Harmonies of #90057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90057C

Black with #90057C

Text Example


Text Example

White with #90057C

Text Example


Text Example

HTML Codes & Css Web 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>