COLOR #9480DA

HEX: #9480DA RGB: (148,128,218)

Color info

#9480DA contains mainly blue color. Web safe color of #9480DA is #9966CC (or #96C).

RGB color model

#9480DA color RGB value is (148,128,218).

RGB: (148,128,218) (58%, 50%, 85%)

RGB channels and saturation

R 148 of 255 = 58%
G 128 of 255 = 50%
B 218 of 255 = 85%

148
128
218

R + G + B ~ 64%. #9480DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 128 + 218 = 494 (100%)
R 148 of 494 ~ 29.96%
G 128 of 494 ~ 25.91%
B 218 of 494 ~ 44.13'%

%29.96
%25.91
%44.13

CMYK color model

#9480DA color CMYK value is (32,41,0,15).

  • cyan value is 32.11%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (32,41,0,15)
C32M41Y0K15 (32%, 41%, 0%, 15%)
(0.32 / 0.41 / 0.00 / 0.15)

CMYK percentages

%32.11
%41.28
%0
%14.51

Codes

Color #9480DA in popluar color models

94 80 DA
RGB 148 128 218
HSL 253° 54.88% 67.84%
HSB/HSV 253° 41.28% 85.49%
CMYK 32.11% 41.28% 0.00%
14.51%

Color #9480DA in popluar number systems.

HEX 94 80 DA
Decimal 148 128 218
Binary 10010100 10000000 11011010
Octal 224 200 332

Shades and tints

Shades of #9480DA

#9480DA
(148,128,218)
#8775C7
(135,117,199)
#7A6AB4
(122,106,180)
#6D5FA1
(109,95,161)
#60548E
(96,84,142)
#53497B
(83,73,123)
#463E68
(70,62,104)
#393355
(57,51,85)
#2C2842
(44,40,66)
#1F1D2F
(31,29,47)
#12121C
(18,18,28)
#000000
(0,0,0)

Tints of #9480DA

#9480DA
(148,128,218)
#9D8BDD
(157,139,221)
#A696E0
(166,150,224)
#AFA1E3
(175,161,227)
#B8ACE6
(184,172,230)
#C1B7E9
(193,183,233)
#CAC2EC
(202,194,236)
#D3CDEF
(211,205,239)
#DCD8F2
(220,216,242)
#E5E3F5
(229,227,245)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9480DA; }

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

This text font color is #9480DA.

Background Color

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

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

This div background color is #9480DA.

Border color

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

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

This div border color is #9480DA.

Opacity

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

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

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

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

This text has shadow with #9480DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9480DA.

Preview

Color preview on black background

This text has color #9480DA on black background.


Color preview on white background

This text has color #9480DA on white background.


Black color preview on #9480DA background

This text has black color on #9480DA background.


White color preview on #9480DA background

This text has white color on #9480DA background.


Related colors

Complementary color

Complementary color for #hex is #6B7F25.


I love getcolorcode.com

Triadic colors

1 #DA9480 and #80DA94 with #9480DA are triadic colors.

2 #DA8094 and #8094DA with #9480DA are triadic colors.