COLOR #90588D

HEX: #90588D
RGB: (144,88,141)

Color info

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

RGB color model

#90588D color RGB value is (144,88,141).

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

RGB channels and saturation

R 144 of 255 = 56%
G 88 of 255 = 35%
B 141 of 255 = 55%

144
88
141

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

Portions of RGB colors in percentages

R + G + B =
144 + 88 + 141 = 373 (100%)
R 144 of 373 ~ 38.61%
G 88 of 373 ~ 23.59%
B 141 of 373 ~ 37.8%

%38.61
%23.59
%37.8

CMYK color model

#90588D color CMYK value is (0,39,2,44).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(0,39,2,44)
C0M39Y2K44 
(0%,39%,2%,44%)
(0.00/0.39/0.02/0.44)	

CMYK percentages

%0
%38.89
%2.08
%43.53

Codes

Color #90588D in popluar color models

90588D
RGB14488141
HSL303°24.14%45.49%
HSB/HSV303°38.89%56.47%
CMYK0.00%38.89%2.08%
43.53%

Color #90588D in popluar number systems.

HEX90588D
Decimal14488141
Binary10010000101100010001101
Octal220130215

Shades and tints

Shades of #90588D

#90588D
(144,88,141)
#835081
(131,80,129)
#764875
(118,72,117)
#694069
(105,64,105)
#5C385D
(92,56,93)
#4F3051
(79,48,81)
#422845
(66,40,69)
#352039
(53,32,57)
#28182D
(40,24,45)
#1B1021
(27,16,33)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #90588D

#90588D
(144,88,141)
#9A6797
(154,103,151)
#A476A1
(164,118,161)
#AE85AB
(174,133,171)
#B894B5
(184,148,181)
#C2A3BF
(194,163,191)
#CCB2C9
(204,178,201)
#D6C1D3
(214,193,211)
#E0D0DD
(224,208,221)
#EADFE7
(234,223,231)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90588D color. Also use rgb(144,88,141) instead hex code.

Text Font Color

.myTextColor { color: #90588D; }

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

This text font color is #90588D.


Background Color

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

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

This div background color is #90588D.


Border color

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

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

This div border color is #90588D.


Opacity

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

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

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

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

This text has shadow with #90588D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90588D on black background.


Color preview on white background

This text has color #90588D on white background.



Black color preview on #90588D background

This text has black color on #90588D background.


White color preview on #90588D background

This text has white color on #90588D background.