COLOR #986F9A

HEX: #986F9A RGB: (152,111,154)

Color info

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

RGB color model

#986F9A color RGB value is (152,111,154).

RGB: (152,111,154) (60%, 44%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 154 of 255 = 60%

152
111
154

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

Portions of RGB colors in percentages

R + G + B = 152 + 111 + 154 = 417 (100%)
R 152 of 417 ~ 36.45%
G 111 of 417 ~ 26.62%
B 154 of 417 ~ 36.93'%

%36.45
%26.62
%36.93

CMYK color model

#986F9A color CMYK value is (1,28,0,40).

  • cyan value is 1.30%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (1,28,0,40)
C1M28Y0K40 (1%, 28%, 0%, 40%)
(0.01 / 0.28 / 0.00 / 0.40)

CMYK percentages

%1.3
%27.92
%0
%39.61

Codes

Color #986F9A in popluar color models

98 6F 9A
RGB 152 111 154
HSL 297° 17.55% 51.96%
HSB/HSV 297° 27.92% 60.39%
CMYK 1.30% 27.92% 0.00%
39.61%

Color #986F9A in popluar number systems.

HEX 98 6F 9A
Decimal 152 111 154
Binary 10011000 1101111 10011010
Octal 230 157 232

Shades and tints

Shades of #986F9A

#986F9A
(152,111,154)
#8B658C
(139,101,140)
#7E5B7E
(126,91,126)
#715170
(113,81,112)
#644762
(100,71,98)
#573D54
(87,61,84)
#4A3346
(74,51,70)
#3D2938
(61,41,56)
#301F2A
(48,31,42)
#23151C
(35,21,28)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #986F9A

#986F9A
(152,111,154)
#A17CA3
(161,124,163)
#AA89AC
(170,137,172)
#B396B5
(179,150,181)
#BCA3BE
(188,163,190)
#C5B0C7
(197,176,199)
#CEBDD0
(206,189,208)
#D7CAD9
(215,202,217)
#E0D7E2
(224,215,226)
#E9E4EB
(233,228,235)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986F9A color. Also use rgb(152,111,154) instead hex code.

Text Font Color

.myTextColor { color: #986F9A; }

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

This text font color is #986F9A.

Background Color

.myBgColor { background-color: #986F9A; }

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

This div background color is #986F9A.

Border color

.myBorderColor { border: 1px solid #986F9A; }

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

This div border color is #986F9A.

Opacity

.myOpacity80 { color: #986F9A; opacity: 0.8; }

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

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

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

This text has shadow with #986F9A color.


.textShadow {text-shadow: 3px 3px 1px #986F9A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #986F9A; -webkit-box-shadow: 1px 1px 3px 2px #986F9A; box-shadow:1px 1px 3px 2px #986F9A;">
Div content here
</div>

This div box has shadow with color #986F9A.

Preview

Color preview on black background

This text has color #986F9A on black background.


Color preview on white background

This text has color #986F9A on white background.


Black color preview on #986F9A background

This text has black color on #986F9A background.


White color preview on #986F9A background

This text has white color on #986F9A background.


Related colors

Complementary color

Complementary color for #hex is #679065.


I love getcolorcode.com

Triadic colors

1 #9A986F and #6F9A98 with #986F9A are triadic colors.

2 #9A6F98 and #6F989A with #986F9A are triadic colors.