COLOR #90739D

HEX: #90739D
RGB: (144,115,157)

Color info

#90739D contains red, green and blue colors in about the same proportion. Web safe color of #90739D is #996699 (or #969).

RGB color model

#90739D color RGB value is (144,115,157).

  • red value is 144;
  • green value is 115;
  • blue value is 157.
RGB:
(144,115,157)
(56%,45%,62%)

RGB channels and saturation

R 144 of 255 = 56%
G 115 of 255 = 45%
B 157 of 255 = 62%

144
115
157

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

Portions of RGB colors in percentages

R + G + B =
144 + 115 + 157 = 416 (100%)
R 144 of 416 ~ 34.62%
G 115 of 416 ~ 27.64%
B 157 of 416 ~ 37.74%

%34.62
%27.64
%37.74

CMYK color model

#90739D color CMYK value is (8,27,0,38).

  • cyan value is 8.28%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(8,27,0,38)
C8M27Y0K38 
(8%,27%,0%,38%)
(0.08/0.27/0.00/0.38)	

CMYK percentages

%8.28
%26.75
%0
%38.43

Codes

Color #90739D in popluar color models

90739D
RGB144115157
HSL281°17.65%53.33%
HSB/HSV281°26.75%61.57%
CMYK8.28%26.75%0.00%
38.43%

Color #90739D in popluar number systems.

HEX90739D
Decimal144115157
Binary10010000111001110011101
Octal220163235

Shades and tints

Shades of #90739D

#90739D
(144,115,157)
#83698F
(131,105,143)
#765F81
(118,95,129)
#695573
(105,85,115)
#5C4B65
(92,75,101)
#4F4157
(79,65,87)
#423749
(66,55,73)
#352D3B
(53,45,59)
#28232D
(40,35,45)
#1B191F
(27,25,31)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #90739D

#90739D
(144,115,157)
#9A7FA5
(154,127,165)
#A48BAD
(164,139,173)
#AE97B5
(174,151,181)
#B8A3BD
(184,163,189)
#C2AFC5
(194,175,197)
#CCBBCD
(204,187,205)
#D6C7D5
(214,199,213)
#E0D3DD
(224,211,221)
#EADFE5
(234,223,229)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90739D; }

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

This text font color is #90739D.


Background Color

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

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

This div background color is #90739D.


Border color

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

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

This div border color is #90739D.


Opacity

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

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

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

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

This text has shadow with #90739D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90739D on black background.


Color preview on white background

This text has color #90739D on white background.



Black color preview on #90739D background

This text has black color on #90739D background.


White color preview on #90739D background

This text has white color on #90739D background.