COLOR #9180D4

HEX: #9180D4
RGB: (145,128,212)

Color info

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

RGB color model

#9180D4 color RGB value is (145,128,212).

  • red value is 145;
  • green value is 128;
  • blue value is 212.
RGB:
(145,128,212)
(57%,50%,83%)

RGB channels and saturation

R 145 of 255 = 57%
G 128 of 255 = 50%
B 212 of 255 = 83%

145
128
212

R + G + B ~ 63%. #9180D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 128 + 212 = 485 (100%)
R 145 of 485 ~ 29.9%
G 128 of 485 ~ 26.39%
B 212 of 485 ~ 43.71%

%29.9
%26.39
%43.71

CMYK color model

#9180D4 color CMYK value is (32,40,0,17).

  • cyan value is 31.60%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(32,40,0,17)
C32M40Y0K17 
(32%,40%,0%,17%)
(0.32/0.40/0.00/0.17)	

CMYK percentages

%31.6
%39.62
%0
%16.86

Codes

Color #9180D4 in popluar color models

9180D4
RGB145128212
HSL252°49.41%66.67%
HSB/HSV252°39.62%83.14%
CMYK31.60%39.62%0.00%
16.86%

Color #9180D4 in popluar number systems.

HEX9180D4
Decimal145128212
Binary100100011000000011010100
Octal221200324

Shades and tints

Shades of #9180D4

#9180D4
(145,128,212)
#8475C1
(132,117,193)
#776AAE
(119,106,174)
#6A5F9B
(106,95,155)
#5D5488
(93,84,136)
#504975
(80,73,117)
#433E62
(67,62,98)
#36334F
(54,51,79)
#29283C
(41,40,60)
#1C1D29
(28,29,41)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9180D4

#9180D4
(145,128,212)
#9B8BD7
(155,139,215)
#A596DA
(165,150,218)
#AFA1DD
(175,161,221)
#B9ACE0
(185,172,224)
#C3B7E3
(195,183,227)
#CDC2E6
(205,194,230)
#D7CDE9
(215,205,233)
#E1D8EC
(225,216,236)
#EBE3EF
(235,227,239)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9180D4 color. Also use rgb(145,128,212) instead hex code.

Text Font Color

.myTextColor { color: #9180D4; }

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

This text font color is #9180D4.


Background Color

.myBgColor { background-color: #9180D4; }

<div style="background-color:#9180D4">Inner text</div>

This div background color is #9180D4.


Border color

.myBorderColor { border: 1px solid #9180D4; }

<div style="border:3px solid #9180D4">Div</div>

This div border color is #9180D4.


Opacity

.myOpacity80 { color: #9180D4; opacity: 0.8; }

<p style="color:#9180D4;opacity:0.8;">80%</p>

Text with #9180D4 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 #9180D4;}

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

This text has shadow with #9180D4 color.

.textShadow {text-shadow: 3px 3px 1px #9180D4, 3px 3px 1px red;}

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

This text has shadow with #9180D4 primary color and red secondary color.


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

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

This text has shadow with #9180D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9180D4 on black background.


Color preview on white background

This text has color #9180D4 on white background.



Black color preview on #9180D4 background

This text has black color on #9180D4 background.


White color preview on #9180D4 background

This text has white color on #9180D4 background.