COLOR #9469AA

HEX: #9469AA
RGB: (148,105,170)

Color info

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

RGB color model

#9469AA color RGB value is (148,105,170).

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

RGB channels and saturation

R 148 of 255 = 58%
G 105 of 255 = 41%
B 170 of 255 = 67%

148
105
170

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

Portions of RGB colors in percentages

R + G + B =
148 + 105 + 170 = 423 (100%)
R 148 of 423 ~ 34.99%
G 105 of 423 ~ 24.82%
B 170 of 423 ~ 40.19%

%34.99
%24.82
%40.19

CMYK color model

#9469AA color CMYK value is (13,38,0,33).

  • cyan value is 12.94%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(13,38,0,33)
C13M38Y0K33 
(13%,38%,0%,33%)
(0.13/0.38/0.00/0.33)	

CMYK percentages

%12.94
%38.24
%0
%33.33

Codes

Color #9469AA in popluar color models

9469AA
RGB148105170
HSL280°27.66%53.92%
HSB/HSV280°38.24%66.67%
CMYK12.94%38.24%0.00%
33.33%

Color #9469AA in popluar number systems.

HEX9469AA
Decimal148105170
Binary10010100110100110101010
Octal224151252

Shades and tints

Shades of #9469AA

#9469AA
(148,105,170)
#87609B
(135,96,155)
#7A578C
(122,87,140)
#6D4E7D
(109,78,125)
#60456E
(96,69,110)
#533C5F
(83,60,95)
#463350
(70,51,80)
#392A41
(57,42,65)
#2C2132
(44,33,50)
#1F1823
(31,24,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #9469AA

#9469AA
(148,105,170)
#9D76B1
(157,118,177)
#A683B8
(166,131,184)
#AF90BF
(175,144,191)
#B89DC6
(184,157,198)
#C1AACD
(193,170,205)
#CAB7D4
(202,183,212)
#D3C4DB
(211,196,219)
#DCD1E2
(220,209,226)
#E5DEE9
(229,222,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9469AA; }

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

This text font color is #9469AA.


Background Color

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

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

This div background color is #9469AA.


Border color

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

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

This div border color is #9469AA.


Opacity

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

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

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

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

This text has shadow with #9469AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9469AA on black background.


Color preview on white background

This text has color #9469AA on white background.



Black color preview on #9469AA background

This text has black color on #9469AA background.


White color preview on #9469AA background

This text has white color on #9469AA background.