COLOR #90377A

HEX: #90377A RGB: (144,55,122)

Color info

#90377A contains mainly red and blue colors. Web safe color of #90377A is #993366 (or #936).

RGB color model

#90377A color RGB value is (144,55,122).

RGB: (144,55,122) (56%, 22%, 48%)

RGB channels and saturation

R 144 of 255 = 56%
G 55 of 255 = 22%
B 122 of 255 = 48%

144
55
122

R + G + B ~ 42%. #90377A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 55 + 122 = 321 (100%)
R 144 of 321 ~ 44.86%
G 55 of 321 ~ 17.13%
B 122 of 321 ~ 38.01'%

%44.86
%17.13
%38.01

CMYK color model

#90377A color CMYK value is (0,62,15,44).

  • cyan value is 0.00%
  • magenta value is 61.81%
  • yellow value is 15.28%
  • key color value is 43.53%

CMYK: (0,62,15,44)
C0M62Y15K44 (0%, 62%, 15%, 44%)
(0.00 / 0.62 / 0.15 / 0.44)

CMYK percentages

%0
%61.81
%15.28
%43.53

Codes

Color #90377A in popluar color models

90 37 7A
RGB 144 55 122
HSL 315° 44.72% 39.02%
HSB/HSV 315° 61.81% 56.47%
CMYK 0.00% 61.81% 15.28%
43.53%

Color #90377A in popluar number systems.

HEX 90 37 7A
Decimal 144 55 122
Binary 10010000 110111 1111010
Octal 220 67 172

Shades and tints

Shades of #90377A

#90377A
(144,55,122)
#83326F
(131,50,111)
#762D64
(118,45,100)
#692859
(105,40,89)
#5C234E
(92,35,78)
#4F1E43
(79,30,67)
#421938
(66,25,56)
#35142D
(53,20,45)
#280F22
(40,15,34)
#1B0A17
(27,10,23)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #90377A

#90377A
(144,55,122)
#9A4986
(154,73,134)
#A45B92
(164,91,146)
#AE6D9E
(174,109,158)
#B87FAA
(184,127,170)
#C291B6
(194,145,182)
#CCA3C2
(204,163,194)
#D6B5CE
(214,181,206)
#E0C7DA
(224,199,218)
#EAD9E6
(234,217,230)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90377A color. Also use rgb(144,55,122) instead hex code.

Text Font Color

.myTextColor { color: #90377A; }

<p style="color:#90377A">This sample text font color is #90377A.</p>

This text font color is #90377A.

Background Color

.myBgColor { background-color: #90377A; }

<div style="background-color:#90377A">Inner text</div>

This div background color is #90377A.

Border color

.myBorderColor { border: 1px solid #90377A; }

<div style="border:3px solid #90377A">Div</div>

This div border color is #90377A.

Opacity

.myOpacity80 { color: #90377A; opacity: 0.8; }

<p style="color:#90377A;opacity:0.8;">80%</p>

Text with #90377A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90377A;}

<p style="text-shadow: 3px 3px 1px #90377A">Text here.</p>

This text has shadow with #90377A color.


.textShadow {text-shadow: 3px 3px 1px #90377A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90377A, 5px 5px 20px red">Text here.</p>

This text has shadow with #90377A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90377A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90377A, Direction=45, Strength=4)">Text</p>

This text has shadow with #90377A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #90377A;
-webkit-box-shadow: 1px 1px 3px 2px #90377A;
box-shadow: 1px 1px 3px 2px #90377A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90377A; -webkit-box-shadow: 1px 1px 3px 2px #90377A; box-shadow:1px 1px 3px 2px #90377A;">
Div content here
</div>

This div box has shadow with color #90377A.

Preview

Color preview on black background

This text has color #90377A on black background.


Color preview on white background

This text has color #90377A on white background.


Black color preview on #90377A background

This text has black color on #90377A background.


White color preview on #90377A background

This text has white color on #90377A background.


Related colors

Complementary color

Complementary color for #hex is #6FC885.


I love getcolorcode.com

Triadic colors

1 #7A9037 and #377A90 with #90377A are triadic colors.

2 #7A3790 and #37907A with #90377A are triadic colors.