COLOR #9C75B7

HEX: #9C75B7
RGB: (156,117,183)

Color info

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

RGB color model

#9C75B7 color RGB value is (156,117,183).

  • red value is 156;
  • green value is 117;
  • blue value is 183.
RGB:
(156,117,183)
(61%,46%,72%)

RGB channels and saturation

R 156 of 255 = 61%
G 117 of 255 = 46%
B 183 of 255 = 72%

156
117
183

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

Portions of RGB colors in percentages

R + G + B =
156 + 117 + 183 = 456 (100%)
R 156 of 456 ~ 34.21%
G 117 of 456 ~ 25.66%
B 183 of 456 ~ 40.13%

%34.21
%25.66
%40.13

CMYK color model

#9C75B7 color CMYK value is (15,36,0,28).

  • cyan value is 14.75%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,36,0,28)
C15M36Y0K28 
(15%,36%,0%,28%)
(0.15/0.36/0.00/0.28)	

CMYK percentages

%14.75
%36.07
%0
%28.24

Codes

Color #9C75B7 in popluar color models

9C75B7
RGB156117183
HSL275°31.43%58.82%
HSB/HSV275°36.07%71.76%
CMYK14.75%36.07%0.00%
28.24%

Color #9C75B7 in popluar number systems.

HEX9C75B7
Decimal156117183
Binary10011100111010110110111
Octal234165267

Shades and tints

Shades of #9C75B7

#9C75B7
(156,117,183)
#8E6BA7
(142,107,167)
#806197
(128,97,151)
#725787
(114,87,135)
#644D77
(100,77,119)
#564367
(86,67,103)
#483957
(72,57,87)
#3A2F47
(58,47,71)
#2C2537
(44,37,55)
#1E1B27
(30,27,39)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #9C75B7

#9C75B7
(156,117,183)
#A581BD
(165,129,189)
#AE8DC3
(174,141,195)
#B799C9
(183,153,201)
#C0A5CF
(192,165,207)
#C9B1D5
(201,177,213)
#D2BDDB
(210,189,219)
#DBC9E1
(219,201,225)
#E4D5E7
(228,213,231)
#EDE1ED
(237,225,237)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C75B7 color. Also use rgb(156,117,183) instead hex code.

Text Font Color

.myTextColor { color: #9C75B7; }

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

This text font color is #9C75B7.


Background Color

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

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

This div background color is #9C75B7.


Border color

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

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

This div border color is #9C75B7.


Opacity

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

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

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

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

This text has shadow with #9C75B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C75B7 on black background.


Color preview on white background

This text has color #9C75B7 on white background.



Black color preview on #9C75B7 background

This text has black color on #9C75B7 background.


White color preview on #9C75B7 background

This text has white color on #9C75B7 background.