COLOR #9B99F2

HEX: #9B99F2 RGB: (155,153,242)

Color info

#9B99F2 contains mainly blue color. Web safe color of #9B99F2 is #9999FF (or #99F).

RGB color model

#9B99F2 color RGB value is (155,153,242).

RGB: (155,153,242) (61%, 60%, 95%)

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 242 of 255 = 95%

155
153
242

R + G + B ~ 72%. #9B99F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 153 + 242 = 550 (100%)
R 155 of 550 ~ 28.18%
G 153 of 550 ~ 27.82%
B 242 of 550 ~ 44'%

%28.18
%27.82
%44

CMYK color model

#9B99F2 color CMYK value is (36,37,0,5).

  • cyan value is 35.95%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (36,37,0,5)
C36M37Y0K5 (36%, 37%, 0%, 5%)
(0.36 / 0.37 / 0.00 / 0.05)

CMYK percentages

%35.95
%36.78
%0
%5.1

Codes

Color #9B99F2 in popluar color models

9B 99 F2
RGB 155 153 242
HSL 241° 77.39% 77.45%
HSB/HSV 241° 36.78% 94.90%
CMYK 35.95% 36.78% 0.00%
5.10%

Color #9B99F2 in popluar number systems.

HEX 9B 99 F2
Decimal 155 153 242
Binary 10011011 10011001 11110010
Octal 233 231 362

Shades and tints

Shades of #9B99F2

#9B99F2
(155,153,242)
#8D8CDC
(141,140,220)
#7F7FC6
(127,127,198)
#7172B0
(113,114,176)
#63659A
(99,101,154)
#555884
(85,88,132)
#474B6E
(71,75,110)
#393E58
(57,62,88)
#2B3142
(43,49,66)
#1D242C
(29,36,44)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #9B99F2

#9B99F2
(155,153,242)
#A4A2F3
(164,162,243)
#ADABF4
(173,171,244)
#B6B4F5
(182,180,245)
#BFBDF6
(191,189,246)
#C8C6F7
(200,198,247)
#D1CFF8
(209,207,248)
#DAD8F9
(218,216,249)
#E3E1FA
(227,225,250)
#ECEAFB
(236,234,251)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B99F2 color. Also use rgb(155,153,242) instead hex code.

Text Font Color

.myTextColor { color: #9B99F2; }

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

This text font color is #9B99F2.

Background Color

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

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

This div background color is #9B99F2.

Border color

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

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

This div border color is #9B99F2.

Opacity

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

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

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

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

This text has shadow with #9B99F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B99F2.

Preview

Color preview on black background

This text has color #9B99F2 on black background.


Color preview on white background

This text has color #9B99F2 on white background.


Black color preview on #9B99F2 background

This text has black color on #9B99F2 background.


White color preview on #9B99F2 background

This text has white color on #9B99F2 background.


Related colors

Complementary color

Complementary color for #hex is #64660D.


I love getcolorcode.com

Triadic colors

1 #F29B99 and #99F29B with #9B99F2 are triadic colors.

2 #F2999B and #999BF2 with #9B99F2 are triadic colors.