COLOR #90599B

HEX: #90599B
RGB: (144,89,155)

Color info

#90599B contains mainly red and blue colors. Web safe color of #90599B is #996699 (or #969).

RGB color model

#90599B color RGB value is (144,89,155).

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

RGB channels and saturation

R 144 of 255 = 56%
G 89 of 255 = 35%
B 155 of 255 = 61%

144
89
155

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

Portions of RGB colors in percentages

R + G + B =
144 + 89 + 155 = 388 (100%)
R 144 of 388 ~ 37.11%
G 89 of 388 ~ 22.94%
B 155 of 388 ~ 39.95%

%37.11
%22.94
%39.95

CMYK color model

#90599B color CMYK value is (7,43,0,39).

  • cyan value is 7.10%
  • magenta value is 42.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(7,43,0,39)
C7M43Y0K39 
(7%,43%,0%,39%)
(0.07/0.43/0.00/0.39)	

CMYK percentages

%7.1
%42.58
%0
%39.22

Codes

Color #90599B in popluar color models

90599B
RGB14489155
HSL290°27.05%47.84%
HSB/HSV290°42.58%60.78%
CMYK7.10%42.58%0.00%
39.22%

Color #90599B in popluar number systems.

HEX90599B
Decimal14489155
Binary10010000101100110011011
Octal220131233

Shades and tints

Shades of #90599B

#90599B
(144,89,155)
#83518D
(131,81,141)
#76497F
(118,73,127)
#694171
(105,65,113)
#5C3963
(92,57,99)
#4F3155
(79,49,85)
#422947
(66,41,71)
#352139
(53,33,57)
#28192B
(40,25,43)
#1B111D
(27,17,29)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #90599B

#90599B
(144,89,155)
#9A68A4
(154,104,164)
#A477AD
(164,119,173)
#AE86B6
(174,134,182)
#B895BF
(184,149,191)
#C2A4C8
(194,164,200)
#CCB3D1
(204,179,209)
#D6C2DA
(214,194,218)
#E0D1E3
(224,209,227)
#EAE0EC
(234,224,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90599B; }

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

This text font color is #90599B.


Background Color

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

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

This div background color is #90599B.


Border color

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

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

This div border color is #90599B.


Opacity

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

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

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

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

This text has shadow with #90599B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90599B on black background.


Color preview on white background

This text has color #90599B on white background.



Black color preview on #90599B background

This text has black color on #90599B background.


White color preview on #90599B background

This text has white color on #90599B background.