COLOR #9863C7

HEX: #9863C7 RGB: (152,99,199)

Color info

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

RGB color model

#9863C7 color RGB value is (152,99,199).

RGB: (152,99,199) (60%, 39%, 78%)

RGB channels and saturation

R 152 of 255 = 60%
G 99 of 255 = 39%
B 199 of 255 = 78%

152
99
199

R + G + B ~ 59%. #9863C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 99 + 199 = 450 (100%)
R 152 of 450 ~ 33.78%
G 99 of 450 ~ 22%
B 199 of 450 ~ 44.22'%

%33.78
%22
%44.22

CMYK color model

#9863C7 color CMYK value is (24,50,0,22).

  • cyan value is 23.62%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (24,50,0,22)
C24M50Y0K22 (24%, 50%, 0%, 22%)
(0.24 / 0.50 / 0.00 / 0.22)

CMYK percentages

%23.62
%50.25
%0
%21.96

Codes

Color #9863C7 in popluar color models

98 63 C7
RGB 152 99 199
HSL 272° 47.17% 58.43%
HSB/HSV 272° 50.25% 78.04%
CMYK 23.62% 50.25% 0.00%
21.96%

Color #9863C7 in popluar number systems.

HEX 98 63 C7
Decimal 152 99 199
Binary 10011000 1100011 11000111
Octal 230 143 307

Shades and tints

Shades of #9863C7

#9863C7
(152,99,199)
#8B5AB5
(139,90,181)
#7E51A3
(126,81,163)
#714891
(113,72,145)
#643F7F
(100,63,127)
#57366D
(87,54,109)
#4A2D5B
(74,45,91)
#3D2449
(61,36,73)
#301B37
(48,27,55)
#231225
(35,18,37)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #9863C7

#9863C7
(152,99,199)
#A171CC
(161,113,204)
#AA7FD1
(170,127,209)
#B38DD6
(179,141,214)
#BC9BDB
(188,155,219)
#C5A9E0
(197,169,224)
#CEB7E5
(206,183,229)
#D7C5EA
(215,197,234)
#E0D3EF
(224,211,239)
#E9E1F4
(233,225,244)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9863C7 color. Also use rgb(152,99,199) instead hex code.

Text Font Color

.myTextColor { color: #9863C7; }

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

This text font color is #9863C7.

Background Color

.myBgColor { background-color: #9863C7; }

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

This div background color is #9863C7.

Border color

.myBorderColor { border: 1px solid #9863C7; }

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

This div border color is #9863C7.

Opacity

.myOpacity80 { color: #9863C7; opacity: 0.8; }

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

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

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

This text has shadow with #9863C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9863C7.

Preview

Color preview on black background

This text has color #9863C7 on black background.


Color preview on white background

This text has color #9863C7 on white background.


Black color preview on #9863C7 background

This text has black color on #9863C7 background.


White color preview on #9863C7 background

This text has white color on #9863C7 background.


Related colors

Complementary color

Complementary color for #hex is #679C38.


I love getcolorcode.com

Triadic colors

1 #C79863 and #63C798 with #9863C7 are triadic colors.

2 #C76398 and #6398C7 with #9863C7 are triadic colors.