COLOR #866199

HEX: #866199
RGB: (134,97,153)

Color info

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

RGB color model

#866199 color RGB value is (134,97,153).

  • red value is 134;
  • green value is 97;
  • blue value is 153.
RGB:
(134,97,153)
(53%,38%,60%)

RGB channels and saturation

R 134 of 255 = 53%
G 97 of 255 = 38%
B 153 of 255 = 60%

134
97
153

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

Portions of RGB colors in percentages

R + G + B =
134 + 97 + 153 = 384 (100%)
R 134 of 384 ~ 34.9%
G 97 of 384 ~ 25.26%
B 153 of 384 ~ 39.84%

%34.9
%25.26
%39.84

CMYK color model

#866199 color CMYK value is (12,37,0,40).

  • cyan value is 12.42%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,37,0,40)
C12M37Y0K40 
(12%,37%,0%,40%)
(0.12/0.37/0.00/0.40)	

CMYK percentages

%12.42
%36.6
%0
%40

Codes

Color #866199 in popluar color models

866199
RGB13497153
HSL280°22.40%49.02%
HSB/HSV280°36.60%60.00%
CMYK12.42%36.60%0.00%
40.00%

Color #866199 in popluar number systems.

HEX866199
Decimal13497153
Binary10000110110000110011001
Octal206141231

Shades and tints

Shades of #866199

#866199
(134,97,153)
#7A598C
(122,89,140)
#6E517F
(110,81,127)
#624972
(98,73,114)
#564165
(86,65,101)
#4A3958
(74,57,88)
#3E314B
(62,49,75)
#32293E
(50,41,62)
#262131
(38,33,49)
#1A1924
(26,25,36)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #866199

#866199
(134,97,153)
#916FA2
(145,111,162)
#9C7DAB
(156,125,171)
#A78BB4
(167,139,180)
#B299BD
(178,153,189)
#BDA7C6
(189,167,198)
#C8B5CF
(200,181,207)
#D3C3D8
(211,195,216)
#DED1E1
(222,209,225)
#E9DFEA
(233,223,234)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866199 color. Also use rgb(134,97,153) instead hex code.

Text Font Color

.myTextColor { color: #866199; }

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

This text font color is #866199.


Background Color

.myBgColor { background-color: #866199; }

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

This div background color is #866199.


Border color

.myBorderColor { border: 1px solid #866199; }

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

This div border color is #866199.


Opacity

.myOpacity80 { color: #866199; opacity: 0.8; }

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

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

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

This text has shadow with #866199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866199 on black background.


Color preview on white background

This text has color #866199 on white background.



Black color preview on #866199 background

This text has black color on #866199 background.


White color preview on #866199 background

This text has white color on #866199 background.