COLOR #9472B6

HEX: #9472B6
RGB: (148,114,182)

Color info

#9472B6 contains mainly red and blue colors. Web safe color of #9472B6 is #9966CC (or #96C).

RGB color model

#9472B6 color RGB value is (148,114,182).

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

RGB channels and saturation

R 148 of 255 = 58%
G 114 of 255 = 45%
B 182 of 255 = 71%

148
114
182

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

Portions of RGB colors in percentages

R + G + B =
148 + 114 + 182 = 444 (100%)
R 148 of 444 ~ 33.33%
G 114 of 444 ~ 25.68%
B 182 of 444 ~ 40.99%

%33.33
%25.68
%40.99

CMYK color model

#9472B6 color CMYK value is (19,37,0,29).

  • cyan value is 18.68%
  • magenta value is 37.36%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(19,37,0,29)
C19M37Y0K29 
(19%,37%,0%,29%)
(0.19/0.37/0.00/0.29)	

CMYK percentages

%18.68
%37.36
%0
%28.63

Codes

Color #9472B6 in popluar color models

9472B6
RGB148114182
HSL270°31.78%58.04%
HSB/HSV270°37.36%71.37%
CMYK18.68%37.36%0.00%
28.63%

Color #9472B6 in popluar number systems.

HEX9472B6
Decimal148114182
Binary10010100111001010110110
Octal224162266

Shades and tints

Shades of #9472B6

#9472B6
(148,114,182)
#8768A6
(135,104,166)
#7A5E96
(122,94,150)
#6D5486
(109,84,134)
#604A76
(96,74,118)
#534066
(83,64,102)
#463656
(70,54,86)
#392C46
(57,44,70)
#2C2236
(44,34,54)
#1F1826
(31,24,38)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #9472B6

#9472B6
(148,114,182)
#9D7EBC
(157,126,188)
#A68AC2
(166,138,194)
#AF96C8
(175,150,200)
#B8A2CE
(184,162,206)
#C1AED4
(193,174,212)
#CABADA
(202,186,218)
#D3C6E0
(211,198,224)
#DCD2E6
(220,210,230)
#E5DEEC
(229,222,236)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9472B6; }

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

This text font color is #9472B6.


Background Color

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

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

This div background color is #9472B6.


Border color

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

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

This div border color is #9472B6.


Opacity

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

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

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

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

This text has shadow with #9472B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9472B6 on black background.


Color preview on white background

This text has color #9472B6 on white background.



Black color preview on #9472B6 background

This text has black color on #9472B6 background.


White color preview on #9472B6 background

This text has white color on #9472B6 background.