COLOR #8853AB

HEX: #8853AB RGB: (136,83,171)

Color info

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

RGB color model

#8853AB color RGB value is (136,83,171).

RGB: (136,83,171) (53%, 33%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 83 of 255 = 33%
B 171 of 255 = 67%

136
83
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 83 + 171 = 390 (100%)
R 136 of 390 ~ 34.87%
G 83 of 390 ~ 21.28%
B 171 of 390 ~ 43.85'%

%34.87
%21.28
%43.85

CMYK color model

#8853AB color CMYK value is (20,51,0,33).

  • cyan value is 20.47%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,51,0,33)
C20M51Y0K33 (20%, 51%, 0%, 33%)
(0.20 / 0.51 / 0.00 / 0.33)

CMYK percentages

%20.47
%51.46
%0
%32.94

Codes

Color #8853AB in popluar color models

88 53 AB
RGB 136 83 171
HSL 276° 34.65% 49.80%
HSB/HSV 276° 51.46% 67.06%
CMYK 20.47% 51.46% 0.00%
32.94%

Color #8853AB in popluar number systems.

HEX 88 53 AB
Decimal 136 83 171
Binary 10001000 1010011 10101011
Octal 210 123 253

Shades and tints

Shades of #8853AB

#8853AB
(136,83,171)
#7C4C9C
(124,76,156)
#70458D
(112,69,141)
#643E7E
(100,62,126)
#58376F
(88,55,111)
#4C3060
(76,48,96)
#402951
(64,41,81)
#342242
(52,34,66)
#281B33
(40,27,51)
#1C1424
(28,20,36)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #8853AB

#8853AB
(136,83,171)
#9262B2
(146,98,178)
#9C71B9
(156,113,185)
#A680C0
(166,128,192)
#B08FC7
(176,143,199)
#BA9ECE
(186,158,206)
#C4ADD5
(196,173,213)
#CEBCDC
(206,188,220)
#D8CBE3
(216,203,227)
#E2DAEA
(226,218,234)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8853AB color. Also use rgb(136,83,171) instead hex code.

Text Font Color

.myTextColor { color: #8853AB; }

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

This text font color is #8853AB.

Background Color

.myBgColor { background-color: #8853AB; }

<div style="background-color:#8853AB">Inner text</div>

This div background color is #8853AB.

Border color

.myBorderColor { border: 1px solid #8853AB; }

<div style="border:3px solid #8853AB">Div</div>

This div border color is #8853AB.

Opacity

.myOpacity80 { color: #8853AB; opacity: 0.8; }

<p style="color:#8853AB;opacity:0.8;">80%</p>

Text with #8853AB 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 #8853AB;}

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

This text has shadow with #8853AB color.


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

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

This text has shadow with #8853AB primary color and red secondary color.


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

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

This text has shadow with #8853AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8853AB.

Preview

Color preview on black background

This text has color #8853AB on black background.


Color preview on white background

This text has color #8853AB on white background.


Black color preview on #8853AB background

This text has black color on #8853AB background.


White color preview on #8853AB background

This text has white color on #8853AB background.


Related colors

Complementary color

Complementary color for #hex is #77AC54.


I love getcolorcode.com

Triadic colors

1 #AB8853 and #53AB88 with #8853AB are triadic colors.

2 #AB5388 and #5388AB with #8853AB are triadic colors.