COLOR #9B78CB

HEX: #9B78CB RGB: (155,120,203)

Color info

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

RGB color model

#9B78CB color RGB value is (155,120,203).

RGB: (155,120,203) (61%, 47%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 203 of 255 = 80%

155
120
203

R + G + B ~ 63%. #9B78CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 120 + 203 = 478 (100%)
R 155 of 478 ~ 32.43%
G 120 of 478 ~ 25.1%
B 203 of 478 ~ 42.47'%

%32.43
%25.1
%42.47

CMYK color model

#9B78CB color CMYK value is (24,41,0,20).

  • cyan value is 23.65%
  • magenta value is 40.89%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (24,41,0,20)
C24M41Y0K20 (24%, 41%, 0%, 20%)
(0.24 / 0.41 / 0.00 / 0.20)

CMYK percentages

%23.65
%40.89
%0
%20.39

Codes

Color #9B78CB in popluar color models

9B 78 CB
RGB 155 120 203
HSL 265° 44.39% 63.33%
HSB/HSV 265° 40.89% 79.61%
CMYK 23.65% 40.89% 0.00%
20.39%

Color #9B78CB in popluar number systems.

HEX 9B 78 CB
Decimal 155 120 203
Binary 10011011 1111000 11001011
Octal 233 170 313

Shades and tints

Shades of #9B78CB

#9B78CB
(155,120,203)
#8D6EB9
(141,110,185)
#7F64A7
(127,100,167)
#715A95
(113,90,149)
#635083
(99,80,131)
#554671
(85,70,113)
#473C5F
(71,60,95)
#39324D
(57,50,77)
#2B283B
(43,40,59)
#1D1E29
(29,30,41)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9B78CB

#9B78CB
(155,120,203)
#A484CF
(164,132,207)
#AD90D3
(173,144,211)
#B69CD7
(182,156,215)
#BFA8DB
(191,168,219)
#C8B4DF
(200,180,223)
#D1C0E3
(209,192,227)
#DACCE7
(218,204,231)
#E3D8EB
(227,216,235)
#ECE4EF
(236,228,239)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B78CB color. Also use rgb(155,120,203) instead hex code.

Text Font Color

.myTextColor { color: #9B78CB; }

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

This text font color is #9B78CB.

Background Color

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

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

This div background color is #9B78CB.

Border color

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

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

This div border color is #9B78CB.

Opacity

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

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

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

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

This text has shadow with #9B78CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B78CB.

Preview

Color preview on black background

This text has color #9B78CB on black background.


Color preview on white background

This text has color #9B78CB on white background.


Black color preview on #9B78CB background

This text has black color on #9B78CB background.


White color preview on #9B78CB background

This text has white color on #9B78CB background.


Related colors

Complementary color

Complementary color for #hex is #648734.


I love getcolorcode.com

Triadic colors

1 #CB9B78 and #78CB9B with #9B78CB are triadic colors.

2 #CB789B and #789BCB with #9B78CB are triadic colors.