COLOR #9B7CDA

HEX: #9B7CDA
RGB: (155,124,218)

Color info

#9B7CDA contains mainly blue color. Web safe color of #9B7CDA is #9966CC (or #96C).

RGB color model

#9B7CDA color RGB value is (155,124,218).

  • red value is 155;
  • green value is 124;
  • blue value is 218.
RGB:
(155,124,218)
(61%,49%,85%)

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 218 of 255 = 85%

155
124
218

R + G + B ~ 65%. #9B7CDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 124 + 218 = 497 (100%)
R 155 of 497 ~ 31.19%
G 124 of 497 ~ 24.95%
B 218 of 497 ~ 43.86%

%31.19
%24.95
%43.86

CMYK color model

#9B7CDA color CMYK value is (29,43,0,15).

  • cyan value is 28.90%
  • magenta value is 43.12%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(29,43,0,15)
C29M43Y0K15 
(29%,43%,0%,15%)
(0.29/0.43/0.00/0.15)	

CMYK percentages

%28.9
%43.12
%0
%14.51

Codes

Color #9B7CDA in popluar color models

9B7CDA
RGB155124218
HSL260°55.95%67.06%
HSB/HSV260°43.12%85.49%
CMYK28.90%43.12%0.00%
14.51%

Color #9B7CDA in popluar number systems.

HEX9B7CDA
Decimal155124218
Binary10011011111110011011010
Octal233174332

Shades and tints

Shades of #9B7CDA

#9B7CDA
(155,124,218)
#8D71C7
(141,113,199)
#7F66B4
(127,102,180)
#715BA1
(113,91,161)
#63508E
(99,80,142)
#55457B
(85,69,123)
#473A68
(71,58,104)
#392F55
(57,47,85)
#2B2442
(43,36,66)
#1D192F
(29,25,47)
#0F0E1C
(15,14,28)
#000000
(0,0,0)

Tints of #9B7CDA

#9B7CDA
(155,124,218)
#A487DD
(164,135,221)
#AD92E0
(173,146,224)
#B69DE3
(182,157,227)
#BFA8E6
(191,168,230)
#C8B3E9
(200,179,233)
#D1BEEC
(209,190,236)
#DAC9EF
(218,201,239)
#E3D4F2
(227,212,242)
#ECDFF5
(236,223,245)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7CDA color. Also use rgb(155,124,218) instead hex code.

Text Font Color

.myTextColor { color: #9B7CDA; }

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

This text font color is #9B7CDA.


Background Color

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

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

This div background color is #9B7CDA.


Border color

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

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

This div border color is #9B7CDA.


Opacity

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

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

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

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

This text has shadow with #9B7CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7CDA on black background.


Color preview on white background

This text has color #9B7CDA on white background.



Black color preview on #9B7CDA background

This text has black color on #9B7CDA background.


White color preview on #9B7CDA background

This text has white color on #9B7CDA background.