COLOR #9479C9

HEX: #9479C9
RGB: (148,121,201)

Color info

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

RGB color model

#9479C9 color RGB value is (148,121,201).

  • red value is 148;
  • green value is 121;
  • blue value is 201.
RGB:
(148,121,201)
(58%,47%,79%)

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 201 of 255 = 79%

148
121
201

R + G + B ~ 61%. #9479C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 121 + 201 = 470 (100%)
R 148 of 470 ~ 31.49%
G 121 of 470 ~ 25.74%
B 201 of 470 ~ 42.77%

%31.49
%25.74
%42.77

CMYK color model

#9479C9 color CMYK value is (26,40,0,21).

  • cyan value is 26.37%
  • magenta value is 39.80%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(26,40,0,21)
C26M40Y0K21 
(26%,40%,0%,21%)
(0.26/0.40/0.00/0.21)	

CMYK percentages

%26.37
%39.8
%0
%21.18

Codes

Color #9479C9 in popluar color models

9479C9
RGB148121201
HSL260°42.55%63.14%
HSB/HSV260°39.80%78.82%
CMYK26.37%39.80%0.00%
21.18%

Color #9479C9 in popluar number systems.

HEX9479C9
Decimal148121201
Binary10010100111100111001001
Octal224171311

Shades and tints

Shades of #9479C9

#9479C9
(148,121,201)
#876EB7
(135,110,183)
#7A63A5
(122,99,165)
#6D5893
(109,88,147)
#604D81
(96,77,129)
#53426F
(83,66,111)
#46375D
(70,55,93)
#392C4B
(57,44,75)
#2C2139
(44,33,57)
#1F1627
(31,22,39)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #9479C9

#9479C9
(148,121,201)
#9D85CD
(157,133,205)
#A691D1
(166,145,209)
#AF9DD5
(175,157,213)
#B8A9D9
(184,169,217)
#C1B5DD
(193,181,221)
#CAC1E1
(202,193,225)
#D3CDE5
(211,205,229)
#DCD9E9
(220,217,233)
#E5E5ED
(229,229,237)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9479C9 color. Also use rgb(148,121,201) instead hex code.

Text Font Color

.myTextColor { color: #9479C9; }

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

This text font color is #9479C9.


Background Color

.myBgColor { background-color: #9479C9; }

<div style="background-color:#9479C9">Inner text</div>

This div background color is #9479C9.


Border color

.myBorderColor { border: 1px solid #9479C9; }

<div style="border:3px solid #9479C9">Div</div>

This div border color is #9479C9.


Opacity

.myOpacity80 { color: #9479C9; opacity: 0.8; }

<p style="color:#9479C9;opacity:0.8;">80%</p>

Text with #9479C9 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 #9479C9;}

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

This text has shadow with #9479C9 color.

.textShadow {text-shadow: 3px 3px 1px #9479C9, 3px 3px 1px red;}

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

This text has shadow with #9479C9 primary color and red secondary color.


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

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

This text has shadow with #9479C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9479C9 on black background.


Color preview on white background

This text has color #9479C9 on white background.



Black color preview on #9479C9 background

This text has black color on #9479C9 background.


White color preview on #9479C9 background

This text has white color on #9479C9 background.