Html Css Color HEX #90037D Dark Magenta

📋 copy color: '#90037D'

red 144 ◦ green 3 ◦ blue 125

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

Shades of Dark Magenta #90037D

Tints of Dark Magenta #90037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 52.94%
G = 1.1%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90037D (or 0x90037D) is known color: Dark Magenta. HEX triplet: 90, 03 and 7D. RGB value is (144,3,125). Sum of RGB (Red+Green+Blue) = 144+3+125=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90037D is #6FFC82. Grayscale: #3A3A3A. Windows color (decimal): -7339139 or 8192912. OLE color: 8192912.

HSL color Cylindrical-coordinate representation of color #90037D: hue angle of 308.09º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90037D is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 125 -
CMYK 0 0.98 0.13 0.44
HSL 308.09º 0.96% 0.29% -
HSV(B) 308.09º 0.98% 0.56% -
XYZ 15.24 7.48 20.04 -
YUV 59.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 144 3 125 0 0.98 0.13 0.44 308.09 0.96 0.29
Hex 90 3 7D 0 62 D 2C 134 60 1D
Octal 220 3 175 0 142 15 54 464 140 35
Binary 10010000 11 1111101 0 1100010 1101 101100 100110100 1100000 11101

Color Harmonies of #90037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90037D

Black with #90037D

Text Example


Text Example

White with #90037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,3,125); }

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

background-color css

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

 a { background-color: rgb(144,3,125); }

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

border-color css

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

 span { border-color: rgb(144,3,125); }

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