COLOR #9464BE

HEX: #9464BE RGB: (148,100,190)

Color info

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

RGB color model

#9464BE color RGB value is (148,100,190).

RGB: (148,100,190) (58%, 39%, 75%)

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 190 of 255 = 75%

148
100
190

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

Portions of RGB colors in percentages

R + G + B = 148 + 100 + 190 = 438 (100%)
R 148 of 438 ~ 33.79%
G 100 of 438 ~ 22.83%
B 190 of 438 ~ 43.38'%

%33.79
%22.83
%43.38

CMYK color model

#9464BE color CMYK value is (22,47,0,25).

  • cyan value is 22.11%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (22,47,0,25)
C22M47Y0K25 (22%, 47%, 0%, 25%)
(0.22 / 0.47 / 0.00 / 0.25)

CMYK percentages

%22.11
%47.37
%0
%25.49

Codes

Color #9464BE in popluar color models

94 64 BE
RGB 148 100 190
HSL 272° 40.91% 56.86%
HSB/HSV 272° 47.37% 74.51%
CMYK 22.11% 47.37% 0.00%
25.49%

Color #9464BE in popluar number systems.

HEX 94 64 BE
Decimal 148 100 190
Binary 10010100 1100100 10111110
Octal 224 144 276

Shades and tints

Shades of #9464BE

#9464BE
(148,100,190)
#875BAD
(135,91,173)
#7A529C
(122,82,156)
#6D498B
(109,73,139)
#60407A
(96,64,122)
#533769
(83,55,105)
#462E58
(70,46,88)
#392547
(57,37,71)
#2C1C36
(44,28,54)
#1F1325
(31,19,37)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #9464BE

#9464BE
(148,100,190)
#9D72C3
(157,114,195)
#A680C8
(166,128,200)
#AF8ECD
(175,142,205)
#B89CD2
(184,156,210)
#C1AAD7
(193,170,215)
#CAB8DC
(202,184,220)
#D3C6E1
(211,198,225)
#DCD4E6
(220,212,230)
#E5E2EB
(229,226,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9464BE; }

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

This text font color is #9464BE.

Background Color

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

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

This div background color is #9464BE.

Border color

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

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

This div border color is #9464BE.

Opacity

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

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

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

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

This text has shadow with #9464BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9464BE.

Preview

Color preview on black background

This text has color #9464BE on black background.


Color preview on white background

This text has color #9464BE on white background.


Black color preview on #9464BE background

This text has black color on #9464BE background.


White color preview on #9464BE background

This text has white color on #9464BE background.


Related colors

Complementary color

Complementary color for #hex is #6B9B41.


I love getcolorcode.com

Triadic colors

1 #BE9464 and #64BE94 with #9464BE are triadic colors.

2 #BE6494 and #6494BE with #9464BE are triadic colors.