COLOR #9A87BF

HEX: #9A87BF
RGB: (154,135,191)

Color info

#9A87BF contains red, green and blue colors in about the same proportion. Web safe color of #9A87BF is #9999CC (or #99C).

RGB color model

#9A87BF color RGB value is (154,135,191).

  • red value is 154;
  • green value is 135;
  • blue value is 191.
RGB:
(154,135,191)
(60%,53%,75%)

RGB channels and saturation

R 154 of 255 = 60%
G 135 of 255 = 53%
B 191 of 255 = 75%

154
135
191

R + G + B ~ 63%. #9A87BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 135 + 191 = 480 (100%)
R 154 of 480 ~ 32.08%
G 135 of 480 ~ 28.13%
B 191 of 480 ~ 39.79%

%32.08
%28.13
%39.79

CMYK color model

#9A87BF color CMYK value is (19,29,0,25).

  • cyan value is 19.37%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(19,29,0,25)
C19M29Y0K25 
(19%,29%,0%,25%)
(0.19/0.29/0.00/0.25)	

CMYK percentages

%19.37
%29.32
%0
%25.1

Codes

Color #9A87BF in popluar color models

9A87BF
RGB154135191
HSL260°30.43%63.92%
HSB/HSV260°29.32%74.90%
CMYK19.37%29.32%0.00%
25.10%

Color #9A87BF in popluar number systems.

HEX9A87BF
Decimal154135191
Binary100110101000011110111111
Octal232207277

Shades and tints

Shades of #9A87BF

#9A87BF
(154,135,191)
#8C7BAE
(140,123,174)
#7E6F9D
(126,111,157)
#70638C
(112,99,140)
#62577B
(98,87,123)
#544B6A
(84,75,106)
#463F59
(70,63,89)
#383348
(56,51,72)
#2A2737
(42,39,55)
#1C1B26
(28,27,38)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #9A87BF

#9A87BF
(154,135,191)
#A391C4
(163,145,196)
#AC9BC9
(172,155,201)
#B5A5CE
(181,165,206)
#BEAFD3
(190,175,211)
#C7B9D8
(199,185,216)
#D0C3DD
(208,195,221)
#D9CDE2
(217,205,226)
#E2D7E7
(226,215,231)
#EBE1EC
(235,225,236)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A87BF color. Also use rgb(154,135,191) instead hex code.

Text Font Color

.myTextColor { color: #9A87BF; }

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

This text font color is #9A87BF.


Background Color

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

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

This div background color is #9A87BF.


Border color

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

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

This div border color is #9A87BF.


Opacity

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

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

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

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

This text has shadow with #9A87BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A87BF on black background.


Color preview on white background

This text has color #9A87BF on white background.



Black color preview on #9A87BF background

This text has black color on #9A87BF background.


White color preview on #9A87BF background

This text has white color on #9A87BF background.