COLOR #8C75B0

HEX: #8C75B0
RGB: (140,117,176)

Color info

#8C75B0 contains red, green and blue colors in about the same proportion. Web safe color of #8C75B0 is #996699 (or #969).

RGB color model

#8C75B0 color RGB value is (140,117,176).

  • red value is 140;
  • green value is 117;
  • blue value is 176.
RGB:
(140,117,176)
(55%,46%,69%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 176 of 255 = 69%

140
117
176

R + G + B ~ 57%. #8C75B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 117 + 176 = 433 (100%)
R 140 of 433 ~ 32.33%
G 117 of 433 ~ 27.02%
B 176 of 433 ~ 40.65%

%32.33
%27.02
%40.65

CMYK color model

#8C75B0 color CMYK value is (20,34,0,31).

  • cyan value is 20.45%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(20,34,0,31)
C20M34Y0K31 
(20%,34%,0%,31%)
(0.20/0.34/0.00/0.31)	

CMYK percentages

%20.45
%33.52
%0
%30.98

Codes

Color #8C75B0 in popluar color models

8C75B0
RGB140117176
HSL263°27.19%57.45%
HSB/HSV263°33.52%69.02%
CMYK20.45%33.52%0.00%
30.98%

Color #8C75B0 in popluar number systems.

HEX8C75B0
Decimal140117176
Binary10001100111010110110000
Octal214165260

Shades and tints

Shades of #8C75B0

#8C75B0
(140,117,176)
#806BA0
(128,107,160)
#746190
(116,97,144)
#685780
(104,87,128)
#5C4D70
(92,77,112)
#504360
(80,67,96)
#443950
(68,57,80)
#382F40
(56,47,64)
#2C2530
(44,37,48)
#201B20
(32,27,32)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #8C75B0

#8C75B0
(140,117,176)
#9681B7
(150,129,183)
#A08DBE
(160,141,190)
#AA99C5
(170,153,197)
#B4A5CC
(180,165,204)
#BEB1D3
(190,177,211)
#C8BDDA
(200,189,218)
#D2C9E1
(210,201,225)
#DCD5E8
(220,213,232)
#E6E1EF
(230,225,239)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C75B0 color. Also use rgb(140,117,176) instead hex code.

Text Font Color

.myTextColor { color: #8C75B0; }

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

This text font color is #8C75B0.


Background Color

.myBgColor { background-color: #8C75B0; }

<div style="background-color:#8C75B0">Inner text</div>

This div background color is #8C75B0.


Border color

.myBorderColor { border: 1px solid #8C75B0; }

<div style="border:3px solid #8C75B0">Div</div>

This div border color is #8C75B0.


Opacity

.myOpacity80 { color: #8C75B0; opacity: 0.8; }

<p style="color:#8C75B0;opacity:0.8;">80%</p>

Text with #8C75B0 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 #8C75B0;}

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

This text has shadow with #8C75B0 color.

.textShadow {text-shadow: 3px 3px 1px #8C75B0, 3px 3px 1px red;}

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

This text has shadow with #8C75B0 primary color and red secondary color.


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

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

This text has shadow with #8C75B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C75B0 on black background.


Color preview on white background

This text has color #8C75B0 on white background.



Black color preview on #8C75B0 background

This text has black color on #8C75B0 background.


White color preview on #8C75B0 background

This text has white color on #8C75B0 background.