COLOR #845FAB

HEX: #845FAB RGB: (132,95,171)

Color info

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

RGB color model

#845FAB color RGB value is (132,95,171).

RGB: (132,95,171) (52%, 37%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 171 of 255 = 67%

132
95
171

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

Portions of RGB colors in percentages

R + G + B = 132 + 95 + 171 = 398 (100%)
R 132 of 398 ~ 33.17%
G 95 of 398 ~ 23.87%
B 171 of 398 ~ 42.96'%

%33.17
%23.87
%42.96

CMYK color model

#845FAB color CMYK value is (23,44,0,33).

  • cyan value is 22.81%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (23,44,0,33)
C23M44Y0K33 (23%, 44%, 0%, 33%)
(0.23 / 0.44 / 0.00 / 0.33)

CMYK percentages

%22.81
%44.44
%0
%32.94

Codes

Color #845FAB in popluar color models

84 5F AB
RGB 132 95 171
HSL 269° 31.15% 52.16%
HSB/HSV 269° 44.44% 67.06%
CMYK 22.81% 44.44% 0.00%
32.94%

Color #845FAB in popluar number systems.

HEX 84 5F AB
Decimal 132 95 171
Binary 10000100 1011111 10101011
Octal 204 137 253

Shades and tints

Shades of #845FAB

#845FAB
(132,95,171)
#78579C
(120,87,156)
#6C4F8D
(108,79,141)
#60477E
(96,71,126)
#543F6F
(84,63,111)
#483760
(72,55,96)
#3C2F51
(60,47,81)
#302742
(48,39,66)
#241F33
(36,31,51)
#181724
(24,23,36)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #845FAB

#845FAB
(132,95,171)
#8F6DB2
(143,109,178)
#9A7BB9
(154,123,185)
#A589C0
(165,137,192)
#B097C7
(176,151,199)
#BBA5CE
(187,165,206)
#C6B3D5
(198,179,213)
#D1C1DC
(209,193,220)
#DCCFE3
(220,207,227)
#E7DDEA
(231,221,234)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845FAB color. Also use rgb(132,95,171) instead hex code.

Text Font Color

.myTextColor { color: #845FAB; }

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

This text font color is #845FAB.

Background Color

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

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

This div background color is #845FAB.

Border color

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

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

This div border color is #845FAB.

Opacity

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

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

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

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

This text has shadow with #845FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #845FAB.

Preview

Color preview on black background

This text has color #845FAB on black background.


Color preview on white background

This text has color #845FAB on white background.


Black color preview on #845FAB background

This text has black color on #845FAB background.


White color preview on #845FAB background

This text has white color on #845FAB background.


Related colors

Complementary color

Complementary color for #hex is #7BA054.


I love getcolorcode.com

Triadic colors

1 #AB845F and #5FAB84 with #845FAB are triadic colors.

2 #AB5F84 and #5F84AB with #845FAB are triadic colors.