COLOR #9B65B4

HEX: #9B65B4
RGB: (155,101,180)

Color info

#9B65B4 contains mainly red and blue colors. Web safe color of #9B65B4 is #9966CC (or #96C).

RGB color model

#9B65B4 color RGB value is (155,101,180).

  • red value is 155;
  • green value is 101;
  • blue value is 180.
RGB:
(155,101,180)
(61%,40%,71%)

RGB channels and saturation

R 155 of 255 = 61%
G 101 of 255 = 40%
B 180 of 255 = 71%

155
101
180

R + G + B ~ 57%. #9B65B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 101 + 180 = 436 (100%)
R 155 of 436 ~ 35.55%
G 101 of 436 ~ 23.17%
B 180 of 436 ~ 41.28%

%35.55
%23.17
%41.28

CMYK color model

#9B65B4 color CMYK value is (14,44,0,29).

  • cyan value is 13.89%
  • magenta value is 43.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(14,44,0,29)
C14M44Y0K29 
(14%,44%,0%,29%)
(0.14/0.44/0.00/0.29)	

CMYK percentages

%13.89
%43.89
%0
%29.41

Codes

Color #9B65B4 in popluar color models

9B65B4
RGB155101180
HSL281°34.50%55.10%
HSB/HSV281°43.89%70.59%
CMYK13.89%43.89%0.00%
29.41%

Color #9B65B4 in popluar number systems.

HEX9B65B4
Decimal155101180
Binary10011011110010110110100
Octal233145264

Shades and tints

Shades of #9B65B4

#9B65B4
(155,101,180)
#8D5CA4
(141,92,164)
#7F5394
(127,83,148)
#714A84
(113,74,132)
#634174
(99,65,116)
#553864
(85,56,100)
#472F54
(71,47,84)
#392644
(57,38,68)
#2B1D34
(43,29,52)
#1D1424
(29,20,36)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #9B65B4

#9B65B4
(155,101,180)
#A473BA
(164,115,186)
#AD81C0
(173,129,192)
#B68FC6
(182,143,198)
#BF9DCC
(191,157,204)
#C8ABD2
(200,171,210)
#D1B9D8
(209,185,216)
#DAC7DE
(218,199,222)
#E3D5E4
(227,213,228)
#ECE3EA
(236,227,234)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B65B4 color. Also use rgb(155,101,180) instead hex code.

Text Font Color

.myTextColor { color: #9B65B4; }

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

This text font color is #9B65B4.


Background Color

.myBgColor { background-color: #9B65B4; }

<div style="background-color:#9B65B4">Inner text</div>

This div background color is #9B65B4.


Border color

.myBorderColor { border: 1px solid #9B65B4; }

<div style="border:3px solid #9B65B4">Div</div>

This div border color is #9B65B4.


Opacity

.myOpacity80 { color: #9B65B4; opacity: 0.8; }

<p style="color:#9B65B4;opacity:0.8;">80%</p>

Text with #9B65B4 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 #9B65B4;}

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

This text has shadow with #9B65B4 color.

.textShadow {text-shadow: 3px 3px 1px #9B65B4, 3px 3px 1px red;}

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

This text has shadow with #9B65B4 primary color and red secondary color.


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

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

This text has shadow with #9B65B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B65B4 on black background.


Color preview on white background

This text has color #9B65B4 on white background.



Black color preview on #9B65B4 background

This text has black color on #9B65B4 background.


White color preview on #9B65B4 background

This text has white color on #9B65B4 background.