COLOR #9946BF

HEX: #9946BF
RGB: (153,70,191)

Color info

#9946BF contains mainly red and blue colors. Web safe color of #9946BF is #9933CC (or #93C).

RGB color model

#9946BF color RGB value is (153,70,191).

  • red value is 153;
  • green value is 70;
  • blue value is 191.
RGB:
(153,70,191)
(60%,27%,75%)

RGB channels and saturation

R 153 of 255 = 60%
G 70 of 255 = 27%
B 191 of 255 = 75%

153
70
191

R + G + B ~ 54%. #9946BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 70 + 191 = 414 (100%)
R 153 of 414 ~ 36.96%
G 70 of 414 ~ 16.91%
B 191 of 414 ~ 46.14%

%36.96
%16.91
%46.14

CMYK color model

#9946BF color CMYK value is (20,63,0,25).

  • cyan value is 19.90%
  • magenta value is 63.35%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(20,63,0,25)
C20M63Y0K25 
(20%,63%,0%,25%)
(0.20/0.63/0.00/0.25)	

CMYK percentages

%19.9
%63.35
%0
%25.1

Codes

Color #9946BF in popluar color models

9946BF
RGB15370191
HSL281°48.59%51.18%
HSB/HSV281°63.35%74.90%
CMYK19.90%63.35%0.00%
25.10%

Color #9946BF in popluar number systems.

HEX9946BF
Decimal15370191
Binary10011001100011010111111
Octal231106277

Shades and tints

Shades of #9946BF

#9946BF
(153,70,191)
#8C40AE
(140,64,174)
#7F3A9D
(127,58,157)
#72348C
(114,52,140)
#652E7B
(101,46,123)
#58286A
(88,40,106)
#4B2259
(75,34,89)
#3E1C48
(62,28,72)
#311637
(49,22,55)
#241026
(36,16,38)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #9946BF

#9946BF
(153,70,191)
#A256C4
(162,86,196)
#AB66C9
(171,102,201)
#B476CE
(180,118,206)
#BD86D3
(189,134,211)
#C696D8
(198,150,216)
#CFA6DD
(207,166,221)
#D8B6E2
(216,182,226)
#E1C6E7
(225,198,231)
#EAD6EC
(234,214,236)
#F3E6F1
(243,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9946BF color. Also use rgb(153,70,191) instead hex code.

Text Font Color

.myTextColor { color: #9946BF; }

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

This text font color is #9946BF.


Background Color

.myBgColor { background-color: #9946BF; }

<div style="background-color:#9946BF">Inner text</div>

This div background color is #9946BF.


Border color

.myBorderColor { border: 1px solid #9946BF; }

<div style="border:3px solid #9946BF">Div</div>

This div border color is #9946BF.


Opacity

.myOpacity80 { color: #9946BF; opacity: 0.8; }

<p style="color:#9946BF;opacity:0.8;">80%</p>

Text with #9946BF 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 #9946BF;}

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

This text has shadow with #9946BF color.

.textShadow {text-shadow: 3px 3px 1px #9946BF, 3px 3px 1px red;}

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

This text has shadow with #9946BF primary color and red secondary color.


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

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

This text has shadow with #9946BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9946BF on black background.


Color preview on white background

This text has color #9946BF on white background.



Black color preview on #9946BF background

This text has black color on #9946BF background.


White color preview on #9946BF background

This text has white color on #9946BF background.