COLOR #9B92BE

HEX: #9B92BE
RGB: (155,146,190)

Color info

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

RGB color model

#9B92BE color RGB value is (155,146,190).

  • red value is 155;
  • green value is 146;
  • blue value is 190.
RGB:
(155,146,190)
(61%,57%,75%)

RGB channels and saturation

R 155 of 255 = 61%
G 146 of 255 = 57%
B 190 of 255 = 75%

155
146
190

R + G + B ~ 64%. #9B92BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 146 + 190 = 491 (100%)
R 155 of 491 ~ 31.57%
G 146 of 491 ~ 29.74%
B 190 of 491 ~ 38.7%

%31.57
%29.74
%38.7

CMYK color model

#9B92BE color CMYK value is (18,23,0,25).

  • cyan value is 18.42%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,23,0,25)
C18M23Y0K25 
(18%,23%,0%,25%)
(0.18/0.23/0.00/0.25)	

CMYK percentages

%18.42
%23.16
%0
%25.49

Codes

Color #9B92BE in popluar color models

9B92BE
RGB155146190
HSL252°25.29%65.88%
HSB/HSV252°23.16%74.51%
CMYK18.42%23.16%0.00%
25.49%

Color #9B92BE in popluar number systems.

HEX9B92BE
Decimal155146190
Binary100110111001001010111110
Octal233222276

Shades and tints

Shades of #9B92BE

#9B92BE
(155,146,190)
#8D85AD
(141,133,173)
#7F789C
(127,120,156)
#716B8B
(113,107,139)
#635E7A
(99,94,122)
#555169
(85,81,105)
#474458
(71,68,88)
#393747
(57,55,71)
#2B2A36
(43,42,54)
#1D1D25
(29,29,37)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #9B92BE

#9B92BE
(155,146,190)
#A49BC3
(164,155,195)
#ADA4C8
(173,164,200)
#B6ADCD
(182,173,205)
#BFB6D2
(191,182,210)
#C8BFD7
(200,191,215)
#D1C8DC
(209,200,220)
#DAD1E1
(218,209,225)
#E3DAE6
(227,218,230)
#ECE3EB
(236,227,235)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B92BE color. Also use rgb(155,146,190) instead hex code.

Text Font Color

.myTextColor { color: #9B92BE; }

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

This text font color is #9B92BE.


Background Color

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

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

This div background color is #9B92BE.


Border color

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

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

This div border color is #9B92BE.


Opacity

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

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

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

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

This text has shadow with #9B92BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B92BE on black background.


Color preview on white background

This text has color #9B92BE on white background.



Black color preview on #9B92BE background

This text has black color on #9B92BE background.


White color preview on #9B92BE background

This text has white color on #9B92BE background.