COLOR #9B79DD

HEX: #9B79DD
RGB: (155,121,221)

Color info

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

RGB color model

#9B79DD color RGB value is (155,121,221).

  • red value is 155;
  • green value is 121;
  • blue value is 221.
RGB:
(155,121,221)
(61%,47%,87%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 221 of 255 = 87%

155
121
221

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 221 = 497 (100%)
R 155 of 497 ~ 31.19%
G 121 of 497 ~ 24.35%
B 221 of 497 ~ 44.47%

%31.19
%24.35
%44.47

CMYK color model

#9B79DD color CMYK value is (30,45,0,13).

  • cyan value is 29.86%
  • magenta value is 45.25%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(30,45,0,13)
C30M45Y0K13 
(30%,45%,0%,13%)
(0.30/0.45/0.00/0.13)	

CMYK percentages

%29.86
%45.25
%0
%13.33

Codes

Color #9B79DD in popluar color models

9B79DD
RGB155121221
HSL260°59.52%67.06%
HSB/HSV260°45.25%86.67%
CMYK29.86%45.25%0.00%
13.33%

Color #9B79DD in popluar number systems.

HEX9B79DD
Decimal155121221
Binary10011011111100111011101
Octal233171335

Shades and tints

Shades of #9B79DD

#9B79DD
(155,121,221)
#8D6EC9
(141,110,201)
#7F63B5
(127,99,181)
#7158A1
(113,88,161)
#634D8D
(99,77,141)
#554279
(85,66,121)
#473765
(71,55,101)
#392C51
(57,44,81)
#2B213D
(43,33,61)
#1D1629
(29,22,41)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #9B79DD

#9B79DD
(155,121,221)
#A485E0
(164,133,224)
#AD91E3
(173,145,227)
#B69DE6
(182,157,230)
#BFA9E9
(191,169,233)
#C8B5EC
(200,181,236)
#D1C1EF
(209,193,239)
#DACDF2
(218,205,242)
#E3D9F5
(227,217,245)
#ECE5F8
(236,229,248)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B79DD color. Also use rgb(155,121,221) instead hex code.

Text Font Color

.myTextColor { color: #9B79DD; }

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

This text font color is #9B79DD.


Background Color

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

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

This div background color is #9B79DD.


Border color

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

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

This div border color is #9B79DD.


Opacity

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

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

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

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

This text has shadow with #9B79DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B79DD on black background.


Color preview on white background

This text has color #9B79DD on white background.



Black color preview on #9B79DD background

This text has black color on #9B79DD background.


White color preview on #9B79DD background

This text has white color on #9B79DD background.