COLOR #8882C1

HEX: #8882C1
RGB: (136,130,193)

Color info

#8882C1 contains mainly red and blue colors. Web safe color of #8882C1 is #9999CC (or #99C).

RGB color model

#8882C1 color RGB value is (136,130,193).

  • red value is 136;
  • green value is 130;
  • blue value is 193.
RGB:
(136,130,193)
(53%,51%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 130 of 255 = 51%
B 193 of 255 = 76%

136
130
193

R + G + B ~ 60%. #8882C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 130 + 193 = 459 (100%)
R 136 of 459 ~ 29.63%
G 130 of 459 ~ 28.32%
B 193 of 459 ~ 42.05%

%29.63
%28.32
%42.05

CMYK color model

#8882C1 color CMYK value is (30,33,0,24).

  • cyan value is 29.53%
  • magenta value is 32.64%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(30,33,0,24)
C30M33Y0K24 
(30%,33%,0%,24%)
(0.30/0.33/0.00/0.24)	

CMYK percentages

%29.53
%32.64
%0
%24.31

Codes

Color #8882C1 in popluar color models

8882C1
RGB136130193
HSL246°33.69%63.33%
HSB/HSV246°32.64%75.69%
CMYK29.53%32.64%0.00%
24.31%

Color #8882C1 in popluar number systems.

HEX8882C1
Decimal136130193
Binary100010001000001011000001
Octal210202301

Shades and tints

Shades of #8882C1

#8882C1
(136,130,193)
#7C77B0
(124,119,176)
#706C9F
(112,108,159)
#64618E
(100,97,142)
#58567D
(88,86,125)
#4C4B6C
(76,75,108)
#40405B
(64,64,91)
#34354A
(52,53,74)
#282A39
(40,42,57)
#1C1F28
(28,31,40)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #8882C1

#8882C1
(136,130,193)
#928DC6
(146,141,198)
#9C98CB
(156,152,203)
#A6A3D0
(166,163,208)
#B0AED5
(176,174,213)
#BAB9DA
(186,185,218)
#C4C4DF
(196,196,223)
#CECFE4
(206,207,228)
#D8DAE9
(216,218,233)
#E2E5EE
(226,229,238)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8882C1 color. Also use rgb(136,130,193) instead hex code.

Text Font Color

.myTextColor { color: #8882C1; }

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

This text font color is #8882C1.


Background Color

.myBgColor { background-color: #8882C1; }

<div style="background-color:#8882C1">Inner text</div>

This div background color is #8882C1.


Border color

.myBorderColor { border: 1px solid #8882C1; }

<div style="border:3px solid #8882C1">Div</div>

This div border color is #8882C1.


Opacity

.myOpacity80 { color: #8882C1; opacity: 0.8; }

<p style="color:#8882C1;opacity:0.8;">80%</p>

Text with #8882C1 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 #8882C1;}

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

This text has shadow with #8882C1 color.

.textShadow {text-shadow: 3px 3px 1px #8882C1, 3px 3px 1px red;}

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

This text has shadow with #8882C1 primary color and red secondary color.


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

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

This text has shadow with #8882C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8882C1 on black background.


Color preview on white background

This text has color #8882C1 on white background.



Black color preview on #8882C1 background

This text has black color on #8882C1 background.


White color preview on #8882C1 background

This text has white color on #8882C1 background.