COLOR #90499D

HEX: #90499D RGB: (144,73,157)

Color info

#90499D contains mainly red and blue colors. Web safe color of #90499D is #993399 (or #939).

RGB color model

#90499D color RGB value is (144,73,157).

RGB: (144,73,157) (56%, 29%, 62%)

RGB channels and saturation

R 144 of 255 = 56%
G 73 of 255 = 29%
B 157 of 255 = 62%

144
73
157

R + G + B ~ 49%. #90499D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 73 + 157 = 374 (100%)
R 144 of 374 ~ 38.5%
G 73 of 374 ~ 19.52%
B 157 of 374 ~ 41.98'%

%38.5
%19.52
%41.98

CMYK color model

#90499D color CMYK value is (8,54,0,38).

  • cyan value is 8.28%
  • magenta value is 53.50%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (8,54,0,38)
C8M54Y0K38 (8%, 54%, 0%, 38%)
(0.08 / 0.54 / 0.00 / 0.38)

CMYK percentages

%8.28
%53.5
%0
%38.43

Codes

Color #90499D in popluar color models

90 49 9D
RGB 144 73 157
HSL 291° 36.52% 45.10%
HSB/HSV 291° 53.50% 61.57%
CMYK 8.28% 53.50% 0.00%
38.43%

Color #90499D in popluar number systems.

HEX 90 49 9D
Decimal 144 73 157
Binary 10010000 1001001 10011101
Octal 220 111 235

Shades and tints

Shades of #90499D

#90499D
(144,73,157)
#83438F
(131,67,143)
#763D81
(118,61,129)
#693773
(105,55,115)
#5C3165
(92,49,101)
#4F2B57
(79,43,87)
#422549
(66,37,73)
#351F3B
(53,31,59)
#28192D
(40,25,45)
#1B131F
(27,19,31)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #90499D

#90499D
(144,73,157)
#9A59A5
(154,89,165)
#A469AD
(164,105,173)
#AE79B5
(174,121,181)
#B889BD
(184,137,189)
#C299C5
(194,153,197)
#CCA9CD
(204,169,205)
#D6B9D5
(214,185,213)
#E0C9DD
(224,201,221)
#EAD9E5
(234,217,229)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90499D color. Also use rgb(144,73,157) instead hex code.

Text Font Color

.myTextColor { color: #90499D; }

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

This text font color is #90499D.

Background Color

.myBgColor { background-color: #90499D; }

<div style="background-color:#90499D">Inner text</div>

This div background color is #90499D.

Border color

.myBorderColor { border: 1px solid #90499D; }

<div style="border:3px solid #90499D">Div</div>

This div border color is #90499D.

Opacity

.myOpacity80 { color: #90499D; opacity: 0.8; }

<p style="color:#90499D;opacity:0.8;">80%</p>

Text with #90499D 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 #90499D;}

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

This text has shadow with #90499D color.


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

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

This text has shadow with #90499D primary color and red secondary color.


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

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

This text has shadow with #90499D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90499D.

Preview

Color preview on black background

This text has color #90499D on black background.


Color preview on white background

This text has color #90499D on white background.


Black color preview on #90499D background

This text has black color on #90499D background.


White color preview on #90499D background

This text has white color on #90499D background.


Related colors

Complementary color

Complementary color for #hex is #6FB662.


I love getcolorcode.com

Triadic colors

1 #9D9049 and #499D90 with #90499D are triadic colors.

2 #9D4990 and #49909D with #90499D are triadic colors.