COLOR #946BC8

HEX: #946BC8
RGB: (148,107,200)

Color info

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

RGB color model

#946BC8 color RGB value is (148,107,200).

  • red value is 148;
  • green value is 107;
  • blue value is 200.
RGB:
(148,107,200)
(58%,42%,78%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 200 of 255 = 78%

148
107
200

R + G + B ~ 59%. #946BC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 107 + 200 = 455 (100%)
R 148 of 455 ~ 32.53%
G 107 of 455 ~ 23.52%
B 200 of 455 ~ 43.96%

%32.53
%23.52
%43.96

CMYK color model

#946BC8 color CMYK value is (26,47,0,22).

  • cyan value is 26.00%
  • magenta value is 46.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(26,47,0,22)
C26M47Y0K22 
(26%,47%,0%,22%)
(0.26/0.47/0.00/0.22)	

CMYK percentages

%26
%46.5
%0
%21.57

Codes

Color #946BC8 in popluar color models

946BC8
RGB148107200
HSL266°45.81%60.20%
HSB/HSV266°46.50%78.43%
CMYK26.00%46.50%0.00%
21.57%

Color #946BC8 in popluar number systems.

HEX946BC8
Decimal148107200
Binary10010100110101111001000
Octal224153310

Shades and tints

Shades of #946BC8

#946BC8
(148,107,200)
#8762B6
(135,98,182)
#7A59A4
(122,89,164)
#6D5092
(109,80,146)
#604780
(96,71,128)
#533E6E
(83,62,110)
#46355C
(70,53,92)
#392C4A
(57,44,74)
#2C2338
(44,35,56)
#1F1A26
(31,26,38)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #946BC8

#946BC8
(148,107,200)
#9D78CD
(157,120,205)
#A685D2
(166,133,210)
#AF92D7
(175,146,215)
#B89FDC
(184,159,220)
#C1ACE1
(193,172,225)
#CAB9E6
(202,185,230)
#D3C6EB
(211,198,235)
#DCD3F0
(220,211,240)
#E5E0F5
(229,224,245)
#EEEDFA
(238,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946BC8 color. Also use rgb(148,107,200) instead hex code.

Text Font Color

.myTextColor { color: #946BC8; }

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

This text font color is #946BC8.


Background Color

.myBgColor { background-color: #946BC8; }

<div style="background-color:#946BC8">Inner text</div>

This div background color is #946BC8.


Border color

.myBorderColor { border: 1px solid #946BC8; }

<div style="border:3px solid #946BC8">Div</div>

This div border color is #946BC8.


Opacity

.myOpacity80 { color: #946BC8; opacity: 0.8; }

<p style="color:#946BC8;opacity:0.8;">80%</p>

Text with #946BC8 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 #946BC8;}

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

This text has shadow with #946BC8 color.

.textShadow {text-shadow: 3px 3px 1px #946BC8, 3px 3px 1px red;}

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

This text has shadow with #946BC8 primary color and red secondary color.


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

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

This text has shadow with #946BC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946BC8 on black background.


Color preview on white background

This text has color #946BC8 on white background.



Black color preview on #946BC8 background

This text has black color on #946BC8 background.


White color preview on #946BC8 background

This text has white color on #946BC8 background.