Html Css Color HEX #90057F Dark Magenta

📋 copy color: '#90057F'

red 144 ◦ green 5 ◦ blue 127

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

Shades of Dark Magenta #90057F

Tints of Dark Magenta #90057F

RGB

 RED value IS 144 (56.64% from 255) = 52.17%

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 127 (50% from 255) = 46.01%

R = 52.17%
G = 1.81%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90057F (or 0x90057F) is known color: Dark Magenta. HEX triplet: 90, 05 and 7F. RGB value is (144,5,127). Sum of RGB (Red+Green+Blue) = 144+5+127=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90057F is #6FFA80. Grayscale: #3C3C3C. Windows color (decimal): -7338625 or 8324496. OLE color: 8324496.

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

Color convert

RGB 144 5 127 -
CMYK 0 0.97 0.12 0.44
HSL 307.34º 0.93% 0.29% -
HSV(B) 307.34º 0.97% 0.56% -
XYZ 15.39 7.57 20.73 -
YUV 60.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 144 5 127 0 0.97 0.12 0.44 307.34 0.93 0.29
Hex 90 5 7F 0 61 C 2C 133 5D 1D
Octal 220 5 177 0 141 14 54 463 135 35
Binary 10010000 101 1111111 0 1100001 1100 101100 100110011 1011101 11101

Color Harmonies of #90057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90057F

Black with #90057F

Text Example


Text Example

White with #90057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90057F;
 }
 .AnyTagClassName
 {
   color: #90057F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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