COLOR #90598B

HEX: #90598B
RGB: (144,89,139)

Color info

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

RGB color model

#90598B color RGB value is (144,89,139).

  • red value is 144;
  • green value is 89;
  • blue value is 139.
RGB:
(144,89,139)
(56%,35%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 89 of 255 = 35%
B 139 of 255 = 55%

144
89
139

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

Portions of RGB colors in percentages

R + G + B =
144 + 89 + 139 = 372 (100%)
R 144 of 372 ~ 38.71%
G 89 of 372 ~ 23.92%
B 139 of 372 ~ 37.37%

%38.71
%23.92
%37.37

CMYK color model

#90598B color CMYK value is (0,38,3,44).

  • cyan value is 0.00%
  • magenta value is 38.19%
  • yellow value is 3.47%
  • key color value is 43.53%
CMYK:
(0,38,3,44)
C0M38Y3K44 
(0%,38%,3%,44%)
(0.00/0.38/0.03/0.44)	

CMYK percentages

%0
%38.19
%3.47
%43.53

Codes

Color #90598B in popluar color models

90598B
RGB14489139
HSL305°23.61%45.69%
HSB/HSV305°38.19%56.47%
CMYK0.00%38.19%3.47%
43.53%

Color #90598B in popluar number systems.

HEX90598B
Decimal14489139
Binary10010000101100110001011
Octal220131213

Shades and tints

Shades of #90598B

#90598B
(144,89,139)
#83517F
(131,81,127)
#764973
(118,73,115)
#694167
(105,65,103)
#5C395B
(92,57,91)
#4F314F
(79,49,79)
#422943
(66,41,67)
#352137
(53,33,55)
#28192B
(40,25,43)
#1B111F
(27,17,31)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #90598B

#90598B
(144,89,139)
#9A6895
(154,104,149)
#A4779F
(164,119,159)
#AE86A9
(174,134,169)
#B895B3
(184,149,179)
#C2A4BD
(194,164,189)
#CCB3C7
(204,179,199)
#D6C2D1
(214,194,209)
#E0D1DB
(224,209,219)
#EAE0E5
(234,224,229)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90598B color. Also use rgb(144,89,139) instead hex code.

Text Font Color

.myTextColor { color: #90598B; }

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

This text font color is #90598B.


Background Color

.myBgColor { background-color: #90598B; }

<div style="background-color:#90598B">Inner text</div>

This div background color is #90598B.


Border color

.myBorderColor { border: 1px solid #90598B; }

<div style="border:3px solid #90598B">Div</div>

This div border color is #90598B.


Opacity

.myOpacity80 { color: #90598B; opacity: 0.8; }

<p style="color:#90598B;opacity:0.8;">80%</p>

Text with #90598B 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 #90598B;}

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

This text has shadow with #90598B color.

.textShadow {text-shadow: 3px 3px 1px #90598B, 3px 3px 1px red;}

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

This text has shadow with #90598B primary color and red secondary color.


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

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

This text has shadow with #90598B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90598B on black background.


Color preview on white background

This text has color #90598B on white background.



Black color preview on #90598B background

This text has black color on #90598B background.


White color preview on #90598B background

This text has white color on #90598B background.