COLOR #9595D6

HEX: #9595D6 RGB: (149,149,214)

Color info

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

RGB color model

#9595D6 color RGB value is (149,149,214).

RGB: (149,149,214) (58%, 58%, 84%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 214 of 255 = 84%

149
149
214

R + G + B ~ 67%. #9595D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 149 + 214 = 512 (100%)
R 149 of 512 ~ 29.1%
G 149 of 512 ~ 29.1%
B 214 of 512 ~ 41.8'%

%29.1
%29.1
%41.8

CMYK color model

#9595D6 color CMYK value is (30,30,0,16).

  • cyan value is 30.37%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (30,30,0,16)
C30M30Y0K16 (30%, 30%, 0%, 16%)
(0.30 / 0.30 / 0.00 / 0.16)

CMYK percentages

%30.37
%30.37
%0
%16.08

Codes

Color #9595D6 in popluar color models

95 95 D6
RGB 149 149 214
HSL 240° 44.22% 71.18%
HSB/HSV 240° 30.37% 83.92%
CMYK 30.37% 30.37% 0.00%
16.08%

Color #9595D6 in popluar number systems.

HEX 95 95 D6
Decimal 149 149 214
Binary 10010101 10010101 11010110
Octal 225 225 326

Shades and tints

Shades of #9595D6

#9595D6
(149,149,214)
#8888C3
(136,136,195)
#7B7BB0
(123,123,176)
#6E6E9D
(110,110,157)
#61618A
(97,97,138)
#545477
(84,84,119)
#474764
(71,71,100)
#3A3A51
(58,58,81)
#2D2D3E
(45,45,62)
#20202B
(32,32,43)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #9595D6

#9595D6
(149,149,214)
#9E9ED9
(158,158,217)
#A7A7DC
(167,167,220)
#B0B0DF
(176,176,223)
#B9B9E2
(185,185,226)
#C2C2E5
(194,194,229)
#CBCBE8
(203,203,232)
#D4D4EB
(212,212,235)
#DDDDEE
(221,221,238)
#E6E6F1
(230,230,241)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9595D6 color. Also use rgb(149,149,214) instead hex code.

Text Font Color

.myTextColor { color: #9595D6; }

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

This text font color is #9595D6.

Background Color

.myBgColor { background-color: #9595D6; }

<div style="background-color:#9595D6">Inner text</div>

This div background color is #9595D6.

Border color

.myBorderColor { border: 1px solid #9595D6; }

<div style="border:3px solid #9595D6">Div</div>

This div border color is #9595D6.

Opacity

.myOpacity80 { color: #9595D6; opacity: 0.8; }

<p style="color:#9595D6;opacity:0.8;">80%</p>

Text with #9595D6 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 #9595D6;}

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

This text has shadow with #9595D6 color.


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

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

This text has shadow with #9595D6 primary color and red secondary color.


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

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

This text has shadow with #9595D6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9595D6.

Preview

Color preview on black background

This text has color #9595D6 on black background.


Color preview on white background

This text has color #9595D6 on white background.


Black color preview on #9595D6 background

This text has black color on #9595D6 background.


White color preview on #9595D6 background

This text has white color on #9595D6 background.


Related colors

Complementary color

Complementary color for #9595D6 is #6A6A29.


I love getcolorcode.com