COLOR #9481AA

HEX: #9481AA
RGB: (148,129,170)

Color info

#9481AA contains red, green and blue colors in about the same proportion. Web safe color of #9481AA is #999999 (or #999).

RGB color model

#9481AA color RGB value is (148,129,170).

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

RGB channels and saturation

R 148 of 255 = 58%
G 129 of 255 = 51%
B 170 of 255 = 67%

148
129
170

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

Portions of RGB colors in percentages

R + G + B =
148 + 129 + 170 = 447 (100%)
R 148 of 447 ~ 33.11%
G 129 of 447 ~ 28.86%
B 170 of 447 ~ 38.03%

%33.11
%28.86
%38.03

CMYK color model

#9481AA color CMYK value is (13,24,0,33).

  • cyan value is 12.94%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(13,24,0,33)
C13M24Y0K33 
(13%,24%,0%,33%)
(0.13/0.24/0.00/0.33)	

CMYK percentages

%12.94
%24.12
%0
%33.33

Codes

Color #9481AA in popluar color models

9481AA
RGB148129170
HSL268°19.43%58.63%
HSB/HSV268°24.12%66.67%
CMYK12.94%24.12%0.00%
33.33%

Color #9481AA in popluar number systems.

HEX9481AA
Decimal148129170
Binary100101001000000110101010
Octal224201252

Shades and tints

Shades of #9481AA

#9481AA
(148,129,170)
#87769B
(135,118,155)
#7A6B8C
(122,107,140)
#6D607D
(109,96,125)
#60556E
(96,85,110)
#534A5F
(83,74,95)
#463F50
(70,63,80)
#393441
(57,52,65)
#2C2932
(44,41,50)
#1F1E23
(31,30,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #9481AA

#9481AA
(148,129,170)
#9D8CB1
(157,140,177)
#A697B8
(166,151,184)
#AFA2BF
(175,162,191)
#B8ADC6
(184,173,198)
#C1B8CD
(193,184,205)
#CAC3D4
(202,195,212)
#D3CEDB
(211,206,219)
#DCD9E2
(220,217,226)
#E5E4E9
(229,228,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9481AA; }

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

This text font color is #9481AA.


Background Color

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

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

This div background color is #9481AA.


Border color

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

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

This div border color is #9481AA.


Opacity

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

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

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

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

This text has shadow with #9481AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9481AA on black background.


Color preview on white background

This text has color #9481AA on white background.



Black color preview on #9481AA background

This text has black color on #9481AA background.


White color preview on #9481AA background

This text has white color on #9481AA background.