COLOR #9464A6

HEX: #9464A6
RGB: (148,100,166)

Color info

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

RGB color model

#9464A6 color RGB value is (148,100,166).

  • red value is 148;
  • green value is 100;
  • blue value is 166.
RGB:
(148,100,166)
(58%,39%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 166 of 255 = 65%

148
100
166

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

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 166 = 414 (100%)
R 148 of 414 ~ 35.75%
G 100 of 414 ~ 24.15%
B 166 of 414 ~ 40.1%

%35.75
%24.15
%40.1

CMYK color model

#9464A6 color CMYK value is (11,40,0,35).

  • cyan value is 10.84%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(11,40,0,35)
C11M40Y0K35 
(11%,40%,0%,35%)
(0.11/0.40/0.00/0.35)	

CMYK percentages

%10.84
%39.76
%0
%34.9

Codes

Color #9464A6 in popluar color models

9464A6
RGB148100166
HSL284°27.05%52.16%
HSB/HSV284°39.76%65.10%
CMYK10.84%39.76%0.00%
34.90%

Color #9464A6 in popluar number systems.

HEX9464A6
Decimal148100166
Binary10010100110010010100110
Octal224144246

Shades and tints

Shades of #9464A6

#9464A6
(148,100,166)
#875B97
(135,91,151)
#7A5288
(122,82,136)
#6D4979
(109,73,121)
#60406A
(96,64,106)
#53375B
(83,55,91)
#462E4C
(70,46,76)
#39253D
(57,37,61)
#2C1C2E
(44,28,46)
#1F131F
(31,19,31)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #9464A6

#9464A6
(148,100,166)
#9D72AE
(157,114,174)
#A680B6
(166,128,182)
#AF8EBE
(175,142,190)
#B89CC6
(184,156,198)
#C1AACE
(193,170,206)
#CAB8D6
(202,184,214)
#D3C6DE
(211,198,222)
#DCD4E6
(220,212,230)
#E5E2EE
(229,226,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9464A6 color. Also use rgb(148,100,166) instead hex code.

Text Font Color

.myTextColor { color: #9464A6; }

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

This text font color is #9464A6.


Background Color

.myBgColor { background-color: #9464A6; }

<div style="background-color:#9464A6">Inner text</div>

This div background color is #9464A6.


Border color

.myBorderColor { border: 1px solid #9464A6; }

<div style="border:3px solid #9464A6">Div</div>

This div border color is #9464A6.


Opacity

.myOpacity80 { color: #9464A6; opacity: 0.8; }

<p style="color:#9464A6;opacity:0.8;">80%</p>

Text with #9464A6 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 #9464A6;}

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

This text has shadow with #9464A6 color.

.textShadow {text-shadow: 3px 3px 1px #9464A6, 3px 3px 1px red;}

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

This text has shadow with #9464A6 primary color and red secondary color.


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

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

This text has shadow with #9464A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9464A6 on black background.


Color preview on white background

This text has color #9464A6 on white background.



Black color preview on #9464A6 background

This text has black color on #9464A6 background.


White color preview on #9464A6 background

This text has white color on #9464A6 background.