COLOR #9B92CC

HEX: #9B92CC
RGB: (155,146,204)

Color info

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

RGB color model

#9B92CC color RGB value is (155,146,204).

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

RGB channels and saturation

R 155 of 255 = 61%
G 146 of 255 = 57%
B 204 of 255 = 80%

155
146
204

R + G + B ~ 66%. #9B92CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 146 + 204 = 505 (100%)
R 155 of 505 ~ 30.69%
G 146 of 505 ~ 28.91%
B 204 of 505 ~ 40.4%

%30.69
%28.91
%40.4

CMYK color model

#9B92CC color CMYK value is (24,28,0,20).

  • cyan value is 24.02%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(24,28,0,20)
C24M28Y0K20 
(24%,28%,0%,20%)
(0.24/0.28/0.00/0.20)	

CMYK percentages

%24.02
%28.43
%0
%20

Codes

Color #9B92CC in popluar color models

9B92CC
RGB155146204
HSL249°36.25%68.63%
HSB/HSV249°28.43%80.00%
CMYK24.02%28.43%0.00%
20.00%

Color #9B92CC in popluar number systems.

HEX9B92CC
Decimal155146204
Binary100110111001001011001100
Octal233222314

Shades and tints

Shades of #9B92CC

#9B92CC
(155,146,204)
#8D85BA
(141,133,186)
#7F78A8
(127,120,168)
#716B96
(113,107,150)
#635E84
(99,94,132)
#555172
(85,81,114)
#474460
(71,68,96)
#39374E
(57,55,78)
#2B2A3C
(43,42,60)
#1D1D2A
(29,29,42)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #9B92CC

#9B92CC
(155,146,204)
#A49BD0
(164,155,208)
#ADA4D4
(173,164,212)
#B6ADD8
(182,173,216)
#BFB6DC
(191,182,220)
#C8BFE0
(200,191,224)
#D1C8E4
(209,200,228)
#DAD1E8
(218,209,232)
#E3DAEC
(227,218,236)
#ECE3F0
(236,227,240)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B92CC; }

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

This text font color is #9B92CC.


Background Color

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

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

This div background color is #9B92CC.


Border color

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

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

This div border color is #9B92CC.


Opacity

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

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

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

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

This text has shadow with #9B92CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B92CC on black background.


Color preview on white background

This text has color #9B92CC on white background.



Black color preview on #9B92CC background

This text has black color on #9B92CC background.


White color preview on #9B92CC background

This text has white color on #9B92CC background.