COLOR #9463AF

HEX: #9463AF
RGB: (148,99,175)

Color info

#9463AF contains mainly red and blue colors. Web safe color of #9463AF is #996699 (or #969).

RGB color model

#9463AF color RGB value is (148,99,175).

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

RGB channels and saturation

R 148 of 255 = 58%
G 99 of 255 = 39%
B 175 of 255 = 69%

148
99
175

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

Portions of RGB colors in percentages

R + G + B =
148 + 99 + 175 = 422 (100%)
R 148 of 422 ~ 35.07%
G 99 of 422 ~ 23.46%
B 175 of 422 ~ 41.47%

%35.07
%23.46
%41.47

CMYK color model

#9463AF color CMYK value is (15,43,0,31).

  • cyan value is 15.43%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,43,0,31)
C15M43Y0K31 
(15%,43%,0%,31%)
(0.15/0.43/0.00/0.31)	

CMYK percentages

%15.43
%43.43
%0
%31.37

Codes

Color #9463AF in popluar color models

9463AF
RGB14899175
HSL279°32.20%53.73%
HSB/HSV279°43.43%68.63%
CMYK15.43%43.43%0.00%
31.37%

Color #9463AF in popluar number systems.

HEX9463AF
Decimal14899175
Binary10010100110001110101111
Octal224143257

Shades and tints

Shades of #9463AF

#9463AF
(148,99,175)
#875AA0
(135,90,160)
#7A5191
(122,81,145)
#6D4882
(109,72,130)
#603F73
(96,63,115)
#533664
(83,54,100)
#462D55
(70,45,85)
#392446
(57,36,70)
#2C1B37
(44,27,55)
#1F1228
(31,18,40)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #9463AF

#9463AF
(148,99,175)
#9D71B6
(157,113,182)
#A67FBD
(166,127,189)
#AF8DC4
(175,141,196)
#B89BCB
(184,155,203)
#C1A9D2
(193,169,210)
#CAB7D9
(202,183,217)
#D3C5E0
(211,197,224)
#DCD3E7
(220,211,231)
#E5E1EE
(229,225,238)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9463AF; }

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

This text font color is #9463AF.


Background Color

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

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

This div background color is #9463AF.


Border color

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

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

This div border color is #9463AF.


Opacity

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

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

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

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

This text has shadow with #9463AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9463AF on black background.


Color preview on white background

This text has color #9463AF on white background.



Black color preview on #9463AF background

This text has black color on #9463AF background.


White color preview on #9463AF background

This text has white color on #9463AF background.