COLOR #9480C7

HEX: #9480C7
RGB: (148,128,199)

Color info

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

RGB color model

#9480C7 color RGB value is (148,128,199).

  • red value is 148;
  • green value is 128;
  • blue value is 199.
RGB:
(148,128,199)
(58%,50%,78%)

RGB channels and saturation

R 148 of 255 = 58%
G 128 of 255 = 50%
B 199 of 255 = 78%

148
128
199

R + G + B ~ 62%. #9480C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 128 + 199 = 475 (100%)
R 148 of 475 ~ 31.16%
G 128 of 475 ~ 26.95%
B 199 of 475 ~ 41.89%

%31.16
%26.95
%41.89

CMYK color model

#9480C7 color CMYK value is (26,36,0,22).

  • cyan value is 25.63%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(26,36,0,22)
C26M36Y0K22 
(26%,36%,0%,22%)
(0.26/0.36/0.00/0.22)	

CMYK percentages

%25.63
%35.68
%0
%21.96

Codes

Color #9480C7 in popluar color models

9480C7
RGB148128199
HSL257°38.80%64.12%
HSB/HSV257°35.68%78.04%
CMYK25.63%35.68%0.00%
21.96%

Color #9480C7 in popluar number systems.

HEX9480C7
Decimal148128199
Binary100101001000000011000111
Octal224200307

Shades and tints

Shades of #9480C7

#9480C7
(148,128,199)
#8775B5
(135,117,181)
#7A6AA3
(122,106,163)
#6D5F91
(109,95,145)
#60547F
(96,84,127)
#53496D
(83,73,109)
#463E5B
(70,62,91)
#393349
(57,51,73)
#2C2837
(44,40,55)
#1F1D25
(31,29,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9480C7

#9480C7
(148,128,199)
#9D8BCC
(157,139,204)
#A696D1
(166,150,209)
#AFA1D6
(175,161,214)
#B8ACDB
(184,172,219)
#C1B7E0
(193,183,224)
#CAC2E5
(202,194,229)
#D3CDEA
(211,205,234)
#DCD8EF
(220,216,239)
#E5E3F4
(229,227,244)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9480C7 color. Also use rgb(148,128,199) instead hex code.

Text Font Color

.myTextColor { color: #9480C7; }

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

This text font color is #9480C7.


Background Color

.myBgColor { background-color: #9480C7; }

<div style="background-color:#9480C7">Inner text</div>

This div background color is #9480C7.


Border color

.myBorderColor { border: 1px solid #9480C7; }

<div style="border:3px solid #9480C7">Div</div>

This div border color is #9480C7.


Opacity

.myOpacity80 { color: #9480C7; opacity: 0.8; }

<p style="color:#9480C7;opacity:0.8;">80%</p>

Text with #9480C7 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 #9480C7;}

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

This text has shadow with #9480C7 color.

.textShadow {text-shadow: 3px 3px 1px #9480C7, 3px 3px 1px red;}

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

This text has shadow with #9480C7 primary color and red secondary color.


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

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

This text has shadow with #9480C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9480C7 on black background.


Color preview on white background

This text has color #9480C7 on white background.



Black color preview on #9480C7 background

This text has black color on #9480C7 background.


White color preview on #9480C7 background

This text has white color on #9480C7 background.