COLOR #9466BE

HEX: #9466BE
RGB: (148,102,190)

Color info

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

RGB color model

#9466BE color RGB value is (148,102,190).

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

RGB channels and saturation

R 148 of 255 = 58%
G 102 of 255 = 40%
B 190 of 255 = 75%

148
102
190

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

Portions of RGB colors in percentages

R + G + B =
148 + 102 + 190 = 440 (100%)
R 148 of 440 ~ 33.64%
G 102 of 440 ~ 23.18%
B 190 of 440 ~ 43.18%

%33.64
%23.18
%43.18

CMYK color model

#9466BE color CMYK value is (22,46,0,25).

  • cyan value is 22.11%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(22,46,0,25)
C22M46Y0K25 
(22%,46%,0%,25%)
(0.22/0.46/0.00/0.25)	

CMYK percentages

%22.11
%46.32
%0
%25.49

Codes

Color #9466BE in popluar color models

9466BE
RGB148102190
HSL271°40.37%57.25%
HSB/HSV271°46.32%74.51%
CMYK22.11%46.32%0.00%
25.49%

Color #9466BE in popluar number systems.

HEX9466BE
Decimal148102190
Binary10010100110011010111110
Octal224146276

Shades and tints

Shades of #9466BE

#9466BE
(148,102,190)
#875DAD
(135,93,173)
#7A549C
(122,84,156)
#6D4B8B
(109,75,139)
#60427A
(96,66,122)
#533969
(83,57,105)
#463058
(70,48,88)
#392747
(57,39,71)
#2C1E36
(44,30,54)
#1F1525
(31,21,37)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #9466BE

#9466BE
(148,102,190)
#9D73C3
(157,115,195)
#A680C8
(166,128,200)
#AF8DCD
(175,141,205)
#B89AD2
(184,154,210)
#C1A7D7
(193,167,215)
#CAB4DC
(202,180,220)
#D3C1E1
(211,193,225)
#DCCEE6
(220,206,230)
#E5DBEB
(229,219,235)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9466BE; }

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

This text font color is #9466BE.


Background Color

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

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

This div background color is #9466BE.


Border color

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

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

This div border color is #9466BE.


Opacity

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

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

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

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

This text has shadow with #9466BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9466BE on black background.


Color preview on white background

This text has color #9466BE on white background.



Black color preview on #9466BE background

This text has black color on #9466BE background.


White color preview on #9466BE background

This text has white color on #9466BE background.