COLOR #9B72AB

HEX: #9B72AB RGB: (155,114,171)

Color info

#9B72AB contains red, green and blue colors in about the same proportion. Web safe color of #9B72AB is #996699 (or #969).

RGB color model

#9B72AB color RGB value is (155,114,171).

RGB: (155,114,171) (61%, 45%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 114 of 255 = 45%
B 171 of 255 = 67%

155
114
171

R + G + B ~ 58%. #9B72AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 114 + 171 = 440 (100%)
R 155 of 440 ~ 35.23%
G 114 of 440 ~ 25.91%
B 171 of 440 ~ 38.86'%

%35.23
%25.91
%38.86

CMYK color model

#9B72AB color CMYK value is (9,33,0,33).

  • cyan value is 9.36%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (9,33,0,33)
C9M33Y0K33 (9%, 33%, 0%, 33%)
(0.09 / 0.33 / 0.00 / 0.33)

CMYK percentages

%9.36
%33.33
%0
%32.94

Codes

Color #9B72AB in popluar color models

9B 72 AB
RGB 155 114 171
HSL 283° 25.33% 55.88%
HSB/HSV 283° 33.33% 67.06%
CMYK 9.36% 33.33% 0.00%
32.94%

Color #9B72AB in popluar number systems.

HEX 9B 72 AB
Decimal 155 114 171
Binary 10011011 1110010 10101011
Octal 233 162 253

Shades and tints

Shades of #9B72AB

#9B72AB
(155,114,171)
#8D689C
(141,104,156)
#7F5E8D
(127,94,141)
#71547E
(113,84,126)
#634A6F
(99,74,111)
#554060
(85,64,96)
#473651
(71,54,81)
#392C42
(57,44,66)
#2B2233
(43,34,51)
#1D1824
(29,24,36)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #9B72AB

#9B72AB
(155,114,171)
#A47EB2
(164,126,178)
#AD8AB9
(173,138,185)
#B696C0
(182,150,192)
#BFA2C7
(191,162,199)
#C8AECE
(200,174,206)
#D1BAD5
(209,186,213)
#DAC6DC
(218,198,220)
#E3D2E3
(227,210,227)
#ECDEEA
(236,222,234)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B72AB color. Also use rgb(155,114,171) instead hex code.

Text Font Color

.myTextColor { color: #9B72AB; }

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

This text font color is #9B72AB.

Background Color

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

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

This div background color is #9B72AB.

Border color

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

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

This div border color is #9B72AB.

Opacity

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

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

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

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

This text has shadow with #9B72AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B72AB.

Preview

Color preview on black background

This text has color #9B72AB on black background.


Color preview on white background

This text has color #9B72AB on white background.


Black color preview on #9B72AB background

This text has black color on #9B72AB background.


White color preview on #9B72AB background

This text has white color on #9B72AB background.


Related colors

Complementary color

Complementary color for #hex is #648D54.


I love getcolorcode.com

Triadic colors

1 #AB9B72 and #72AB9B with #9B72AB are triadic colors.

2 #AB729B and #729BAB with #9B72AB are triadic colors.