COLOR #9D6CC0

HEX: #9D6CC0
RGB: (157,108,192)

Color info

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

RGB color model

#9D6CC0 color RGB value is (157,108,192).

  • red value is 157;
  • green value is 108;
  • blue value is 192.
RGB:
(157,108,192)
(62%,42%,75%)

RGB channels and saturation

R 157 of 255 = 62%
G 108 of 255 = 42%
B 192 of 255 = 75%

157
108
192

R + G + B ~ 60%. #9D6CC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 108 + 192 = 457 (100%)
R 157 of 457 ~ 34.35%
G 108 of 457 ~ 23.63%
B 192 of 457 ~ 42.01%

%34.35
%23.63
%42.01

CMYK color model

#9D6CC0 color CMYK value is (18,44,0,25).

  • cyan value is 18.23%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(18,44,0,25)
C18M44Y0K25 
(18%,44%,0%,25%)
(0.18/0.44/0.00/0.25)	

CMYK percentages

%18.23
%43.75
%0
%24.71

Codes

Color #9D6CC0 in popluar color models

9D6CC0
RGB157108192
HSL275°40.00%58.82%
HSB/HSV275°43.75%75.29%
CMYK18.23%43.75%0.00%
24.71%

Color #9D6CC0 in popluar number systems.

HEX9D6CC0
Decimal157108192
Binary10011101110110011000000
Octal235154300

Shades and tints

Shades of #9D6CC0

#9D6CC0
(157,108,192)
#8F63AF
(143,99,175)
#815A9E
(129,90,158)
#73518D
(115,81,141)
#65487C
(101,72,124)
#573F6B
(87,63,107)
#49365A
(73,54,90)
#3B2D49
(59,45,73)
#2D2438
(45,36,56)
#1F1B27
(31,27,39)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #9D6CC0

#9D6CC0
(157,108,192)
#A579C5
(165,121,197)
#AD86CA
(173,134,202)
#B593CF
(181,147,207)
#BDA0D4
(189,160,212)
#C5ADD9
(197,173,217)
#CDBADE
(205,186,222)
#D5C7E3
(213,199,227)
#DDD4E8
(221,212,232)
#E5E1ED
(229,225,237)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6CC0 color. Also use rgb(157,108,192) instead hex code.

Text Font Color

.myTextColor { color: #9D6CC0; }

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

This text font color is #9D6CC0.


Background Color

.myBgColor { background-color: #9D6CC0; }

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

This div background color is #9D6CC0.


Border color

.myBorderColor { border: 1px solid #9D6CC0; }

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

This div border color is #9D6CC0.


Opacity

.myOpacity80 { color: #9D6CC0; opacity: 0.8; }

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

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

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

This text has shadow with #9D6CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6CC0 on black background.


Color preview on white background

This text has color #9D6CC0 on white background.



Black color preview on #9D6CC0 background

This text has black color on #9D6CC0 background.


White color preview on #9D6CC0 background

This text has white color on #9D6CC0 background.