COLOR #9588DD

HEX: #9588DD
RGB: (149,136,221)

Color info

#9588DD contains mainly blue color. Web safe color of #9588DD is #9999CC (or #99C).

RGB color model

#9588DD color RGB value is (149,136,221).

  • red value is 149;
  • green value is 136;
  • blue value is 221.
RGB:
(149,136,221)
(58%,53%,87%)

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 221 of 255 = 87%

149
136
221

R + G + B ~ 66%. #9588DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 221 = 506 (100%)
R 149 of 506 ~ 29.45%
G 136 of 506 ~ 26.88%
B 221 of 506 ~ 43.68%

%29.45
%26.88
%43.68

CMYK color model

#9588DD color CMYK value is (33,38,0,13).

  • cyan value is 32.58%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(33,38,0,13)
C33M38Y0K13 
(33%,38%,0%,13%)
(0.33/0.38/0.00/0.13)	

CMYK percentages

%32.58
%38.46
%0
%13.33

Codes

Color #9588DD in popluar color models

9588DD
RGB149136221
HSL249°55.56%70.00%
HSB/HSV249°38.46%86.67%
CMYK32.58%38.46%0.00%
13.33%

Color #9588DD in popluar number systems.

HEX9588DD
Decimal149136221
Binary100101011000100011011101
Octal225210335

Shades and tints

Shades of #9588DD

#9588DD
(149,136,221)
#887CC9
(136,124,201)
#7B70B5
(123,112,181)
#6E64A1
(110,100,161)
#61588D
(97,88,141)
#544C79
(84,76,121)
#474065
(71,64,101)
#3A3451
(58,52,81)
#2D283D
(45,40,61)
#201C29
(32,28,41)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9588DD

#9588DD
(149,136,221)
#9E92E0
(158,146,224)
#A79CE3
(167,156,227)
#B0A6E6
(176,166,230)
#B9B0E9
(185,176,233)
#C2BAEC
(194,186,236)
#CBC4EF
(203,196,239)
#D4CEF2
(212,206,242)
#DDD8F5
(221,216,245)
#E6E2F8
(230,226,248)
#EFECFB
(239,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9588DD color. Also use rgb(149,136,221) instead hex code.

Text Font Color

.myTextColor { color: #9588DD; }

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

This text font color is #9588DD.


Background Color

.myBgColor { background-color: #9588DD; }

<div style="background-color:#9588DD">Inner text</div>

This div background color is #9588DD.


Border color

.myBorderColor { border: 1px solid #9588DD; }

<div style="border:3px solid #9588DD">Div</div>

This div border color is #9588DD.


Opacity

.myOpacity80 { color: #9588DD; opacity: 0.8; }

<p style="color:#9588DD;opacity:0.8;">80%</p>

Text with #9588DD 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 #9588DD;}

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

This text has shadow with #9588DD color.

.textShadow {text-shadow: 3px 3px 1px #9588DD, 3px 3px 1px red;}

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

This text has shadow with #9588DD primary color and red secondary color.


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

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

This text has shadow with #9588DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9588DD on black background.


Color preview on white background

This text has color #9588DD on white background.



Black color preview on #9588DD background

This text has black color on #9588DD background.


White color preview on #9588DD background

This text has white color on #9588DD background.