COLOR #9B80AB

HEX: #9B80AB RGB: (155,128,171)

Color info

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

RGB color model

#9B80AB color RGB value is (155,128,171).

RGB: (155,128,171) (61%, 50%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 171 of 255 = 67%

155
128
171

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

Portions of RGB colors in percentages

R + G + B = 155 + 128 + 171 = 454 (100%)
R 155 of 454 ~ 34.14%
G 128 of 454 ~ 28.19%
B 171 of 454 ~ 37.67'%

%34.14
%28.19
%37.67

CMYK color model

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

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

CMYK: (9,25,0,33)
C9M25Y0K33 (9%, 25%, 0%, 33%)
(0.09 / 0.25 / 0.00 / 0.33)

CMYK percentages

%9.36
%25.15
%0
%32.94

Codes

Color #9B80AB in popluar color models

9B 80 AB
RGB 155 128 171
HSL 278° 20.38% 58.63%
HSB/HSV 278° 25.15% 67.06%
CMYK 9.36% 25.15% 0.00%
32.94%

Color #9B80AB in popluar number systems.

HEX 9B 80 AB
Decimal 155 128 171
Binary 10011011 10000000 10101011
Octal 233 200 253

Shades and tints

Shades of #9B80AB

#9B80AB
(155,128,171)
#8D759C
(141,117,156)
#7F6A8D
(127,106,141)
#715F7E
(113,95,126)
#63546F
(99,84,111)
#554960
(85,73,96)
#473E51
(71,62,81)
#393342
(57,51,66)
#2B2833
(43,40,51)
#1D1D24
(29,29,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #9B80AB

#9B80AB
(155,128,171)
#A48BB2
(164,139,178)
#AD96B9
(173,150,185)
#B6A1C0
(182,161,192)
#BFACC7
(191,172,199)
#C8B7CE
(200,183,206)
#D1C2D5
(209,194,213)
#DACDDC
(218,205,220)
#E3D8E3
(227,216,227)
#ECE3EA
(236,227,234)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B80AB; }

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

This text font color is #9B80AB.

Background Color

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

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

This div background color is #9B80AB.

Border color

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

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

This div border color is #9B80AB.

Opacity

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

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

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

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

This text has shadow with #9B80AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B80AB.

Preview

Color preview on black background

This text has color #9B80AB on black background.


Color preview on white background

This text has color #9B80AB on white background.


Black color preview on #9B80AB background

This text has black color on #9B80AB background.


White color preview on #9B80AB background

This text has white color on #9B80AB background.


Related colors

Complementary color

Complementary color for #hex is #647F54.


I love getcolorcode.com

Triadic colors

1 #AB9B80 and #80AB9B with #9B80AB are triadic colors.

2 #AB809B and #809BAB with #9B80AB are triadic colors.