Html Css Color HEX #90059D Dark Magenta

📋 copy color: '#90059D'

red 144 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #90059D

Tints of Dark Magenta #90059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 47.06%
G = 1.63%
B = 51.31%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90059D (or 0x90059D) is known color: Dark Magenta. HEX triplet: 90, 05 and 9D. RGB value is (144,5,157). Sum of RGB (Red+Green+Blue) = 144+5+157=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #90059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90059D is #6FFA62. Grayscale: #3F3F3F. Windows color (decimal): -7338595 or 10290576. OLE color: 10290576.

HSL color Cylindrical-coordinate representation of color #90059D: hue angle of 294.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90059D is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 5 157 -
CMYK 0.08 0.97 0 0.38
HSL 294.87º 0.94% 0.32% -
HSV(B) 294.87º 0.97% 0.62% -
XYZ 17.64 8.47 32.6 -
YUV 63.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 144 5 157 0.08 0.97 0 0.38 294.87 0.94 0.32
Hex 90 5 9D 8 61 0 26 127 5E 20
Octal 220 5 235 10 141 0 46 447 136 40
Binary 10010000 101 10011101 1000 1100001 0 100110 100100111 1011110 100000

Color Harmonies of #90059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90059D

Black with #90059D

Text Example


Text Example

White with #90059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90059D; }

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

 H1.HeaderClassName
 {
   color: #90059D;
 }
 .AnyTagClassName
 {
   color: #90059D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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