COLOR #9A96BF

HEX: #9A96BF
RGB: (154,150,191)

Color info

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

RGB color model

#9A96BF color RGB value is (154,150,191).

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

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 191 of 255 = 75%

154
150
191

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

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 191 = 495 (100%)
R 154 of 495 ~ 31.11%
G 150 of 495 ~ 30.3%
B 191 of 495 ~ 38.59%

%31.11
%30.3
%38.59

CMYK color model

#9A96BF color CMYK value is (19,21,0,25).

  • cyan value is 19.37%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(19,21,0,25)
C19M21Y0K25 
(19%,21%,0%,25%)
(0.19/0.21/0.00/0.25)	

CMYK percentages

%19.37
%21.47
%0
%25.1

Codes

Color #9A96BF in popluar color models

9A96BF
RGB154150191
HSL246°24.26%66.86%
HSB/HSV246°21.47%74.90%
CMYK19.37%21.47%0.00%
25.10%

Color #9A96BF in popluar number systems.

HEX9A96BF
Decimal154150191
Binary100110101001011010111111
Octal232226277

Shades and tints

Shades of #9A96BF

#9A96BF
(154,150,191)
#8C89AE
(140,137,174)
#7E7C9D
(126,124,157)
#706F8C
(112,111,140)
#62627B
(98,98,123)
#54556A
(84,85,106)
#464859
(70,72,89)
#383B48
(56,59,72)
#2A2E37
(42,46,55)
#1C2126
(28,33,38)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #9A96BF

#9A96BF
(154,150,191)
#A39FC4
(163,159,196)
#ACA8C9
(172,168,201)
#B5B1CE
(181,177,206)
#BEBAD3
(190,186,211)
#C7C3D8
(199,195,216)
#D0CCDD
(208,204,221)
#D9D5E2
(217,213,226)
#E2DEE7
(226,222,231)
#EBE7EC
(235,231,236)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A96BF; }

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

This text font color is #9A96BF.


Background Color

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

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

This div background color is #9A96BF.


Border color

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

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

This div border color is #9A96BF.


Opacity

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

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

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

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

This text has shadow with #9A96BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A96BF on black background.


Color preview on white background

This text has color #9A96BF on white background.



Black color preview on #9A96BF background

This text has black color on #9A96BF background.


White color preview on #9A96BF background

This text has white color on #9A96BF background.