COLOR #8449D6

HEX: #8449D6
RGB: (132,73,214)

Color info

#8449D6 contains mainly blue color. Web safe color of #8449D6 is #9933CC (or #93C).

RGB color model

#8449D6 color RGB value is (132,73,214).

  • red value is 132;
  • green value is 73;
  • blue value is 214.
RGB:
(132,73,214)
(52%,29%,84%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 214 of 255 = 84%

132
73
214

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

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 214 = 419 (100%)
R 132 of 419 ~ 31.5%
G 73 of 419 ~ 17.42%
B 214 of 419 ~ 51.07%

%31.5
%17.42
%51.07

CMYK color model

#8449D6 color CMYK value is (38,66,0,16).

  • cyan value is 38.32%
  • magenta value is 65.89%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(38,66,0,16)
C38M66Y0K16 
(38%,66%,0%,16%)
(0.38/0.66/0.00/0.16)	

CMYK percentages

%38.32
%65.89
%0
%16.08

Codes

Color #8449D6 in popluar color models

8449D6
RGB13273214
HSL265°63.23%56.27%
HSB/HSV265°65.89%83.92%
CMYK38.32%65.89%0.00%
16.08%

Color #8449D6 in popluar number systems.

HEX8449D6
Decimal13273214
Binary10000100100100111010110
Octal204111326

Shades and tints

Shades of #8449D6

#8449D6
(132,73,214)
#7843C3
(120,67,195)
#6C3DB0
(108,61,176)
#60379D
(96,55,157)
#54318A
(84,49,138)
#482B77
(72,43,119)
#3C2564
(60,37,100)
#301F51
(48,31,81)
#24193E
(36,25,62)
#18132B
(24,19,43)
#0C0D18
(12,13,24)
#000000
(0,0,0)

Tints of #8449D6

#8449D6
(132,73,214)
#8F59D9
(143,89,217)
#9A69DC
(154,105,220)
#A579DF
(165,121,223)
#B089E2
(176,137,226)
#BB99E5
(187,153,229)
#C6A9E8
(198,169,232)
#D1B9EB
(209,185,235)
#DCC9EE
(220,201,238)
#E7D9F1
(231,217,241)
#F2E9F4
(242,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8449D6 color. Also use rgb(132,73,214) instead hex code.

Text Font Color

.myTextColor { color: #8449D6; }

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

This text font color is #8449D6.


Background Color

.myBgColor { background-color: #8449D6; }

<div style="background-color:#8449D6">Inner text</div>

This div background color is #8449D6.


Border color

.myBorderColor { border: 1px solid #8449D6; }

<div style="border:3px solid #8449D6">Div</div>

This div border color is #8449D6.


Opacity

.myOpacity80 { color: #8449D6; opacity: 0.8; }

<p style="color:#8449D6;opacity:0.8;">80%</p>

Text with #8449D6 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 #8449D6;}

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

This text has shadow with #8449D6 color.

.textShadow {text-shadow: 3px 3px 1px #8449D6, 3px 3px 1px red;}

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

This text has shadow with #8449D6 primary color and red secondary color.


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

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

This text has shadow with #8449D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8449D6 on black background.


Color preview on white background

This text has color #8449D6 on white background.



Black color preview on #8449D6 background

This text has black color on #8449D6 background.


White color preview on #8449D6 background

This text has white color on #8449D6 background.