COLOR #884BAF

HEX: #884BAF RGB: (136,75,175)

Color info

#884BAF contains mainly red and blue colors. Web safe color of #884BAF is #993399 (or #939).

RGB color model

#884BAF color RGB value is (136,75,175).

RGB: (136,75,175) (53%, 29%, 69%)

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 175 of 255 = 69%

136
75
175

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

Portions of RGB colors in percentages

R + G + B = 136 + 75 + 175 = 386 (100%)
R 136 of 386 ~ 35.23%
G 75 of 386 ~ 19.43%
B 175 of 386 ~ 45.34'%

%35.23
%19.43
%45.34

CMYK color model

#884BAF color CMYK value is (22,57,0,31).

  • cyan value is 22.29%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (22,57,0,31)
C22M57Y0K31 (22%, 57%, 0%, 31%)
(0.22 / 0.57 / 0.00 / 0.31)

CMYK percentages

%22.29
%57.14
%0
%31.37

Codes

Color #884BAF in popluar color models

88 4B AF
RGB 136 75 175
HSL 277° 40.00% 49.02%
HSB/HSV 277° 57.14% 68.63%
CMYK 22.29% 57.14% 0.00%
31.37%

Color #884BAF in popluar number systems.

HEX 88 4B AF
Decimal 136 75 175
Binary 10001000 1001011 10101111
Octal 210 113 257

Shades and tints

Shades of #884BAF

#884BAF
(136,75,175)
#7C45A0
(124,69,160)
#703F91
(112,63,145)
#643982
(100,57,130)
#583373
(88,51,115)
#4C2D64
(76,45,100)
#402755
(64,39,85)
#342146
(52,33,70)
#281B37
(40,27,55)
#1C1528
(28,21,40)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #884BAF

#884BAF
(136,75,175)
#925BB6
(146,91,182)
#9C6BBD
(156,107,189)
#A67BC4
(166,123,196)
#B08BCB
(176,139,203)
#BA9BD2
(186,155,210)
#C4ABD9
(196,171,217)
#CEBBE0
(206,187,224)
#D8CBE7
(216,203,231)
#E2DBEE
(226,219,238)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884BAF color. Also use rgb(136,75,175) instead hex code.

Text Font Color

.myTextColor { color: #884BAF; }

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

This text font color is #884BAF.

Background Color

.myBgColor { background-color: #884BAF; }

<div style="background-color:#884BAF">Inner text</div>

This div background color is #884BAF.

Border color

.myBorderColor { border: 1px solid #884BAF; }

<div style="border:3px solid #884BAF">Div</div>

This div border color is #884BAF.

Opacity

.myOpacity80 { color: #884BAF; opacity: 0.8; }

<p style="color:#884BAF;opacity:0.8;">80%</p>

Text with #884BAF 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 #884BAF;}

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

This text has shadow with #884BAF color.


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

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

This text has shadow with #884BAF primary color and red secondary color.


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

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

This text has shadow with #884BAF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #884BAF.

Preview

Color preview on black background

This text has color #884BAF on black background.


Color preview on white background

This text has color #884BAF on white background.


Black color preview on #884BAF background

This text has black color on #884BAF background.


White color preview on #884BAF background

This text has white color on #884BAF background.


Related colors

Complementary color

Complementary color for #hex is #77B450.


I love getcolorcode.com

Triadic colors

1 #AF884B and #4BAF88 with #884BAF are triadic colors.

2 #AF4B88 and #4B88AF with #884BAF are triadic colors.