COLOR #9472B1

HEX: #9472B1
RGB: (148,114,177)

Color info

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

RGB color model

#9472B1 color RGB value is (148,114,177).

  • red value is 148;
  • green value is 114;
  • blue value is 177.
RGB: (148,114,177) (58%,45%,69%)

RGB channels and saturation

R 148 of 255 = 58%
G 114 of 255 = 45%
B 177 of 255 = 69%

148
114
177

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

Portions of RGB colors in percentages

R + G + B =
148 + 114 + 177 = 439 (100%)
R 148 of 439 ~ 33.71%
G 114 of 439 ~ 25.97%
B 177 of 439 ~ 40.32%

%33.71
%25.97
%40.32

CMYK color model

#9472B1 color CMYK value is (16,36,0,31).

  • cyan value is 16.38%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (16,36,0,31) C16M36Y0K31 (16%,36%,0%,31%) (0.16/0.36/0.00/0.31)

CMYK percentages

%16.38
%35.59
%0
%30.59

Codes

Color #9472B1 in popluar color models

9472B1
RGB148114177
HSL272°28.77%57.06%
HSB/HSV272°35.59%69.41%
CMYK16.38%35.59%0.00%
30.59%

Color #9472B1 in popluar number systems.

HEX9472B1
Decimal148114177
Binary10010100111001010110001
Octal224162261

Shades and tints

Shades of #9472B1

#9472B1
(148,114,177)
#8768A1
(135,104,161)
#7A5E91
(122,94,145)
#6D5481
(109,84,129)
#604A71
(96,74,113)
#534061
(83,64,97)
#463651
(70,54,81)
#392C41
(57,44,65)
#2C2231
(44,34,49)
#1F1821
(31,24,33)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #9472B1

#9472B1
(148,114,177)
#9D7EB8
(157,126,184)
#A68ABF
(166,138,191)
#AF96C6
(175,150,198)
#B8A2CD
(184,162,205)
#C1AED4
(193,174,212)
#CABADB
(202,186,219)
#D3C6E2
(211,198,226)
#DCD2E9
(220,210,233)
#E5DEF0
(229,222,240)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9472B1 color. Also use rgb(148,114,177) instead hex code.

Text Font Color

.myTextColor { color: #9472B1; }

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

This text font color is #9472B1.


Background Color

.myBgColor { background-color: #9472B1; }

<div style="background-color:#9472B1">Inner text</div>

This div background color is #9472B1.


Border color

.myBorderColor { border: 1px solid #9472B1; }

<div style="border:3px solid #9472B1">Div</div>

This div border color is #9472B1.


Opacity

.myOpacity80 { color: #9472B1; opacity: 0.8; }

<p style="color:#9472B1;opacity:0.8;">80%</p>

Text with #9472B1 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 #9472B1;}

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

This text has shadow with #9472B1 color.

.textShadow {text-shadow: 3px 3px 1px #9472B1, 3px 3px 1px red;}

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

This text has shadow with #9472B1 primary color and red secondary color.


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

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

This text has shadow with #9472B1 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9472B1; -webkit-box-shadow:	1px 1px 3px 2px #9472B1; box-shadow:	1px 1px 3px 2px #9472B1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9472B1; -webkit-box-shadow: 1px 1px 3px 2px #9472B1; box-shadow:1px 1px 3px 2px #9472B1;">
Div content here</div>
This div box has shadow with color #9472B1.

Preview

Color preview on black background

This text has color #9472B1 on black background.


Color preview on white background

This text has color #9472B1 on white background.



Black color preview on #9472B1 background

This text has black color on #9472B1 background.


White color preview on #9472B1 background

This text has white color on #9472B1 background.