COLOR #8049BB

HEX: #8049BB RGB: (128,73,187)

Color info

#8049BB contains mainly red and blue colors. Web safe color of #8049BB is #6633CC (or #63C).

RGB color model

#8049BB color RGB value is (128,73,187).

RGB: (128,73,187) (50%, 29%, 73%)

RGB channels and saturation

R 128 of 255 = 50%
G 73 of 255 = 29%
B 187 of 255 = 73%

128
73
187

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

Portions of RGB colors in percentages

R + G + B = 128 + 73 + 187 = 388 (100%)
R 128 of 388 ~ 32.99%
G 73 of 388 ~ 18.81%
B 187 of 388 ~ 48.2'%

%32.99
%18.81
%48.2

CMYK color model

#8049BB color CMYK value is (32,61,0,27).

  • cyan value is 31.55%
  • magenta value is 60.96%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (32,61,0,27)
C32M61Y0K27 (32%, 61%, 0%, 27%)
(0.32 / 0.61 / 0.00 / 0.27)

CMYK percentages

%31.55
%60.96
%0
%26.67

Codes

Color #8049BB in popluar color models

80 49 BB
RGB 128 73 187
HSL 269° 45.60% 50.98%
HSB/HSV 269° 60.96% 73.33%
CMYK 31.55% 60.96% 0.00%
26.67%

Color #8049BB in popluar number systems.

HEX 80 49 BB
Decimal 128 73 187
Binary 10000000 1001001 10111011
Octal 200 111 273

Shades and tints

Shades of #8049BB

#8049BB
(128,73,187)
#7543AA
(117,67,170)
#6A3D99
(106,61,153)
#5F3788
(95,55,136)
#543177
(84,49,119)
#492B66
(73,43,102)
#3E2555
(62,37,85)
#331F44
(51,31,68)
#281933
(40,25,51)
#1D1322
(29,19,34)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8049BB

#8049BB
(128,73,187)
#8B59C1
(139,89,193)
#9669C7
(150,105,199)
#A179CD
(161,121,205)
#AC89D3
(172,137,211)
#B799D9
(183,153,217)
#C2A9DF
(194,169,223)
#CDB9E5
(205,185,229)
#D8C9EB
(216,201,235)
#E3D9F1
(227,217,241)
#EEE9F7
(238,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8049BB color. Also use rgb(128,73,187) instead hex code.

Text Font Color

.myTextColor { color: #8049BB; }

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

This text font color is #8049BB.

Background Color

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

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

This div background color is #8049BB.

Border color

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

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

This div border color is #8049BB.

Opacity

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

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

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

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

This text has shadow with #8049BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8049BB.

Preview

Color preview on black background

This text has color #8049BB on black background.


Color preview on white background

This text has color #8049BB on white background.


Black color preview on #8049BB background

This text has black color on #8049BB background.


White color preview on #8049BB background

This text has white color on #8049BB background.


Related colors

Complementary color

Complementary color for #hex is #7FB644.


I love getcolorcode.com

Triadic colors

1 #BB8049 and #49BB80 with #8049BB are triadic colors.

2 #BB4980 and #4980BB with #8049BB are triadic colors.