COLOR #9469B2

HEX: #9469B2
RGB: (148,105,178)

Color info

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

RGB color model

#9469B2 color RGB value is (148,105,178).

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

RGB channels and saturation

R 148 of 255 = 58%
G 105 of 255 = 41%
B 178 of 255 = 70%

148
105
178

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

Portions of RGB colors in percentages

R + G + B =
148 + 105 + 178 = 431 (100%)
R 148 of 431 ~ 34.34%
G 105 of 431 ~ 24.36%
B 178 of 431 ~ 41.3%

%34.34
%24.36
%41.3

CMYK color model

#9469B2 color CMYK value is (17,41,0,30).

  • cyan value is 16.85%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(17,41,0,30)
C17M41Y0K30 
(17%,41%,0%,30%)
(0.17/0.41/0.00/0.30)	

CMYK percentages

%16.85
%41.01
%0
%30.2

Codes

Color #9469B2 in popluar color models

9469B2
RGB148105178
HSL275°32.16%55.49%
HSB/HSV275°41.01%69.80%
CMYK16.85%41.01%0.00%
30.20%

Color #9469B2 in popluar number systems.

HEX9469B2
Decimal148105178
Binary10010100110100110110010
Octal224151262

Shades and tints

Shades of #9469B2

#9469B2
(148,105,178)
#8760A2
(135,96,162)
#7A5792
(122,87,146)
#6D4E82
(109,78,130)
#604572
(96,69,114)
#533C62
(83,60,98)
#463352
(70,51,82)
#392A42
(57,42,66)
#2C2132
(44,33,50)
#1F1822
(31,24,34)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #9469B2

#9469B2
(148,105,178)
#9D76B9
(157,118,185)
#A683C0
(166,131,192)
#AF90C7
(175,144,199)
#B89DCE
(184,157,206)
#C1AAD5
(193,170,213)
#CAB7DC
(202,183,220)
#D3C4E3
(211,196,227)
#DCD1EA
(220,209,234)
#E5DEF1
(229,222,241)
#EEEBF8
(238,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9469B2; }

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

This text font color is #9469B2.


Background Color

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

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

This div background color is #9469B2.


Border color

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

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

This div border color is #9469B2.


Opacity

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

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

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

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

This text has shadow with #9469B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9469B2 on black background.


Color preview on white background

This text has color #9469B2 on white background.



Black color preview on #9469B2 background

This text has black color on #9469B2 background.


White color preview on #9469B2 background

This text has white color on #9469B2 background.