COLOR #986FCA

HEX: #986FCA RGB: (152,111,202)

Color info

#986FCA contains mainly red and blue colors. Web safe color of #986FCA is #9966CC (or #96C).

RGB color model

#986FCA color RGB value is (152,111,202).

RGB: (152,111,202) (60%, 44%, 79%)

RGB channels and saturation

R 152 of 255 = 60%
G 111 of 255 = 44%
B 202 of 255 = 79%

152
111
202

R + G + B ~ 61%. #986FCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 111 + 202 = 465 (100%)
R 152 of 465 ~ 32.69%
G 111 of 465 ~ 23.87%
B 202 of 465 ~ 43.44'%

%32.69
%23.87
%43.44

CMYK color model

#986FCA color CMYK value is (25,45,0,21).

  • cyan value is 24.75%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (25,45,0,21)
C25M45Y0K21 (25%, 45%, 0%, 21%)
(0.25 / 0.45 / 0.00 / 0.21)

CMYK percentages

%24.75
%45.05
%0
%20.78

Codes

Color #986FCA in popluar color models

98 6F CA
RGB 152 111 202
HSL 267° 46.19% 61.37%
HSB/HSV 267° 45.05% 79.22%
CMYK 24.75% 45.05% 0.00%
20.78%

Color #986FCA in popluar number systems.

HEX 98 6F CA
Decimal 152 111 202
Binary 10011000 1101111 11001010
Octal 230 157 312

Shades and tints

Shades of #986FCA

#986FCA
(152,111,202)
#8B65B8
(139,101,184)
#7E5BA6
(126,91,166)
#715194
(113,81,148)
#644782
(100,71,130)
#573D70
(87,61,112)
#4A335E
(74,51,94)
#3D294C
(61,41,76)
#301F3A
(48,31,58)
#231528
(35,21,40)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #986FCA

#986FCA
(152,111,202)
#A17CCE
(161,124,206)
#AA89D2
(170,137,210)
#B396D6
(179,150,214)
#BCA3DA
(188,163,218)
#C5B0DE
(197,176,222)
#CEBDE2
(206,189,226)
#D7CAE6
(215,202,230)
#E0D7EA
(224,215,234)
#E9E4EE
(233,228,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986FCA; }

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

This text font color is #986FCA.

Background Color

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

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

This div background color is #986FCA.

Border color

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

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

This div border color is #986FCA.

Opacity

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

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

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

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

This text has shadow with #986FCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #986FCA.

Preview

Color preview on black background

This text has color #986FCA on black background.


Color preview on white background

This text has color #986FCA on white background.


Black color preview on #986FCA background

This text has black color on #986FCA background.


White color preview on #986FCA background

This text has white color on #986FCA background.


Related colors

Complementary color

Complementary color for #hex is #679035.


I love getcolorcode.com

Triadic colors

1 #CA986F and #6FCA98 with #986FCA are triadic colors.

2 #CA6F98 and #6F98CA with #986FCA are triadic colors.