COLOR #9481B2

HEX: #9481B2
RGB: (148,129,178)

Color info

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

RGB color model

#9481B2 color RGB value is (148,129,178).

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

RGB channels and saturation

R 148 of 255 = 58%
G 129 of 255 = 51%
B 178 of 255 = 70%

148
129
178

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

Portions of RGB colors in percentages

R + G + B =
148 + 129 + 178 = 455 (100%)
R 148 of 455 ~ 32.53%
G 129 of 455 ~ 28.35%
B 178 of 455 ~ 39.12%

%32.53
%28.35
%39.12

CMYK color model

#9481B2 color CMYK value is (17,28,0,30).

  • cyan value is 16.85%
  • magenta value is 27.53%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(17,28,0,30)
C17M28Y0K30 
(17%,28%,0%,30%)
(0.17/0.28/0.00/0.30)	

CMYK percentages

%16.85
%27.53
%0
%30.2

Codes

Color #9481B2 in popluar color models

9481B2
RGB148129178
HSL263°24.14%60.20%
HSB/HSV263°27.53%69.80%
CMYK16.85%27.53%0.00%
30.20%

Color #9481B2 in popluar number systems.

HEX9481B2
Decimal148129178
Binary100101001000000110110010
Octal224201262

Shades and tints

Shades of #9481B2

#9481B2
(148,129,178)
#8776A2
(135,118,162)
#7A6B92
(122,107,146)
#6D6082
(109,96,130)
#605572
(96,85,114)
#534A62
(83,74,98)
#463F52
(70,63,82)
#393442
(57,52,66)
#2C2932
(44,41,50)
#1F1E22
(31,30,34)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #9481B2

#9481B2
(148,129,178)
#9D8CB9
(157,140,185)
#A697C0
(166,151,192)
#AFA2C7
(175,162,199)
#B8ADCE
(184,173,206)
#C1B8D5
(193,184,213)
#CAC3DC
(202,195,220)
#D3CEE3
(211,206,227)
#DCD9EA
(220,217,234)
#E5E4F1
(229,228,241)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9481B2; }

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

This text font color is #9481B2.


Background Color

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

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

This div background color is #9481B2.


Border color

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

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

This div border color is #9481B2.


Opacity

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

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

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

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

This text has shadow with #9481B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9481B2 on black background.


Color preview on white background

This text has color #9481B2 on white background.



Black color preview on #9481B2 background

This text has black color on #9481B2 background.


White color preview on #9481B2 background

This text has white color on #9481B2 background.