COLOR #8440BB

HEX: #8440BB
RGB: (132,64,187)

Color info

#8440BB contains mainly red and blue colors. Web safe color of #8440BB is #9933CC (or #93C).

RGB color model

#8440BB color RGB value is (132,64,187).

  • red value is 132;
  • green value is 64;
  • blue value is 187.
RGB:
(132,64,187)
(52%,25%,73%)

RGB channels and saturation

R 132 of 255 = 52%
G 64 of 255 = 25%
B 187 of 255 = 73%

132
64
187

R + G + B ~ 50%. #8440BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 64 + 187 = 383 (100%)
R 132 of 383 ~ 34.46%
G 64 of 383 ~ 16.71%
B 187 of 383 ~ 48.83%

%34.46
%16.71
%48.83

CMYK color model

#8440BB color CMYK value is (29,66,0,27).

  • cyan value is 29.41%
  • magenta value is 65.78%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,66,0,27)
C29M66Y0K27 
(29%,66%,0%,27%)
(0.29/0.66/0.00/0.27)	

CMYK percentages

%29.41
%65.78
%0
%26.67

Codes

Color #8440BB in popluar color models

8440BB
RGB13264187
HSL273°49.00%49.22%
HSB/HSV273°65.78%73.33%
CMYK29.41%65.78%0.00%
26.67%

Color #8440BB in popluar number systems.

HEX8440BB
Decimal13264187
Binary10000100100000010111011
Octal204100273

Shades and tints

Shades of #8440BB

#8440BB
(132,64,187)
#783BAA
(120,59,170)
#6C3699
(108,54,153)
#603188
(96,49,136)
#542C77
(84,44,119)
#482766
(72,39,102)
#3C2255
(60,34,85)
#301D44
(48,29,68)
#241833
(36,24,51)
#181322
(24,19,34)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #8440BB

#8440BB
(132,64,187)
#8F51C1
(143,81,193)
#9A62C7
(154,98,199)
#A573CD
(165,115,205)
#B084D3
(176,132,211)
#BB95D9
(187,149,217)
#C6A6DF
(198,166,223)
#D1B7E5
(209,183,229)
#DCC8EB
(220,200,235)
#E7D9F1
(231,217,241)
#F2EAF7
(242,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8440BB color. Also use rgb(132,64,187) instead hex code.

Text Font Color

.myTextColor { color: #8440BB; }

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

This text font color is #8440BB.


Background Color

.myBgColor { background-color: #8440BB; }

<div style="background-color:#8440BB">Inner text</div>

This div background color is #8440BB.


Border color

.myBorderColor { border: 1px solid #8440BB; }

<div style="border:3px solid #8440BB">Div</div>

This div border color is #8440BB.


Opacity

.myOpacity80 { color: #8440BB; opacity: 0.8; }

<p style="color:#8440BB;opacity:0.8;">80%</p>

Text with #8440BB 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 #8440BB;}

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

This text has shadow with #8440BB color.

.textShadow {text-shadow: 3px 3px 1px #8440BB, 3px 3px 1px red;}

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

This text has shadow with #8440BB primary color and red secondary color.


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

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

This text has shadow with #8440BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8440BB on black background.


Color preview on white background

This text has color #8440BB on white background.



Black color preview on #8440BB background

This text has black color on #8440BB background.


White color preview on #8440BB background

This text has white color on #8440BB background.