COLOR #90587D

HEX: #90587D
RGB: (144,88,125)

Color info

#90587D contains red, green and blue colors in about the same proportion. Web safe color of #90587D is #996666 (or #966).

RGB color model

#90587D color RGB value is (144,88,125).

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

RGB channels and saturation

R 144 of 255 = 56%
G 88 of 255 = 35%
B 125 of 255 = 49%

144
88
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 88 + 125 = 357 (100%)
R 144 of 357 ~ 40.34%
G 88 of 357 ~ 24.65%
B 125 of 357 ~ 35.01%

%40.34
%24.65
%35.01

CMYK color model

#90587D color CMYK value is (0,39,13,44).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK: (0,39,13,44) C0M39Y13K44 (0%,39%,13%,44%) (0.00/0.39/0.13/0.44)

CMYK percentages

%0
%38.89
%13.19
%43.53

Codes

Color #90587D in popluar color models

90587D
RGB14488125
HSL320°24.14%45.49%
HSB/HSV320°38.89%56.47%
CMYK0.00%38.89%13.19%
43.53%

Color #90587D in popluar number systems.

HEX90587D
Decimal14488125
Binary1001000010110001111101
Octal220130175

Shades and tints

Shades of #90587D

#90587D
(144,88,125)
#835072
(131,80,114)
#764867
(118,72,103)
#69405C
(105,64,92)
#5C3851
(92,56,81)
#4F3046
(79,48,70)
#42283B
(66,40,59)
#352030
(53,32,48)
#281825
(40,24,37)
#1B101A
(27,16,26)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #90587D

#90587D
(144,88,125)
#9A6788
(154,103,136)
#A47693
(164,118,147)
#AE859E
(174,133,158)
#B894A9
(184,148,169)
#C2A3B4
(194,163,180)
#CCB2BF
(204,178,191)
#D6C1CA
(214,193,202)
#E0D0D5
(224,208,213)
#EADFE0
(234,223,224)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90587D; }

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

This text font color is #90587D.


Background Color

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

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

This div background color is #90587D.


Border color

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

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

This div border color is #90587D.


Opacity

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

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

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

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

This text has shadow with #90587D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #90587D on black background.


Color preview on white background

This text has color #90587D on white background.



Black color preview on #90587D background

This text has black color on #90587D background.


White color preview on #90587D background

This text has white color on #90587D background.