COLOR #945AB5

HEX: #945AB5
RGB: (148,90,181)

Color info

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

RGB color model

#945AB5 color RGB value is (148,90,181).

  • red value is 148;
  • green value is 90;
  • blue value is 181.
RGB:
(148,90,181)
(58%,35%,71%)

RGB channels and saturation

R 148 of 255 = 58%
G 90 of 255 = 35%
B 181 of 255 = 71%

148
90
181

R + G + B ~ 55%. #945AB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 90 + 181 = 419 (100%)
R 148 of 419 ~ 35.32%
G 90 of 419 ~ 21.48%
B 181 of 419 ~ 43.2%

%35.32
%21.48
%43.2

CMYK color model

#945AB5 color CMYK value is (18,50,0,29).

  • cyan value is 18.23%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(18,50,0,29)
C18M50Y0K29 
(18%,50%,0%,29%)
(0.18/0.50/0.00/0.29)	

CMYK percentages

%18.23
%50.28
%0
%29.02

Codes

Color #945AB5 in popluar color models

945AB5
RGB14890181
HSL278°38.08%53.14%
HSB/HSV278°50.28%70.98%
CMYK18.23%50.28%0.00%
29.02%

Color #945AB5 in popluar number systems.

HEX945AB5
Decimal14890181
Binary10010100101101010110101
Octal224132265

Shades and tints

Shades of #945AB5

#945AB5
(148,90,181)
#8752A5
(135,82,165)
#7A4A95
(122,74,149)
#6D4285
(109,66,133)
#603A75
(96,58,117)
#533265
(83,50,101)
#462A55
(70,42,85)
#392245
(57,34,69)
#2C1A35
(44,26,53)
#1F1225
(31,18,37)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #945AB5

#945AB5
(148,90,181)
#9D69BB
(157,105,187)
#A678C1
(166,120,193)
#AF87C7
(175,135,199)
#B896CD
(184,150,205)
#C1A5D3
(193,165,211)
#CAB4D9
(202,180,217)
#D3C3DF
(211,195,223)
#DCD2E5
(220,210,229)
#E5E1EB
(229,225,235)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #945AB5 color. Also use rgb(148,90,181) instead hex code.

Text Font Color

.myTextColor { color: #945AB5; }

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

This text font color is #945AB5.


Background Color

.myBgColor { background-color: #945AB5; }

<div style="background-color:#945AB5">Inner text</div>

This div background color is #945AB5.


Border color

.myBorderColor { border: 1px solid #945AB5; }

<div style="border:3px solid #945AB5">Div</div>

This div border color is #945AB5.


Opacity

.myOpacity80 { color: #945AB5; opacity: 0.8; }

<p style="color:#945AB5;opacity:0.8;">80%</p>

Text with #945AB5 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 #945AB5;}

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

This text has shadow with #945AB5 color.

.textShadow {text-shadow: 3px 3px 1px #945AB5, 3px 3px 1px red;}

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

This text has shadow with #945AB5 primary color and red secondary color.


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

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

This text has shadow with #945AB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #945AB5 on black background.


Color preview on white background

This text has color #945AB5 on white background.



Black color preview on #945AB5 background

This text has black color on #945AB5 background.


White color preview on #945AB5 background

This text has white color on #945AB5 background.