COLOR #8C6090

HEX: #8C6090
RGB: (140,96,144)

Color info

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

RGB color model

#8C6090 color RGB value is (140,96,144).

  • red value is 140;
  • green value is 96;
  • blue value is 144.
RGB:
(140,96,144)
(55%,38%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 96 of 255 = 38%
B 144 of 255 = 56%

140
96
144

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

Portions of RGB colors in percentages

R + G + B =
140 + 96 + 144 = 380 (100%)
R 140 of 380 ~ 36.84%
G 96 of 380 ~ 25.26%
B 144 of 380 ~ 37.89%

%36.84
%25.26
%37.89

CMYK color model

#8C6090 color CMYK value is (3,33,0,44).

  • cyan value is 2.78%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,33,0,44)
C3M33Y0K44 
(3%,33%,0%,44%)
(0.03/0.33/0.00/0.44)	

CMYK percentages

%2.78
%33.33
%0
%43.53

Codes

Color #8C6090 in popluar color models

8C6090
RGB14096144
HSL295°20.00%47.06%
HSB/HSV295°33.33%56.47%
CMYK2.78%33.33%0.00%
43.53%

Color #8C6090 in popluar number systems.

HEX8C6090
Decimal14096144
Binary10001100110000010010000
Octal214140220

Shades and tints

Shades of #8C6090

#8C6090
(140,96,144)
#805883
(128,88,131)
#745076
(116,80,118)
#684869
(104,72,105)
#5C405C
(92,64,92)
#50384F
(80,56,79)
#443042
(68,48,66)
#382835
(56,40,53)
#2C2028
(44,32,40)
#20181B
(32,24,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C6090

#8C6090
(140,96,144)
#966E9A
(150,110,154)
#A07CA4
(160,124,164)
#AA8AAE
(170,138,174)
#B498B8
(180,152,184)
#BEA6C2
(190,166,194)
#C8B4CC
(200,180,204)
#D2C2D6
(210,194,214)
#DCD0E0
(220,208,224)
#E6DEEA
(230,222,234)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6090 color. Also use rgb(140,96,144) instead hex code.

Text Font Color

.myTextColor { color: #8C6090; }

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

This text font color is #8C6090.


Background Color

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

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

This div background color is #8C6090.


Border color

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

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

This div border color is #8C6090.


Opacity

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

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

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

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

This text has shadow with #8C6090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6090 on black background.


Color preview on white background

This text has color #8C6090 on white background.



Black color preview on #8C6090 background

This text has black color on #8C6090 background.


White color preview on #8C6090 background

This text has white color on #8C6090 background.