COLOR #8858B1

HEX: #8858B1
RGB: (136,88,177)

Color info

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

RGB color model

#8858B1 color RGB value is (136,88,177).

  • red value is 136;
  • green value is 88;
  • blue value is 177.
RGB:
(136,88,177)
(53%,35%,69%)

RGB channels and saturation

R 136 of 255 = 53%
G 88 of 255 = 35%
B 177 of 255 = 69%

136
88
177

R + G + B ~ 52%. #8858B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 88 + 177 = 401 (100%)
R 136 of 401 ~ 33.92%
G 88 of 401 ~ 21.95%
B 177 of 401 ~ 44.14%

%33.92
%21.95
%44.14

CMYK color model

#8858B1 color CMYK value is (23,50,0,31).

  • cyan value is 23.16%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(23,50,0,31)
C23M50Y0K31 
(23%,50%,0%,31%)
(0.23/0.50/0.00/0.31)	

CMYK percentages

%23.16
%50.28
%0
%30.59

Codes

Color #8858B1 in popluar color models

8858B1
RGB13688177
HSL272°36.33%51.96%
HSB/HSV272°50.28%69.41%
CMYK23.16%50.28%0.00%
30.59%

Color #8858B1 in popluar number systems.

HEX8858B1
Decimal13688177
Binary10001000101100010110001
Octal210130261

Shades and tints

Shades of #8858B1

#8858B1
(136,88,177)
#7C50A1
(124,80,161)
#704891
(112,72,145)
#644081
(100,64,129)
#583871
(88,56,113)
#4C3061
(76,48,97)
#402851
(64,40,81)
#342041
(52,32,65)
#281831
(40,24,49)
#1C1021
(28,16,33)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #8858B1

#8858B1
(136,88,177)
#9267B8
(146,103,184)
#9C76BF
(156,118,191)
#A685C6
(166,133,198)
#B094CD
(176,148,205)
#BAA3D4
(186,163,212)
#C4B2DB
(196,178,219)
#CEC1E2
(206,193,226)
#D8D0E9
(216,208,233)
#E2DFF0
(226,223,240)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8858B1 color. Also use rgb(136,88,177) instead hex code.

Text Font Color

.myTextColor { color: #8858B1; }

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

This text font color is #8858B1.


Background Color

.myBgColor { background-color: #8858B1; }

<div style="background-color:#8858B1">Inner text</div>

This div background color is #8858B1.


Border color

.myBorderColor { border: 1px solid #8858B1; }

<div style="border:3px solid #8858B1">Div</div>

This div border color is #8858B1.


Opacity

.myOpacity80 { color: #8858B1; opacity: 0.8; }

<p style="color:#8858B1;opacity:0.8;">80%</p>

Text with #8858B1 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 #8858B1;}

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

This text has shadow with #8858B1 color.

.textShadow {text-shadow: 3px 3px 1px #8858B1, 3px 3px 1px red;}

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

This text has shadow with #8858B1 primary color and red secondary color.


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

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

This text has shadow with #8858B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8858B1 on black background.


Color preview on white background

This text has color #8858B1 on white background.



Black color preview on #8858B1 background

This text has black color on #8858B1 background.


White color preview on #8858B1 background

This text has white color on #8858B1 background.