COLOR #90587A

HEX: #90587A
RGB: (144,88,122)

Color info

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

RGB color model

#90587A color RGB value is (144,88,122).

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

RGB channels and saturation

R 144 of 255 = 56%
G 88 of 255 = 35%
B 122 of 255 = 48%

144
88
122

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

Portions of RGB colors in percentages

R + G + B =
144 + 88 + 122 = 354 (100%)
R 144 of 354 ~ 40.68%
G 88 of 354 ~ 24.86%
B 122 of 354 ~ 34.46%

%40.68
%24.86
%34.46

CMYK color model

#90587A color CMYK value is (0,39,15,44).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK:
(0,39,15,44)
C0M39Y15K44 
(0%,39%,15%,44%)
(0.00/0.39/0.15/0.44)	

CMYK percentages

%0
%38.89
%15.28
%43.53

Codes

Color #90587A in popluar color models

90587A
RGB14488122
HSL324°24.14%45.49%
HSB/HSV324°38.89%56.47%
CMYK0.00%38.89%15.28%
43.53%

Color #90587A in popluar number systems.

HEX90587A
Decimal14488122
Binary1001000010110001111010
Octal220130172

Shades and tints

Shades of #90587A

#90587A
(144,88,122)
#83506F
(131,80,111)
#764864
(118,72,100)
#694059
(105,64,89)
#5C384E
(92,56,78)
#4F3043
(79,48,67)
#422838
(66,40,56)
#35202D
(53,32,45)
#281822
(40,24,34)
#1B1017
(27,16,23)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #90587A

#90587A
(144,88,122)
#9A6786
(154,103,134)
#A47692
(164,118,146)
#AE859E
(174,133,158)
#B894AA
(184,148,170)
#C2A3B6
(194,163,182)
#CCB2C2
(204,178,194)
#D6C1CE
(214,193,206)
#E0D0DA
(224,208,218)
#EADFE6
(234,223,230)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90587A; }

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

This text font color is #90587A.


Background Color

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

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

This div background color is #90587A.


Border color

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

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

This div border color is #90587A.


Opacity

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

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

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

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

This text has shadow with #90587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90587A on black background.


Color preview on white background

This text has color #90587A on white background.



Black color preview on #90587A background

This text has black color on #90587A background.


White color preview on #90587A background

This text has white color on #90587A background.