COLOR #8C75A6

HEX: #8C75A6 RGB: (140,117,166)

Color info

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

RGB color model

#8C75A6 color RGB value is (140,117,166).

RGB: (140,117,166) (55%, 46%, 65%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 166 of 255 = 65%

140
117
166

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

Portions of RGB colors in percentages

R + G + B = 140 + 117 + 166 = 423 (100%)
R 140 of 423 ~ 33.1%
G 117 of 423 ~ 27.66%
B 166 of 423 ~ 39.24'%

%33.1
%27.66
%39.24

CMYK color model

#8C75A6 color CMYK value is (16,30,0,35).

  • cyan value is 15.66%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (16,30,0,35) C16M30Y0K35 (16%,30%,0%,35%) (0.16/0.30/0.00/0.35) 

CMYK percentages

%15.66
%29.52
%0
%34.9

Codes

Color #8C75A6 in popluar color models

8C 75 A6
RGB 140 117 166
HSL 268° 21.59% 55.49%
HSB/HSV 268° 29.52% 65.10%
CMYK 15.66% 29.52% 0.00%
34.90%

Color #8C75A6 in popluar number systems.

HEX 8C 75 A6
Decimal 140 117 166
Binary 10001100 1110101 10100110
Octal 214 165 246

Shades and tints

Shades of #8C75A6

#8C75A6
(140,117,166)
#806B97
(128,107,151)
#746188
(116,97,136)
#685779
(104,87,121)
#5C4D6A
(92,77,106)
#50435B
(80,67,91)
#44394C
(68,57,76)
#382F3D
(56,47,61)
#2C252E
(44,37,46)
#201B1F
(32,27,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #8C75A6

#8C75A6
(140,117,166)
#9681AE
(150,129,174)
#A08DB6
(160,141,182)
#AA99BE
(170,153,190)
#B4A5C6
(180,165,198)
#BEB1CE
(190,177,206)
#C8BDD6
(200,189,214)
#D2C9DE
(210,201,222)
#DCD5E6
(220,213,230)
#E6E1EE
(230,225,238)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C75A6; }

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

This text font color is #8C75A6.


Background Color

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

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

This div background color is #8C75A6.


Border color

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

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

This div border color is #8C75A6.


Opacity

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

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

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

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

This text has shadow with #8C75A6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C75A6 on black background.


Color preview on white background

This text has color #8C75A6 on white background.



Black color preview on #8C75A6 background

This text has black color on #8C75A6 background.


White color preview on #8C75A6 background

This text has white color on #8C75A6 background.