COLOR #8853BB

HEX: #8853BB
RGB: (136,83,187)

Color info

#8853BB contains mainly red and blue colors. Web safe color of #8853BB is #9966CC (or #96C).

RGB color model

#8853BB color RGB value is (136,83,187).

  • red value is 136;
  • green value is 83;
  • blue value is 187.
RGB:
(136,83,187)
(53%,33%,73%)

RGB channels and saturation

R 136 of 255 = 53%
G 83 of 255 = 33%
B 187 of 255 = 73%

136
83
187

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

Portions of RGB colors in percentages

R + G + B =
136 + 83 + 187 = 406 (100%)
R 136 of 406 ~ 33.5%
G 83 of 406 ~ 20.44%
B 187 of 406 ~ 46.06%

%33.5
%20.44
%46.06

CMYK color model

#8853BB color CMYK value is (27,56,0,27).

  • cyan value is 27.27%
  • magenta value is 55.61%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(27,56,0,27)
C27M56Y0K27 
(27%,56%,0%,27%)
(0.27/0.56/0.00/0.27)	

CMYK percentages

%27.27
%55.61
%0
%26.67

Codes

Color #8853BB in popluar color models

8853BB
RGB13683187
HSL271°43.33%52.94%
HSB/HSV271°55.61%73.33%
CMYK27.27%55.61%0.00%
26.67%

Color #8853BB in popluar number systems.

HEX8853BB
Decimal13683187
Binary10001000101001110111011
Octal210123273

Shades and tints

Shades of #8853BB

#8853BB
(136,83,187)
#7C4CAA
(124,76,170)
#704599
(112,69,153)
#643E88
(100,62,136)
#583777
(88,55,119)
#4C3066
(76,48,102)
#402955
(64,41,85)
#342244
(52,34,68)
#281B33
(40,27,51)
#1C1422
(28,20,34)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #8853BB

#8853BB
(136,83,187)
#9262C1
(146,98,193)
#9C71C7
(156,113,199)
#A680CD
(166,128,205)
#B08FD3
(176,143,211)
#BA9ED9
(186,158,217)
#C4ADDF
(196,173,223)
#CEBCE5
(206,188,229)
#D8CBEB
(216,203,235)
#E2DAF1
(226,218,241)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8853BB; }

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

This text font color is #8853BB.


Background Color

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

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

This div background color is #8853BB.


Border color

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

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

This div border color is #8853BB.


Opacity

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

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

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

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

This text has shadow with #8853BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8853BB on black background.


Color preview on white background

This text has color #8853BB on white background.



Black color preview on #8853BB background

This text has black color on #8853BB background.


White color preview on #8853BB background

This text has white color on #8853BB background.