COLOR #9466AC

HEX: #9466AC
RGB: (148,102,172)

Color info

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

RGB color model

#9466AC color RGB value is (148,102,172).

  • red value is 148;
  • green value is 102;
  • blue value is 172.
RGB:
(148,102,172)
(58%,40%,67%)

RGB channels and saturation

R 148 of 255 = 58%
G 102 of 255 = 40%
B 172 of 255 = 67%

148
102
172

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

Portions of RGB colors in percentages

R + G + B =
148 + 102 + 172 = 422 (100%)
R 148 of 422 ~ 35.07%
G 102 of 422 ~ 24.17%
B 172 of 422 ~ 40.76%

%35.07
%24.17
%40.76

CMYK color model

#9466AC color CMYK value is (14,41,0,33).

  • cyan value is 13.95%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(14,41,0,33)
C14M41Y0K33 
(14%,41%,0%,33%)
(0.14/0.41/0.00/0.33)	

CMYK percentages

%13.95
%40.7
%0
%32.55

Codes

Color #9466AC in popluar color models

9466AC
RGB148102172
HSL279°29.66%53.73%
HSB/HSV279°40.70%67.45%
CMYK13.95%40.70%0.00%
32.55%

Color #9466AC in popluar number systems.

HEX9466AC
Decimal148102172
Binary10010100110011010101100
Octal224146254

Shades and tints

Shades of #9466AC

#9466AC
(148,102,172)
#875D9D
(135,93,157)
#7A548E
(122,84,142)
#6D4B7F
(109,75,127)
#604270
(96,66,112)
#533961
(83,57,97)
#463052
(70,48,82)
#392743
(57,39,67)
#2C1E34
(44,30,52)
#1F1525
(31,21,37)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #9466AC

#9466AC
(148,102,172)
#9D73B3
(157,115,179)
#A680BA
(166,128,186)
#AF8DC1
(175,141,193)
#B89AC8
(184,154,200)
#C1A7CF
(193,167,207)
#CAB4D6
(202,180,214)
#D3C1DD
(211,193,221)
#DCCEE4
(220,206,228)
#E5DBEB
(229,219,235)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9466AC color. Also use rgb(148,102,172) instead hex code.

Text Font Color

.myTextColor { color: #9466AC; }

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

This text font color is #9466AC.


Background Color

.myBgColor { background-color: #9466AC; }

<div style="background-color:#9466AC">Inner text</div>

This div background color is #9466AC.


Border color

.myBorderColor { border: 1px solid #9466AC; }

<div style="border:3px solid #9466AC">Div</div>

This div border color is #9466AC.


Opacity

.myOpacity80 { color: #9466AC; opacity: 0.8; }

<p style="color:#9466AC;opacity:0.8;">80%</p>

Text with #9466AC 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 #9466AC;}

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

This text has shadow with #9466AC color.

.textShadow {text-shadow: 3px 3px 1px #9466AC, 3px 3px 1px red;}

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

This text has shadow with #9466AC primary color and red secondary color.


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

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

This text has shadow with #9466AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9466AC on black background.


Color preview on white background

This text has color #9466AC on white background.



Black color preview on #9466AC background

This text has black color on #9466AC background.


White color preview on #9466AC background

This text has white color on #9466AC background.