COLOR #8862AB

HEX: #8862AB
RGB: (136,98,171)

Color info

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

RGB color model

#8862AB color RGB value is (136,98,171).

  • red value is 136;
  • green value is 98;
  • blue value is 171.
RGB:
(136,98,171)
(53%,38%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 98 of 255 = 38%
B 171 of 255 = 67%

136
98
171

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

Portions of RGB colors in percentages

R + G + B =
136 + 98 + 171 = 405 (100%)
R 136 of 405 ~ 33.58%
G 98 of 405 ~ 24.2%
B 171 of 405 ~ 42.22%

%33.58
%24.2
%42.22

CMYK color model

#8862AB color CMYK value is (20,43,0,33).

  • cyan value is 20.47%
  • magenta value is 42.69%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,43,0,33)
C20M43Y0K33 
(20%,43%,0%,33%)
(0.20/0.43/0.00/0.33)	

CMYK percentages

%20.47
%42.69
%0
%32.94

Codes

Color #8862AB in popluar color models

8862AB
RGB13698171
HSL271°30.29%52.75%
HSB/HSV271°42.69%67.06%
CMYK20.47%42.69%0.00%
32.94%

Color #8862AB in popluar number systems.

HEX8862AB
Decimal13698171
Binary10001000110001010101011
Octal210142253

Shades and tints

Shades of #8862AB

#8862AB
(136,98,171)
#7C5A9C
(124,90,156)
#70528D
(112,82,141)
#644A7E
(100,74,126)
#58426F
(88,66,111)
#4C3A60
(76,58,96)
#403251
(64,50,81)
#342A42
(52,42,66)
#282233
(40,34,51)
#1C1A24
(28,26,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #8862AB

#8862AB
(136,98,171)
#9270B2
(146,112,178)
#9C7EB9
(156,126,185)
#A68CC0
(166,140,192)
#B09AC7
(176,154,199)
#BAA8CE
(186,168,206)
#C4B6D5
(196,182,213)
#CEC4DC
(206,196,220)
#D8D2E3
(216,210,227)
#E2E0EA
(226,224,234)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8862AB; }

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

This text font color is #8862AB.


Background Color

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

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

This div background color is #8862AB.


Border color

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

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

This div border color is #8862AB.


Opacity

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

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

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

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

This text has shadow with #8862AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8862AB on black background.


Color preview on white background

This text has color #8862AB on white background.



Black color preview on #8862AB background

This text has black color on #8862AB background.


White color preview on #8862AB background

This text has white color on #8862AB background.