COLOR #9474B0

HEX: #9474B0
RGB: (148,116,176)

Color info

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

RGB color model

#9474B0 color RGB value is (148,116,176).

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

RGB channels and saturation

R 148 of 255 = 58%
G 116 of 255 = 45%
B 176 of 255 = 69%

148
116
176

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

Portions of RGB colors in percentages

R + G + B =
148 + 116 + 176 = 440 (100%)
R 148 of 440 ~ 33.64%
G 116 of 440 ~ 26.36%
B 176 of 440 ~ 40%

%33.64
%26.36
%40

CMYK color model

#9474B0 color CMYK value is (16,34,0,31).

  • cyan value is 15.91%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(16,34,0,31)
C16M34Y0K31 
(16%,34%,0%,31%)
(0.16/0.34/0.00/0.31)	

CMYK percentages

%15.91
%34.09
%0
%30.98

Codes

Color #9474B0 in popluar color models

9474B0
RGB148116176
HSL272°27.52%57.25%
HSB/HSV272°34.09%69.02%
CMYK15.91%34.09%0.00%
30.98%

Color #9474B0 in popluar number systems.

HEX9474B0
Decimal148116176
Binary10010100111010010110000
Octal224164260

Shades and tints

Shades of #9474B0

#9474B0
(148,116,176)
#876AA0
(135,106,160)
#7A6090
(122,96,144)
#6D5680
(109,86,128)
#604C70
(96,76,112)
#534260
(83,66,96)
#463850
(70,56,80)
#392E40
(57,46,64)
#2C2430
(44,36,48)
#1F1A20
(31,26,32)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #9474B0

#9474B0
(148,116,176)
#9D80B7
(157,128,183)
#A68CBE
(166,140,190)
#AF98C5
(175,152,197)
#B8A4CC
(184,164,204)
#C1B0D3
(193,176,211)
#CABCDA
(202,188,218)
#D3C8E1
(211,200,225)
#DCD4E8
(220,212,232)
#E5E0EF
(229,224,239)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9474B0 color. Also use rgb(148,116,176) instead hex code.

Text Font Color

.myTextColor { color: #9474B0; }

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

This text font color is #9474B0.


Background Color

.myBgColor { background-color: #9474B0; }

<div style="background-color:#9474B0">Inner text</div>

This div background color is #9474B0.


Border color

.myBorderColor { border: 1px solid #9474B0; }

<div style="border:3px solid #9474B0">Div</div>

This div border color is #9474B0.


Opacity

.myOpacity80 { color: #9474B0; opacity: 0.8; }

<p style="color:#9474B0;opacity:0.8;">80%</p>

Text with #9474B0 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 #9474B0;}

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

This text has shadow with #9474B0 color.

.textShadow {text-shadow: 3px 3px 1px #9474B0, 3px 3px 1px red;}

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

This text has shadow with #9474B0 primary color and red secondary color.


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

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

This text has shadow with #9474B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9474B0 on black background.


Color preview on white background

This text has color #9474B0 on white background.



Black color preview on #9474B0 background

This text has black color on #9474B0 background.


White color preview on #9474B0 background

This text has white color on #9474B0 background.