COLOR #9246DC

HEX: #9246DC
RGB: (146,70,220)

Color info

#9246DC contains mainly blue color. Web safe color of #9246DC is #9933CC (or #93C).

RGB color model

#9246DC color RGB value is (146,70,220).

  • red value is 146;
  • green value is 70;
  • blue value is 220.
RGB:
(146,70,220)
(57%,27%,86%)

RGB channels and saturation

R 146 of 255 = 57%
G 70 of 255 = 27%
B 220 of 255 = 86%

146
70
220

R + G + B ~ 57%. #9246DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 70 + 220 = 436 (100%)
R 146 of 436 ~ 33.49%
G 70 of 436 ~ 16.06%
B 220 of 436 ~ 50.46%

%33.49
%16.06
%50.46

CMYK color model

#9246DC color CMYK value is (34,68,0,14).

  • cyan value is 33.64%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(34,68,0,14)
C34M68Y0K14 
(34%,68%,0%,14%)
(0.34/0.68/0.00/0.14)	

CMYK percentages

%33.64
%68.18
%0
%13.73

Codes

Color #9246DC in popluar color models

9246DC
RGB14670220
HSL270°68.18%56.86%
HSB/HSV270°68.18%86.27%
CMYK33.64%68.18%0.00%
13.73%

Color #9246DC in popluar number systems.

HEX9246DC
Decimal14670220
Binary10010010100011011011100
Octal222106334

Shades and tints

Shades of #9246DC

#9246DC
(146,70,220)
#8540C8
(133,64,200)
#783AB4
(120,58,180)
#6B34A0
(107,52,160)
#5E2E8C
(94,46,140)
#512878
(81,40,120)
#442264
(68,34,100)
#371C50
(55,28,80)
#2A163C
(42,22,60)
#1D1028
(29,16,40)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #9246DC

#9246DC
(146,70,220)
#9B56DF
(155,86,223)
#A466E2
(164,102,226)
#AD76E5
(173,118,229)
#B686E8
(182,134,232)
#BF96EB
(191,150,235)
#C8A6EE
(200,166,238)
#D1B6F1
(209,182,241)
#DAC6F4
(218,198,244)
#E3D6F7
(227,214,247)
#ECE6FA
(236,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9246DC color. Also use rgb(146,70,220) instead hex code.

Text Font Color

.myTextColor { color: #9246DC; }

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

This text font color is #9246DC.


Background Color

.myBgColor { background-color: #9246DC; }

<div style="background-color:#9246DC">Inner text</div>

This div background color is #9246DC.


Border color

.myBorderColor { border: 1px solid #9246DC; }

<div style="border:3px solid #9246DC">Div</div>

This div border color is #9246DC.


Opacity

.myOpacity80 { color: #9246DC; opacity: 0.8; }

<p style="color:#9246DC;opacity:0.8;">80%</p>

Text with #9246DC 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 #9246DC;}

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

This text has shadow with #9246DC color.

.textShadow {text-shadow: 3px 3px 1px #9246DC, 3px 3px 1px red;}

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

This text has shadow with #9246DC primary color and red secondary color.


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

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

This text has shadow with #9246DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9246DC on black background.


Color preview on white background

This text has color #9246DC on white background.



Black color preview on #9246DC background

This text has black color on #9246DC background.


White color preview on #9246DC background

This text has white color on #9246DC background.