COLOR #9594D7

HEX: #9594D7 RGB: (149,148,215)

Color info

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

RGB color model

#9594D7 color RGB value is (149,148,215).

RGB: (149,148,215) (58%, 58%, 84%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 215 of 255 = 84%

149
148
215

R + G + B ~ 67%. #9594D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 148 + 215 = 512 (100%)
R 149 of 512 ~ 29.1%
G 148 of 512 ~ 28.91%
B 215 of 512 ~ 41.99'%

%29.1
%28.91
%41.99

CMYK color model

#9594D7 color CMYK value is (31,31,0,16).

  • cyan value is 30.70%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (31,31,0,16)
C31M31Y0K16 (31%, 31%, 0%, 16%)
(0.31 / 0.31 / 0.00 / 0.16)

CMYK percentages

%30.7
%31.16
%0
%15.69

Codes

Color #9594D7 in popluar color models

95 94 D7
RGB 149 148 215
HSL 241° 45.58% 71.18%
HSB/HSV 241° 31.16% 84.31%
CMYK 30.70% 31.16% 0.00%
15.69%

Color #9594D7 in popluar number systems.

HEX 95 94 D7
Decimal 149 148 215
Binary 10010101 10010100 11010111
Octal 225 224 327

Shades and tints

Shades of #9594D7

#9594D7
(149,148,215)
#8887C4
(136,135,196)
#7B7AB1
(123,122,177)
#6E6D9E
(110,109,158)
#61608B
(97,96,139)
#545378
(84,83,120)
#474665
(71,70,101)
#3A3952
(58,57,82)
#2D2C3F
(45,44,63)
#201F2C
(32,31,44)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9594D7

#9594D7
(149,148,215)
#9E9DDA
(158,157,218)
#A7A6DD
(167,166,221)
#B0AFE0
(176,175,224)
#B9B8E3
(185,184,227)
#C2C1E6
(194,193,230)
#CBCAE9
(203,202,233)
#D4D3EC
(212,211,236)
#DDDCEF
(221,220,239)
#E6E5F2
(230,229,242)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9594D7 color. Also use rgb(149,148,215) instead hex code.

Text Font Color

.myTextColor { color: #9594D7; }

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

This text font color is #9594D7.

Background Color

.myBgColor { background-color: #9594D7; }

<div style="background-color:#9594D7">Inner text</div>

This div background color is #9594D7.

Border color

.myBorderColor { border: 1px solid #9594D7; }

<div style="border:3px solid #9594D7">Div</div>

This div border color is #9594D7.

Opacity

.myOpacity80 { color: #9594D7; opacity: 0.8; }

<p style="color:#9594D7;opacity:0.8;">80%</p>

Text with #9594D7 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 #9594D7;}

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

This text has shadow with #9594D7 color.


.textShadow {text-shadow: 3px 3px 1px #9594D7', 3px 3px 1px red;}

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

This text has shadow with #9594D7 primary color and red secondary color.


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

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

This text has shadow with #9594D7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9594D7; -webkit-box-shadow: 1px 1px 3px 2px #9594D7; box-shadow:1px 1px 3px 2px #9594D7;">
Div content here
</div>

This div box has shadow with color #9594D7.

Preview

Color preview on black background

This text has color #9594D7 on black background.


Color preview on white background

This text has color #9594D7 on white background.


Black color preview on #9594D7 background

This text has black color on #9594D7 background.


White color preview on #9594D7 background

This text has white color on #9594D7 background.


Related colors

Complementary color

Complementary color for #hex is #6A6B28.


I love getcolorcode.com

Triadic colors

1 #D79594 and #94D795 with #9594D7 are triadic colors.

2 #D79495 and #9495D7 with #9594D7 are triadic colors.