COLOR #9565B0

HEX: #9565B0 RGB: (149,101,176)

Color info

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

RGB color model

#9565B0 color RGB value is (149,101,176).

RGB: (149,101,176) (58%, 40%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 101 of 255 = 40%
B 176 of 255 = 69%

149
101
176

R + G + B ~ 56%. #9565B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 101 + 176 = 426 (100%)
R 149 of 426 ~ 34.98%
G 101 of 426 ~ 23.71%
B 176 of 426 ~ 41.31'%

%34.98
%23.71
%41.31

CMYK color model

#9565B0 color CMYK value is (15,43,0,31).

  • cyan value is 15.34%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (15,43,0,31)
C15M43Y0K31 (15%, 43%, 0%, 31%)
(0.15 / 0.43 / 0.00 / 0.31)

CMYK percentages

%15.34
%42.61
%0
%30.98

Codes

Color #9565B0 in popluar color models

95 65 B0
RGB 149 101 176
HSL 278° 32.19% 54.31%
HSB/HSV 278° 42.61% 69.02%
CMYK 15.34% 42.61% 0.00%
30.98%

Color #9565B0 in popluar number systems.

HEX 95 65 B0
Decimal 149 101 176
Binary 10010101 1100101 10110000
Octal 225 145 260

Shades and tints

Shades of #9565B0

#9565B0
(149,101,176)
#885CA0
(136,92,160)
#7B5390
(123,83,144)
#6E4A80
(110,74,128)
#614170
(97,65,112)
#543860
(84,56,96)
#472F50
(71,47,80)
#3A2640
(58,38,64)
#2D1D30
(45,29,48)
#201420
(32,20,32)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #9565B0

#9565B0
(149,101,176)
#9E73B7
(158,115,183)
#A781BE
(167,129,190)
#B08FC5
(176,143,197)
#B99DCC
(185,157,204)
#C2ABD3
(194,171,211)
#CBB9DA
(203,185,218)
#D4C7E1
(212,199,225)
#DDD5E8
(221,213,232)
#E6E3EF
(230,227,239)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9565B0 color. Also use rgb(149,101,176) instead hex code.

Text Font Color

.myTextColor { color: #9565B0; }

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

This text font color is #9565B0.

Background Color

.myBgColor { background-color: #9565B0; }

<div style="background-color:#9565B0">Inner text</div>

This div background color is #9565B0.

Border color

.myBorderColor { border: 1px solid #9565B0; }

<div style="border:3px solid #9565B0">Div</div>

This div border color is #9565B0.

Opacity

.myOpacity80 { color: #9565B0; opacity: 0.8; }

<p style="color:#9565B0;opacity:0.8;">80%</p>

Text with #9565B0 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 #9565B0;}

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

This text has shadow with #9565B0 color.


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

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

This text has shadow with #9565B0 primary color and red secondary color.


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

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

This text has shadow with #9565B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9565B0.

Preview

Color preview on black background

This text has color #9565B0 on black background.


Color preview on white background

This text has color #9565B0 on white background.


Black color preview on #9565B0 background

This text has black color on #9565B0 background.


White color preview on #9565B0 background

This text has white color on #9565B0 background.


Related colors

Complementary color

Complementary color for #hex is #6A9A4F.


I love getcolorcode.com

Triadic colors

1 #B09565 and #65B095 with #9565B0 are triadic colors.

2 #B06595 and #6595B0 with #9565B0 are triadic colors.