COLOR #9463C8

HEX: #9463C8
RGB: (148,99,200)

Color info

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

RGB color model

#9463C8 color RGB value is (148,99,200).

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

RGB channels and saturation

R 148 of 255 = 58%
G 99 of 255 = 39%
B 200 of 255 = 78%

148
99
200

R + G + B ~ 58%. #9463C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 99 + 200 = 447 (100%)
R 148 of 447 ~ 33.11%
G 99 of 447 ~ 22.15%
B 200 of 447 ~ 44.74%

%33.11
%22.15
%44.74

CMYK color model

#9463C8 color CMYK value is (26,51,0,22).

  • cyan value is 26.00%
  • magenta value is 50.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(26,51,0,22)
C26M51Y0K22 
(26%,51%,0%,22%)
(0.26/0.51/0.00/0.22)	

CMYK percentages

%26
%50.5
%0
%21.57

Codes

Color #9463C8 in popluar color models

9463C8
RGB14899200
HSL269°47.87%58.63%
HSB/HSV269°50.50%78.43%
CMYK26.00%50.50%0.00%
21.57%

Color #9463C8 in popluar number systems.

HEX9463C8
Decimal14899200
Binary10010100110001111001000
Octal224143310

Shades and tints

Shades of #9463C8

#9463C8
(148,99,200)
#875AB6
(135,90,182)
#7A51A4
(122,81,164)
#6D4892
(109,72,146)
#603F80
(96,63,128)
#53366E
(83,54,110)
#462D5C
(70,45,92)
#39244A
(57,36,74)
#2C1B38
(44,27,56)
#1F1226
(31,18,38)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #9463C8

#9463C8
(148,99,200)
#9D71CD
(157,113,205)
#A67FD2
(166,127,210)
#AF8DD7
(175,141,215)
#B89BDC
(184,155,220)
#C1A9E1
(193,169,225)
#CAB7E6
(202,183,230)
#D3C5EB
(211,197,235)
#DCD3F0
(220,211,240)
#E5E1F5
(229,225,245)
#EEEFFA
(238,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9463C8 color. Also use rgb(148,99,200) instead hex code.

Text Font Color

.myTextColor { color: #9463C8; }

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

This text font color is #9463C8.


Background Color

.myBgColor { background-color: #9463C8; }

<div style="background-color:#9463C8">Inner text</div>

This div background color is #9463C8.


Border color

.myBorderColor { border: 1px solid #9463C8; }

<div style="border:3px solid #9463C8">Div</div>

This div border color is #9463C8.


Opacity

.myOpacity80 { color: #9463C8; opacity: 0.8; }

<p style="color:#9463C8;opacity:0.8;">80%</p>

Text with #9463C8 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 #9463C8;}

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

This text has shadow with #9463C8 color.

.textShadow {text-shadow: 3px 3px 1px #9463C8, 3px 3px 1px red;}

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

This text has shadow with #9463C8 primary color and red secondary color.


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

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

This text has shadow with #9463C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9463C8 on black background.


Color preview on white background

This text has color #9463C8 on white background.



Black color preview on #9463C8 background

This text has black color on #9463C8 background.


White color preview on #9463C8 background

This text has white color on #9463C8 background.