COLOR #9472AB

HEX: #9472AB
RGB: (148,114,171)

Color info

#9472AB contains red, green and blue colors in about the same proportion. Web safe color of #9472AB is #996699 (or #969).

RGB color model

#9472AB color RGB value is (148,114,171).

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

RGB channels and saturation

R 148 of 255 = 58%
G 114 of 255 = 45%
B 171 of 255 = 67%

148
114
171

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

Portions of RGB colors in percentages

R + G + B =
148 + 114 + 171 = 433 (100%)
R 148 of 433 ~ 34.18%
G 114 of 433 ~ 26.33%
B 171 of 433 ~ 39.49%

%34.18
%26.33
%39.49

CMYK color model

#9472AB color CMYK value is (13,33,0,33).

  • cyan value is 13.45%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,33,0,33)
C13M33Y0K33 
(13%,33%,0%,33%)
(0.13/0.33/0.00/0.33)	

CMYK percentages

%13.45
%33.33
%0
%32.94

Codes

Color #9472AB in popluar color models

9472AB
RGB148114171
HSL276°25.33%55.88%
HSB/HSV276°33.33%67.06%
CMYK13.45%33.33%0.00%
32.94%

Color #9472AB in popluar number systems.

HEX9472AB
Decimal148114171
Binary10010100111001010101011
Octal224162253

Shades and tints

Shades of #9472AB

#9472AB
(148,114,171)
#87689C
(135,104,156)
#7A5E8D
(122,94,141)
#6D547E
(109,84,126)
#604A6F
(96,74,111)
#534060
(83,64,96)
#463651
(70,54,81)
#392C42
(57,44,66)
#2C2233
(44,34,51)
#1F1824
(31,24,36)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #9472AB

#9472AB
(148,114,171)
#9D7EB2
(157,126,178)
#A68AB9
(166,138,185)
#AF96C0
(175,150,192)
#B8A2C7
(184,162,199)
#C1AECE
(193,174,206)
#CABAD5
(202,186,213)
#D3C6DC
(211,198,220)
#DCD2E3
(220,210,227)
#E5DEEA
(229,222,234)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9472AB; }

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

This text font color is #9472AB.


Background Color

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

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

This div background color is #9472AB.


Border color

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

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

This div border color is #9472AB.


Opacity

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

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

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

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

This text has shadow with #9472AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9472AB on black background.


Color preview on white background

This text has color #9472AB on white background.



Black color preview on #9472AB background

This text has black color on #9472AB background.


White color preview on #9472AB background

This text has white color on #9472AB background.