COLOR #9469B9

HEX: #9469B9
RGB: (148,105,185)

Color info

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

RGB color model

#9469B9 color RGB value is (148,105,185).

  • red value is 148;
  • green value is 105;
  • blue value is 185.
RGB:
(148,105,185)
(58%,41%,73%)

RGB channels and saturation

R 148 of 255 = 58%
G 105 of 255 = 41%
B 185 of 255 = 73%

148
105
185

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

Portions of RGB colors in percentages

R + G + B =
148 + 105 + 185 = 438 (100%)
R 148 of 438 ~ 33.79%
G 105 of 438 ~ 23.97%
B 185 of 438 ~ 42.24%

%33.79
%23.97
%42.24

CMYK color model

#9469B9 color CMYK value is (20,43,0,27).

  • cyan value is 20.00%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(20,43,0,27)
C20M43Y0K27 
(20%,43%,0%,27%)
(0.20/0.43/0.00/0.27)	

CMYK percentages

%20
%43.24
%0
%27.45

Codes

Color #9469B9 in popluar color models

9469B9
RGB148105185
HSL272°36.36%56.86%
HSB/HSV272°43.24%72.55%
CMYK20.00%43.24%0.00%
27.45%

Color #9469B9 in popluar number systems.

HEX9469B9
Decimal148105185
Binary10010100110100110111001
Octal224151271

Shades and tints

Shades of #9469B9

#9469B9
(148,105,185)
#8760A9
(135,96,169)
#7A5799
(122,87,153)
#6D4E89
(109,78,137)
#604579
(96,69,121)
#533C69
(83,60,105)
#463359
(70,51,89)
#392A49
(57,42,73)
#2C2139
(44,33,57)
#1F1829
(31,24,41)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #9469B9

#9469B9
(148,105,185)
#9D76BF
(157,118,191)
#A683C5
(166,131,197)
#AF90CB
(175,144,203)
#B89DD1
(184,157,209)
#C1AAD7
(193,170,215)
#CAB7DD
(202,183,221)
#D3C4E3
(211,196,227)
#DCD1E9
(220,209,233)
#E5DEEF
(229,222,239)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9469B9 color. Also use rgb(148,105,185) instead hex code.

Text Font Color

.myTextColor { color: #9469B9; }

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

This text font color is #9469B9.


Background Color

.myBgColor { background-color: #9469B9; }

<div style="background-color:#9469B9">Inner text</div>

This div background color is #9469B9.


Border color

.myBorderColor { border: 1px solid #9469B9; }

<div style="border:3px solid #9469B9">Div</div>

This div border color is #9469B9.


Opacity

.myOpacity80 { color: #9469B9; opacity: 0.8; }

<p style="color:#9469B9;opacity:0.8;">80%</p>

Text with #9469B9 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 #9469B9;}

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

This text has shadow with #9469B9 color.

.textShadow {text-shadow: 3px 3px 1px #9469B9, 3px 3px 1px red;}

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

This text has shadow with #9469B9 primary color and red secondary color.


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

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

This text has shadow with #9469B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9469B9 on black background.


Color preview on white background

This text has color #9469B9 on white background.



Black color preview on #9469B9 background

This text has black color on #9469B9 background.


White color preview on #9469B9 background

This text has white color on #9469B9 background.