COLOR #845ABE

HEX: #845ABE
RGB: (132,90,190)

Color info

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

RGB color model

#845ABE color RGB value is (132,90,190).

  • red value is 132;
  • green value is 90;
  • blue value is 190.
RGB:
(132,90,190)
(52%,35%,75%)

RGB channels and saturation

R 132 of 255 = 52%
G 90 of 255 = 35%
B 190 of 255 = 75%

132
90
190

R + G + B ~ 54%. #845ABE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 90 + 190 = 412 (100%)
R 132 of 412 ~ 32.04%
G 90 of 412 ~ 21.84%
B 190 of 412 ~ 46.12%

%32.04
%21.84
%46.12

CMYK color model

#845ABE color CMYK value is (31,53,0,25).

  • cyan value is 30.53%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(31,53,0,25)
C31M53Y0K25 
(31%,53%,0%,25%)
(0.31/0.53/0.00/0.25)	

CMYK percentages

%30.53
%52.63
%0
%25.49

Codes

Color #845ABE in popluar color models

845ABE
RGB13290190
HSL265°43.48%54.90%
HSB/HSV265°52.63%74.51%
CMYK30.53%52.63%0.00%
25.49%

Color #845ABE in popluar number systems.

HEX845ABE
Decimal13290190
Binary10000100101101010111110
Octal204132276

Shades and tints

Shades of #845ABE

#845ABE
(132,90,190)
#7852AD
(120,82,173)
#6C4A9C
(108,74,156)
#60428B
(96,66,139)
#543A7A
(84,58,122)
#483269
(72,50,105)
#3C2A58
(60,42,88)
#302247
(48,34,71)
#241A36
(36,26,54)
#181225
(24,18,37)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #845ABE

#845ABE
(132,90,190)
#8F69C3
(143,105,195)
#9A78C8
(154,120,200)
#A587CD
(165,135,205)
#B096D2
(176,150,210)
#BBA5D7
(187,165,215)
#C6B4DC
(198,180,220)
#D1C3E1
(209,195,225)
#DCD2E6
(220,210,230)
#E7E1EB
(231,225,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845ABE color. Also use rgb(132,90,190) instead hex code.

Text Font Color

.myTextColor { color: #845ABE; }

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

This text font color is #845ABE.


Background Color

.myBgColor { background-color: #845ABE; }

<div style="background-color:#845ABE">Inner text</div>

This div background color is #845ABE.


Border color

.myBorderColor { border: 1px solid #845ABE; }

<div style="border:3px solid #845ABE">Div</div>

This div border color is #845ABE.


Opacity

.myOpacity80 { color: #845ABE; opacity: 0.8; }

<p style="color:#845ABE;opacity:0.8;">80%</p>

Text with #845ABE 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 #845ABE;}

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

This text has shadow with #845ABE color.

.textShadow {text-shadow: 3px 3px 1px #845ABE, 3px 3px 1px red;}

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

This text has shadow with #845ABE primary color and red secondary color.


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

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

This text has shadow with #845ABE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845ABE on black background.


Color preview on white background

This text has color #845ABE on white background.



Black color preview on #845ABE background

This text has black color on #845ABE background.


White color preview on #845ABE background

This text has white color on #845ABE background.