COLOR #8C6299

HEX: #8C6299
RGB: (140,98,153)

Color info

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

RGB color model

#8C6299 color RGB value is (140,98,153).

  • red value is 140;
  • green value is 98;
  • blue value is 153.
RGB:
(140,98,153)
(55%,38%,60%)

RGB channels and saturation

R 140 of 255 = 55%
G 98 of 255 = 38%
B 153 of 255 = 60%

140
98
153

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

Portions of RGB colors in percentages

R + G + B =
140 + 98 + 153 = 391 (100%)
R 140 of 391 ~ 35.81%
G 98 of 391 ~ 25.06%
B 153 of 391 ~ 39.13%

%35.81
%25.06
%39.13

CMYK color model

#8C6299 color CMYK value is (8,36,0,40).

  • cyan value is 8.50%
  • magenta value is 35.95%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(8,36,0,40)
C8M36Y0K40 
(8%,36%,0%,40%)
(0.08/0.36/0.00/0.40)	

CMYK percentages

%8.5
%35.95
%0
%40

Codes

Color #8C6299 in popluar color models

8C6299
RGB14098153
HSL286°21.91%49.22%
HSB/HSV286°35.95%60.00%
CMYK8.50%35.95%0.00%
40.00%

Color #8C6299 in popluar number systems.

HEX8C6299
Decimal14098153
Binary10001100110001010011001
Octal214142231

Shades and tints

Shades of #8C6299

#8C6299
(140,98,153)
#805A8C
(128,90,140)
#74527F
(116,82,127)
#684A72
(104,74,114)
#5C4265
(92,66,101)
#503A58
(80,58,88)
#44324B
(68,50,75)
#382A3E
(56,42,62)
#2C2231
(44,34,49)
#201A24
(32,26,36)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #8C6299

#8C6299
(140,98,153)
#9670A2
(150,112,162)
#A07EAB
(160,126,171)
#AA8CB4
(170,140,180)
#B49ABD
(180,154,189)
#BEA8C6
(190,168,198)
#C8B6CF
(200,182,207)
#D2C4D8
(210,196,216)
#DCD2E1
(220,210,225)
#E6E0EA
(230,224,234)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6299 color. Also use rgb(140,98,153) instead hex code.

Text Font Color

.myTextColor { color: #8C6299; }

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

This text font color is #8C6299.


Background Color

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

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

This div background color is #8C6299.


Border color

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

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

This div border color is #8C6299.


Opacity

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

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

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

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

This text has shadow with #8C6299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6299 on black background.


Color preview on white background

This text has color #8C6299 on white background.



Black color preview on #8C6299 background

This text has black color on #8C6299 background.


White color preview on #8C6299 background

This text has white color on #8C6299 background.