COLOR #9465B0

HEX: #9465B0
RGB: (148,101,176)

Color info

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

RGB color model

#9465B0 color RGB value is (148,101,176).

  • red value is 148;
  • green value is 101;
  • blue value is 176.
RGB:
(148,101,176)
(58%,40%,69%)

RGB channels and saturation

R 148 of 255 = 58%
G 101 of 255 = 40%
B 176 of 255 = 69%

148
101
176

R + G + B ~ 56%. #9465B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 101 + 176 = 425 (100%)
R 148 of 425 ~ 34.82%
G 101 of 425 ~ 23.76%
B 176 of 425 ~ 41.41%

%34.82
%23.76
%41.41

CMYK color model

#9465B0 color CMYK value is (16,43,0,31).

  • cyan value is 15.91%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(16,43,0,31)
C16M43Y0K31 
(16%,43%,0%,31%)
(0.16/0.43/0.00/0.31)	

CMYK percentages

%15.91
%42.61
%0
%30.98

Codes

Color #9465B0 in popluar color models

9465B0
RGB148101176
HSL278°32.19%54.31%
HSB/HSV278°42.61%69.02%
CMYK15.91%42.61%0.00%
30.98%

Color #9465B0 in popluar number systems.

HEX9465B0
Decimal148101176
Binary10010100110010110110000
Octal224145260

Shades and tints

Shades of #9465B0

#9465B0
(148,101,176)
#875CA0
(135,92,160)
#7A5390
(122,83,144)
#6D4A80
(109,74,128)
#604170
(96,65,112)
#533860
(83,56,96)
#462F50
(70,47,80)
#392640
(57,38,64)
#2C1D30
(44,29,48)
#1F1420
(31,20,32)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #9465B0

#9465B0
(148,101,176)
#9D73B7
(157,115,183)
#A681BE
(166,129,190)
#AF8FC5
(175,143,197)
#B89DCC
(184,157,204)
#C1ABD3
(193,171,211)
#CAB9DA
(202,185,218)
#D3C7E1
(211,199,225)
#DCD5E8
(220,213,232)
#E5E3EF
(229,227,239)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9465B0 color. Also use rgb(148,101,176) instead hex code.

Text Font Color

.myTextColor { color: #9465B0; }

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

This text font color is #9465B0.


Background Color

.myBgColor { background-color: #9465B0; }

<div style="background-color:#9465B0">Inner text</div>

This div background color is #9465B0.


Border color

.myBorderColor { border: 1px solid #9465B0; }

<div style="border:3px solid #9465B0">Div</div>

This div border color is #9465B0.


Opacity

.myOpacity80 { color: #9465B0; opacity: 0.8; }

<p style="color:#9465B0;opacity:0.8;">80%</p>

Text with #9465B0 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 #9465B0;}

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

This text has shadow with #9465B0 color.

.textShadow {text-shadow: 3px 3px 1px #9465B0, 3px 3px 1px red;}

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

This text has shadow with #9465B0 primary color and red secondary color.


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

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

This text has shadow with #9465B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9465B0 on black background.


Color preview on white background

This text has color #9465B0 on white background.



Black color preview on #9465B0 background

This text has black color on #9465B0 background.


White color preview on #9465B0 background

This text has white color on #9465B0 background.