COLOR #9B80C0

HEX: #9B80C0 RGB: (155,128,192)

Color info

#9B80C0 contains mainly red and blue colors. Web safe color of #9B80C0 is #9966CC (or #96C).

RGB color model

#9B80C0 color RGB value is (155,128,192).

RGB: (155,128,192) (61%, 50%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 192 of 255 = 75%

155
128
192

R + G + B ~ 62%. #9B80C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 128 + 192 = 475 (100%)
R 155 of 475 ~ 32.63%
G 128 of 475 ~ 26.95%
B 192 of 475 ~ 40.42'%

%32.63
%26.95
%40.42

CMYK color model

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

  • cyan value is 19.27%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (19,33,0,25)
C19M33Y0K25 (19%, 33%, 0%, 25%)
(0.19 / 0.33 / 0.00 / 0.25)

CMYK percentages

%19.27
%33.33
%0
%24.71

Codes

Color #9B80C0 in popluar color models

9B 80 C0
RGB 155 128 192
HSL 265° 33.68% 62.75%
HSB/HSV 265° 33.33% 75.29%
CMYK 19.27% 33.33% 0.00%
24.71%

Color #9B80C0 in popluar number systems.

HEX 9B 80 C0
Decimal 155 128 192
Binary 10011011 10000000 11000000
Octal 233 200 300

Shades and tints

Shades of #9B80C0

#9B80C0
(155,128,192)
#8D75AF
(141,117,175)
#7F6A9E
(127,106,158)
#715F8D
(113,95,141)
#63547C
(99,84,124)
#55496B
(85,73,107)
#473E5A
(71,62,90)
#393349
(57,51,73)
#2B2838
(43,40,56)
#1D1D27
(29,29,39)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9B80C0

#9B80C0
(155,128,192)
#A48BC5
(164,139,197)
#AD96CA
(173,150,202)
#B6A1CF
(182,161,207)
#BFACD4
(191,172,212)
#C8B7D9
(200,183,217)
#D1C2DE
(209,194,222)
#DACDE3
(218,205,227)
#E3D8E8
(227,216,232)
#ECE3ED
(236,227,237)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B80C0; }

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

This text font color is #9B80C0.

Background Color

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

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

This div background color is #9B80C0.

Border color

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

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

This div border color is #9B80C0.

Opacity

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

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

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

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

This text has shadow with #9B80C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B80C0.

Preview

Color preview on black background

This text has color #9B80C0 on black background.


Color preview on white background

This text has color #9B80C0 on white background.


Black color preview on #9B80C0 background

This text has black color on #9B80C0 background.


White color preview on #9B80C0 background

This text has white color on #9B80C0 background.


Related colors

Complementary color

Complementary color for #hex is #647F3F.


I love getcolorcode.com

Triadic colors

1 #C09B80 and #80C09B with #9B80C0 are triadic colors.

2 #C0809B and #809BC0 with #9B80C0 are triadic colors.