COLOR #9567AB

HEX: #9567AB
RGB: (149,103,171)

Color info

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

RGB color model

#9567AB color RGB value is (149,103,171).

  • red value is 149;
  • green value is 103;
  • blue value is 171.
RGB:
(149,103,171)
(58%,40%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 103 of 255 = 40%
B 171 of 255 = 67%

149
103
171

R + G + B ~ 55%. #9567AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 103 + 171 = 423 (100%)
R 149 of 423 ~ 35.22%
G 103 of 423 ~ 24.35%
B 171 of 423 ~ 40.43%

%35.22
%24.35
%40.43

CMYK color model

#9567AB color CMYK value is (13,40,0,33).

  • cyan value is 12.87%
  • magenta value is 39.77%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,40,0,33)
C13M40Y0K33 
(13%,40%,0%,33%)
(0.13/0.40/0.00/0.33)	

CMYK percentages

%12.87
%39.77
%0
%32.94

Codes

Color #9567AB in popluar color models

9567AB
RGB149103171
HSL281°28.81%53.73%
HSB/HSV281°39.77%67.06%
CMYK12.87%39.77%0.00%
32.94%

Color #9567AB in popluar number systems.

HEX9567AB
Decimal149103171
Binary10010101110011110101011
Octal225147253

Shades and tints

Shades of #9567AB

#9567AB
(149,103,171)
#885E9C
(136,94,156)
#7B558D
(123,85,141)
#6E4C7E
(110,76,126)
#61436F
(97,67,111)
#543A60
(84,58,96)
#473151
(71,49,81)
#3A2842
(58,40,66)
#2D1F33
(45,31,51)
#201624
(32,22,36)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #9567AB

#9567AB
(149,103,171)
#9E74B2
(158,116,178)
#A781B9
(167,129,185)
#B08EC0
(176,142,192)
#B99BC7
(185,155,199)
#C2A8CE
(194,168,206)
#CBB5D5
(203,181,213)
#D4C2DC
(212,194,220)
#DDCFE3
(221,207,227)
#E6DCEA
(230,220,234)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9567AB color. Also use rgb(149,103,171) instead hex code.

Text Font Color

.myTextColor { color: #9567AB; }

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

This text font color is #9567AB.


Background Color

.myBgColor { background-color: #9567AB; }

<div style="background-color:#9567AB">Inner text</div>

This div background color is #9567AB.


Border color

.myBorderColor { border: 1px solid #9567AB; }

<div style="border:3px solid #9567AB">Div</div>

This div border color is #9567AB.


Opacity

.myOpacity80 { color: #9567AB; opacity: 0.8; }

<p style="color:#9567AB;opacity:0.8;">80%</p>

Text with #9567AB 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 #9567AB;}

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

This text has shadow with #9567AB color.

.textShadow {text-shadow: 3px 3px 1px #9567AB, 3px 3px 1px red;}

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

This text has shadow with #9567AB primary color and red secondary color.


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

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

This text has shadow with #9567AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9567AB on black background.


Color preview on white background

This text has color #9567AB on white background.



Black color preview on #9567AB background

This text has black color on #9567AB background.


White color preview on #9567AB background

This text has white color on #9567AB background.