COLOR #986099

HEX: #986099
RGB: (152,96,153)

Color info

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

RGB color model

#986099 color RGB value is (152,96,153).

  • red value is 152;
  • green value is 96;
  • blue value is 153.
RGB:
(152,96,153)
(60%,38%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 96 of 255 = 38%
B 153 of 255 = 60%

152
96
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 96 + 153 = 401 (100%)
R 152 of 401 ~ 37.91%
G 96 of 401 ~ 23.94%
B 153 of 401 ~ 38.15%

%37.91
%23.94
%38.15

CMYK color model

#986099 color CMYK value is (1,37,0,40).

  • cyan value is 0.65%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,37,0,40)
C1M37Y0K40 
(1%,37%,0%,40%)
(0.01/0.37/0.00/0.40)	

CMYK percentages

%0.65
%37.25
%0
%40

Codes

Color #986099 in popluar color models

986099
RGB15296153
HSL299°22.89%48.82%
HSB/HSV299°37.25%60.00%
CMYK0.65%37.25%0.00%
40.00%

Color #986099 in popluar number systems.

HEX986099
Decimal15296153
Binary10011000110000010011001
Octal230140231

Shades and tints

Shades of #986099

#986099
(152,96,153)
#8B588C
(139,88,140)
#7E507F
(126,80,127)
#714872
(113,72,114)
#644065
(100,64,101)
#573858
(87,56,88)
#4A304B
(74,48,75)
#3D283E
(61,40,62)
#302031
(48,32,49)
#231824
(35,24,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #986099

#986099
(152,96,153)
#A16EA2
(161,110,162)
#AA7CAB
(170,124,171)
#B38AB4
(179,138,180)
#BC98BD
(188,152,189)
#C5A6C6
(197,166,198)
#CEB4CF
(206,180,207)
#D7C2D8
(215,194,216)
#E0D0E1
(224,208,225)
#E9DEEA
(233,222,234)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986099 color. Also use rgb(152,96,153) instead hex code.

Text Font Color

.myTextColor { color: #986099; }

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

This text font color is #986099.


Background Color

.myBgColor { background-color: #986099; }

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

This div background color is #986099.


Border color

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

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

This div border color is #986099.


Opacity

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

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

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

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

This text has shadow with #986099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986099 on black background.


Color preview on white background

This text has color #986099 on white background.



Black color preview on #986099 background

This text has black color on #986099 background.


White color preview on #986099 background

This text has white color on #986099 background.