COLOR #9B66C6

HEX: #9B66C6
RGB: (155,102,198)

Color info

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

RGB color model

#9B66C6 color RGB value is (155,102,198).

  • red value is 155;
  • green value is 102;
  • blue value is 198.
RGB:
(155,102,198)
(61%,40%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 198 of 255 = 78%

155
102
198

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

Portions of RGB colors in percentages

R + G + B =
155 + 102 + 198 = 455 (100%)
R 155 of 455 ~ 34.07%
G 102 of 455 ~ 22.42%
B 198 of 455 ~ 43.52%

%34.07
%22.42
%43.52

CMYK color model

#9B66C6 color CMYK value is (22,48,0,22).

  • cyan value is 21.72%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(22,48,0,22)
C22M48Y0K22 
(22%,48%,0%,22%)
(0.22/0.48/0.00/0.22)	

CMYK percentages

%21.72
%48.48
%0
%22.35

Codes

Color #9B66C6 in popluar color models

9B66C6
RGB155102198
HSL273°45.71%58.82%
HSB/HSV273°48.48%77.65%
CMYK21.72%48.48%0.00%
22.35%

Color #9B66C6 in popluar number systems.

HEX9B66C6
Decimal155102198
Binary10011011110011011000110
Octal233146306

Shades and tints

Shades of #9B66C6

#9B66C6
(155,102,198)
#8D5DB4
(141,93,180)
#7F54A2
(127,84,162)
#714B90
(113,75,144)
#63427E
(99,66,126)
#55396C
(85,57,108)
#47305A
(71,48,90)
#392748
(57,39,72)
#2B1E36
(43,30,54)
#1D1524
(29,21,36)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #9B66C6

#9B66C6
(155,102,198)
#A473CB
(164,115,203)
#AD80D0
(173,128,208)
#B68DD5
(182,141,213)
#BF9ADA
(191,154,218)
#C8A7DF
(200,167,223)
#D1B4E4
(209,180,228)
#DAC1E9
(218,193,233)
#E3CEEE
(227,206,238)
#ECDBF3
(236,219,243)
#F5E8F8
(245,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B66C6 color. Also use rgb(155,102,198) instead hex code.

Text Font Color

.myTextColor { color: #9B66C6; }

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

This text font color is #9B66C6.


Background Color

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

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

This div background color is #9B66C6.


Border color

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

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

This div border color is #9B66C6.


Opacity

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

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

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

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

This text has shadow with #9B66C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B66C6 on black background.


Color preview on white background

This text has color #9B66C6 on white background.



Black color preview on #9B66C6 background

This text has black color on #9B66C6 background.


White color preview on #9B66C6 background

This text has white color on #9B66C6 background.