COLOR #9867B0

HEX: #9867B0
RGB: (152,103,176)

Color info

#9867B0 contains mainly red and blue colors. Web safe color of #9867B0 is #996699 (or #969).

RGB color model

#9867B0 color RGB value is (152,103,176).

  • red value is 152;
  • green value is 103;
  • blue value is 176.
RGB:
(152,103,176)
(60%,40%,69%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 176 of 255 = 69%

152
103
176

R + G + B ~ 56%. #9867B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 176 = 431 (100%)
R 152 of 431 ~ 35.27%
G 103 of 431 ~ 23.9%
B 176 of 431 ~ 40.84%

%35.27
%23.9
%40.84

CMYK color model

#9867B0 color CMYK value is (14,41,0,31).

  • cyan value is 13.64%
  • magenta value is 41.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(14,41,0,31)
C14M41Y0K31 
(14%,41%,0%,31%)
(0.14/0.41/0.00/0.31)	

CMYK percentages

%13.64
%41.48
%0
%30.98

Codes

Color #9867B0 in popluar color models

9867B0
RGB152103176
HSL280°31.60%54.71%
HSB/HSV280°41.48%69.02%
CMYK13.64%41.48%0.00%
30.98%

Color #9867B0 in popluar number systems.

HEX9867B0
Decimal152103176
Binary10011000110011110110000
Octal230147260

Shades and tints

Shades of #9867B0

#9867B0
(152,103,176)
#8B5EA0
(139,94,160)
#7E5590
(126,85,144)
#714C80
(113,76,128)
#644370
(100,67,112)
#573A60
(87,58,96)
#4A3150
(74,49,80)
#3D2840
(61,40,64)
#301F30
(48,31,48)
#231620
(35,22,32)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #9867B0

#9867B0
(152,103,176)
#A174B7
(161,116,183)
#AA81BE
(170,129,190)
#B38EC5
(179,142,197)
#BC9BCC
(188,155,204)
#C5A8D3
(197,168,211)
#CEB5DA
(206,181,218)
#D7C2E1
(215,194,225)
#E0CFE8
(224,207,232)
#E9DCEF
(233,220,239)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9867B0 color. Also use rgb(152,103,176) instead hex code.

Text Font Color

.myTextColor { color: #9867B0; }

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

This text font color is #9867B0.


Background Color

.myBgColor { background-color: #9867B0; }

<div style="background-color:#9867B0">Inner text</div>

This div background color is #9867B0.


Border color

.myBorderColor { border: 1px solid #9867B0; }

<div style="border:3px solid #9867B0">Div</div>

This div border color is #9867B0.


Opacity

.myOpacity80 { color: #9867B0; opacity: 0.8; }

<p style="color:#9867B0;opacity:0.8;">80%</p>

Text with #9867B0 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 #9867B0;}

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

This text has shadow with #9867B0 color.

.textShadow {text-shadow: 3px 3px 1px #9867B0, 3px 3px 1px red;}

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

This text has shadow with #9867B0 primary color and red secondary color.


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

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

This text has shadow with #9867B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9867B0 on black background.


Color preview on white background

This text has color #9867B0 on white background.



Black color preview on #9867B0 background

This text has black color on #9867B0 background.


White color preview on #9867B0 background

This text has white color on #9867B0 background.