COLOR #9590BD

HEX: #9590BD
RGB: (149,144,189)

Color info

#9590BD contains red, green and blue colors in about the same proportion. Web safe color of #9590BD is #9999CC (or #99C).

RGB color model

#9590BD color RGB value is (149,144,189).

  • red value is 149;
  • green value is 144;
  • blue value is 189.
RGB:
(149,144,189)
(58%,56%,74%)

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 189 of 255 = 74%

149
144
189

R + G + B ~ 63%. #9590BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 189 = 482 (100%)
R 149 of 482 ~ 30.91%
G 144 of 482 ~ 29.88%
B 189 of 482 ~ 39.21%

%30.91
%29.88
%39.21

CMYK color model

#9590BD color CMYK value is (21,24,0,26).

  • cyan value is 21.16%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(21,24,0,26)
C21M24Y0K26 
(21%,24%,0%,26%)
(0.21/0.24/0.00/0.26)	

CMYK percentages

%21.16
%23.81
%0
%25.88

Codes

Color #9590BD in popluar color models

9590BD
RGB149144189
HSL247°25.42%65.29%
HSB/HSV247°23.81%74.12%
CMYK21.16%23.81%0.00%
25.88%

Color #9590BD in popluar number systems.

HEX9590BD
Decimal149144189
Binary100101011001000010111101
Octal225220275

Shades and tints

Shades of #9590BD

#9590BD
(149,144,189)
#8883AC
(136,131,172)
#7B769B
(123,118,155)
#6E698A
(110,105,138)
#615C79
(97,92,121)
#544F68
(84,79,104)
#474257
(71,66,87)
#3A3546
(58,53,70)
#2D2835
(45,40,53)
#201B24
(32,27,36)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #9590BD

#9590BD
(149,144,189)
#9E9AC3
(158,154,195)
#A7A4C9
(167,164,201)
#B0AECF
(176,174,207)
#B9B8D5
(185,184,213)
#C2C2DB
(194,194,219)
#CBCCE1
(203,204,225)
#D4D6E7
(212,214,231)
#DDE0ED
(221,224,237)
#E6EAF3
(230,234,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9590BD color. Also use rgb(149,144,189) instead hex code.

Text Font Color

.myTextColor { color: #9590BD; }

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

This text font color is #9590BD.


Background Color

.myBgColor { background-color: #9590BD; }

<div style="background-color:#9590BD">Inner text</div>

This div background color is #9590BD.


Border color

.myBorderColor { border: 1px solid #9590BD; }

<div style="border:3px solid #9590BD">Div</div>

This div border color is #9590BD.


Opacity

.myOpacity80 { color: #9590BD; opacity: 0.8; }

<p style="color:#9590BD;opacity:0.8;">80%</p>

Text with #9590BD 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 #9590BD;}

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

This text has shadow with #9590BD color.

.textShadow {text-shadow: 3px 3px 1px #9590BD, 3px 3px 1px red;}

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

This text has shadow with #9590BD primary color and red secondary color.


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

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

This text has shadow with #9590BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9590BD on black background.


Color preview on white background

This text has color #9590BD on white background.



Black color preview on #9590BD background

This text has black color on #9590BD background.


White color preview on #9590BD background

This text has white color on #9590BD background.