COLOR #945EA5

HEX: #945EA5 RGB: (148,94,165)

Color info

#945EA5 contains mainly red and blue colors. Web safe color of #945EA5 is #996699 (or #969).

RGB color model

#945EA5 color RGB value is (148,94,165).

RGB: (148,94,165) (58%, 37%, 65%)

RGB channels and saturation

R 148 of 255 = 58%
G 94 of 255 = 37%
B 165 of 255 = 65%

148
94
165

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

Portions of RGB colors in percentages

R + G + B = 148 + 94 + 165 = 407 (100%)
R 148 of 407 ~ 36.36%
G 94 of 407 ~ 23.1%
B 165 of 407 ~ 40.54'%

%36.36
%23.1
%40.54

CMYK color model

#945EA5 color CMYK value is (10,43,0,35).

  • cyan value is 10.30%
  • magenta value is 43.03%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (10,43,0,35)
C10M43Y0K35 (10%, 43%, 0%, 35%)
(0.10 / 0.43 / 0.00 / 0.35)

CMYK percentages

%10.3
%43.03
%0
%35.29

Codes

Color #945EA5 in popluar color models

94 5E A5
RGB 148 94 165
HSL 286° 28.29% 50.78%
HSB/HSV 286° 43.03% 64.71%
CMYK 10.30% 43.03% 0.00%
35.29%

Color #945EA5 in popluar number systems.

HEX 94 5E A5
Decimal 148 94 165
Binary 10010100 1011110 10100101
Octal 224 136 245

Shades and tints

Shades of #945EA5

#945EA5
(148,94,165)
#875696
(135,86,150)
#7A4E87
(122,78,135)
#6D4678
(109,70,120)
#603E69
(96,62,105)
#53365A
(83,54,90)
#462E4B
(70,46,75)
#39263C
(57,38,60)
#2C1E2D
(44,30,45)
#1F161E
(31,22,30)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #945EA5

#945EA5
(148,94,165)
#9D6CAD
(157,108,173)
#A67AB5
(166,122,181)
#AF88BD
(175,136,189)
#B896C5
(184,150,197)
#C1A4CD
(193,164,205)
#CAB2D5
(202,178,213)
#D3C0DD
(211,192,221)
#DCCEE5
(220,206,229)
#E5DCED
(229,220,237)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #945EA5 color. Also use rgb(148,94,165) instead hex code.

Text Font Color

.myTextColor { color: #945EA5; }

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

This text font color is #945EA5.

Background Color

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

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

This div background color is #945EA5.

Border color

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

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

This div border color is #945EA5.

Opacity

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

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

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

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

This text has shadow with #945EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #945EA5.

Preview

Color preview on black background

This text has color #945EA5 on black background.


Color preview on white background

This text has color #945EA5 on white background.


Black color preview on #945EA5 background

This text has black color on #945EA5 background.


White color preview on #945EA5 background

This text has white color on #945EA5 background.


Related colors

Complementary color

Complementary color for #hex is #6BA15A.


I love getcolorcode.com

Triadic colors

1 #A5945E and #5EA594 with #945EA5 are triadic colors.

2 #A55E94 and #5E94A5 with #945EA5 are triadic colors.