COLOR #9476AE

HEX: #9476AE
RGB: (148,118,174)

Color info

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

RGB color model

#9476AE color RGB value is (148,118,174).

  • red value is 148;
  • green value is 118;
  • blue value is 174.
RGB:
(148,118,174)
(58%,46%,68%)

RGB channels and saturation

R 148 of 255 = 58%
G 118 of 255 = 46%
B 174 of 255 = 68%

148
118
174

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

Portions of RGB colors in percentages

R + G + B =
148 + 118 + 174 = 440 (100%)
R 148 of 440 ~ 33.64%
G 118 of 440 ~ 26.82%
B 174 of 440 ~ 39.55%

%33.64
%26.82
%39.55

CMYK color model

#9476AE color CMYK value is (15,32,0,32).

  • cyan value is 14.94%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(15,32,0,32)
C15M32Y0K32 
(15%,32%,0%,32%)
(0.15/0.32/0.00/0.32)	

CMYK percentages

%14.94
%32.18
%0
%31.76

Codes

Color #9476AE in popluar color models

9476AE
RGB148118174
HSL272°25.69%57.25%
HSB/HSV272°32.18%68.24%
CMYK14.94%32.18%0.00%
31.76%

Color #9476AE in popluar number systems.

HEX9476AE
Decimal148118174
Binary10010100111011010101110
Octal224166256

Shades and tints

Shades of #9476AE

#9476AE
(148,118,174)
#876C9F
(135,108,159)
#7A6290
(122,98,144)
#6D5881
(109,88,129)
#604E72
(96,78,114)
#534463
(83,68,99)
#463A54
(70,58,84)
#393045
(57,48,69)
#2C2636
(44,38,54)
#1F1C27
(31,28,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #9476AE

#9476AE
(148,118,174)
#9D82B5
(157,130,181)
#A68EBC
(166,142,188)
#AF9AC3
(175,154,195)
#B8A6CA
(184,166,202)
#C1B2D1
(193,178,209)
#CABED8
(202,190,216)
#D3CADF
(211,202,223)
#DCD6E6
(220,214,230)
#E5E2ED
(229,226,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9476AE color. Also use rgb(148,118,174) instead hex code.

Text Font Color

.myTextColor { color: #9476AE; }

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

This text font color is #9476AE.


Background Color

.myBgColor { background-color: #9476AE; }

<div style="background-color:#9476AE">Inner text</div>

This div background color is #9476AE.


Border color

.myBorderColor { border: 1px solid #9476AE; }

<div style="border:3px solid #9476AE">Div</div>

This div border color is #9476AE.


Opacity

.myOpacity80 { color: #9476AE; opacity: 0.8; }

<p style="color:#9476AE;opacity:0.8;">80%</p>

Text with #9476AE 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 #9476AE;}

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

This text has shadow with #9476AE color.

.textShadow {text-shadow: 3px 3px 1px #9476AE, 3px 3px 1px red;}

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

This text has shadow with #9476AE primary color and red secondary color.


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

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

This text has shadow with #9476AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9476AE on black background.


Color preview on white background

This text has color #9476AE on white background.



Black color preview on #9476AE background

This text has black color on #9476AE background.


White color preview on #9476AE background

This text has white color on #9476AE background.