COLOR #9667CC

HEX: #9667CC
RGB: (150,103,204)

Color info

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

RGB color model

#9667CC color RGB value is (150,103,204).

  • red value is 150;
  • green value is 103;
  • blue value is 204.
RGB:
(150,103,204)
(59%,40%,80%)

RGB channels and saturation

R 150 of 255 = 59%
G 103 of 255 = 40%
B 204 of 255 = 80%

150
103
204

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

Portions of RGB colors in percentages

R + G + B =
150 + 103 + 204 = 457 (100%)
R 150 of 457 ~ 32.82%
G 103 of 457 ~ 22.54%
B 204 of 457 ~ 44.64%

%32.82
%22.54
%44.64

CMYK color model

#9667CC color CMYK value is (26,50,0,20).

  • cyan value is 26.47%
  • magenta value is 49.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(26,50,0,20)
C26M50Y0K20 
(26%,50%,0%,20%)
(0.26/0.50/0.00/0.20)	

CMYK percentages

%26.47
%49.51
%0
%20

Codes

Color #9667CC in popluar color models

9667CC
RGB150103204
HSL268°49.75%60.20%
HSB/HSV268°49.51%80.00%
CMYK26.47%49.51%0.00%
20.00%

Color #9667CC in popluar number systems.

HEX9667CC
Decimal150103204
Binary10010110110011111001100
Octal226147314

Shades and tints

Shades of #9667CC

#9667CC
(150,103,204)
#895EBA
(137,94,186)
#7C55A8
(124,85,168)
#6F4C96
(111,76,150)
#624384
(98,67,132)
#553A72
(85,58,114)
#483160
(72,49,96)
#3B284E
(59,40,78)
#2E1F3C
(46,31,60)
#21162A
(33,22,42)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #9667CC

#9667CC
(150,103,204)
#9F74D0
(159,116,208)
#A881D4
(168,129,212)
#B18ED8
(177,142,216)
#BA9BDC
(186,155,220)
#C3A8E0
(195,168,224)
#CCB5E4
(204,181,228)
#D5C2E8
(213,194,232)
#DECFEC
(222,207,236)
#E7DCF0
(231,220,240)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9667CC color. Also use rgb(150,103,204) instead hex code.

Text Font Color

.myTextColor { color: #9667CC; }

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

This text font color is #9667CC.


Background Color

.myBgColor { background-color: #9667CC; }

<div style="background-color:#9667CC">Inner text</div>

This div background color is #9667CC.


Border color

.myBorderColor { border: 1px solid #9667CC; }

<div style="border:3px solid #9667CC">Div</div>

This div border color is #9667CC.


Opacity

.myOpacity80 { color: #9667CC; opacity: 0.8; }

<p style="color:#9667CC;opacity:0.8;">80%</p>

Text with #9667CC 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 #9667CC;}

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

This text has shadow with #9667CC color.

.textShadow {text-shadow: 3px 3px 1px #9667CC, 3px 3px 1px red;}

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

This text has shadow with #9667CC primary color and red secondary color.


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

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

This text has shadow with #9667CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9667CC on black background.


Color preview on white background

This text has color #9667CC on white background.



Black color preview on #9667CC background

This text has black color on #9667CC background.


White color preview on #9667CC background

This text has white color on #9667CC background.