COLOR #8875C2

HEX: #8875C2 RGB: (136,117,194)

Color info

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

RGB color model

#8875C2 color RGB value is (136,117,194).

RGB: (136,117,194) (53%, 46%, 76%)

RGB channels and saturation

R 136 of 255 = 53%
G 117 of 255 = 46%
B 194 of 255 = 76%

136
117
194

R + G + B ~ 58%. #8875C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 117 + 194 = 447 (100%)
R 136 of 447 ~ 30.43%
G 117 of 447 ~ 26.17%
B 194 of 447 ~ 43.4'%

%30.43
%26.17
%43.4

CMYK color model

#8875C2 color CMYK value is (30,40,0,24).

  • cyan value is 29.90%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (30,40,0,24)
C30M40Y0K24 (30%, 40%, 0%, 24%)
(0.30 / 0.40 / 0.00 / 0.24)

CMYK percentages

%29.9
%39.69
%0
%23.92

Codes

Color #8875C2 in popluar color models

88 75 C2
RGB 136 117 194
HSL 255° 38.69% 60.98%
HSB/HSV 255° 39.69% 76.08%
CMYK 29.90% 39.69% 0.00%
23.92%

Color #8875C2 in popluar number systems.

HEX 88 75 C2
Decimal 136 117 194
Binary 10001000 1110101 11000010
Octal 210 165 302

Shades and tints

Shades of #8875C2

#8875C2
(136,117,194)
#7C6BB1
(124,107,177)
#7061A0
(112,97,160)
#64578F
(100,87,143)
#584D7E
(88,77,126)
#4C436D
(76,67,109)
#40395C
(64,57,92)
#342F4B
(52,47,75)
#28253A
(40,37,58)
#1C1B29
(28,27,41)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #8875C2

#8875C2
(136,117,194)
#9281C7
(146,129,199)
#9C8DCC
(156,141,204)
#A699D1
(166,153,209)
#B0A5D6
(176,165,214)
#BAB1DB
(186,177,219)
#C4BDE0
(196,189,224)
#CEC9E5
(206,201,229)
#D8D5EA
(216,213,234)
#E2E1EF
(226,225,239)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8875C2 color. Also use rgb(136,117,194) instead hex code.

Text Font Color

.myTextColor { color: #8875C2; }

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

This text font color is #8875C2.

Background Color

.myBgColor { background-color: #8875C2; }

<div style="background-color:#8875C2">Inner text</div>

This div background color is #8875C2.

Border color

.myBorderColor { border: 1px solid #8875C2; }

<div style="border:3px solid #8875C2">Div</div>

This div border color is #8875C2.

Opacity

.myOpacity80 { color: #8875C2; opacity: 0.8; }

<p style="color:#8875C2;opacity:0.8;">80%</p>

Text with #8875C2 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 #8875C2;}

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

This text has shadow with #8875C2 color.


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

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

This text has shadow with #8875C2 primary color and red secondary color.


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

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

This text has shadow with #8875C2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8875C2.

Preview

Color preview on black background

This text has color #8875C2 on black background.


Color preview on white background

This text has color #8875C2 on white background.


Black color preview on #8875C2 background

This text has black color on #8875C2 background.


White color preview on #8875C2 background

This text has white color on #8875C2 background.


Related colors

Complementary color

Complementary color for #hex is #778A3D.


I love getcolorcode.com

Triadic colors

1 #C28875 and #75C288 with #8875C2 are triadic colors.

2 #C27588 and #7588C2 with #8875C2 are triadic colors.