COLOR #9C75AF

HEX: #9C75AF
RGB: (156,117,175)

Color info

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

RGB color model

#9C75AF color RGB value is (156,117,175).

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

RGB channels and saturation

R 156 of 255 = 61%
G 117 of 255 = 46%
B 175 of 255 = 69%

156
117
175

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

Portions of RGB colors in percentages

R + G + B =
156 + 117 + 175 = 448 (100%)
R 156 of 448 ~ 34.82%
G 117 of 448 ~ 26.12%
B 175 of 448 ~ 39.06%

%34.82
%26.12
%39.06

CMYK color model

#9C75AF color CMYK value is (11,33,0,31).

  • cyan value is 10.86%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(11,33,0,31)
C11M33Y0K31 
(11%,33%,0%,31%)
(0.11/0.33/0.00/0.31)	

CMYK percentages

%10.86
%33.14
%0
%31.37

Codes

Color #9C75AF in popluar color models

9C75AF
RGB156117175
HSL280°26.61%57.25%
HSB/HSV280°33.14%68.63%
CMYK10.86%33.14%0.00%
31.37%

Color #9C75AF in popluar number systems.

HEX9C75AF
Decimal156117175
Binary10011100111010110101111
Octal234165257

Shades and tints

Shades of #9C75AF

#9C75AF
(156,117,175)
#8E6BA0
(142,107,160)
#806191
(128,97,145)
#725782
(114,87,130)
#644D73
(100,77,115)
#564364
(86,67,100)
#483955
(72,57,85)
#3A2F46
(58,47,70)
#2C2537
(44,37,55)
#1E1B28
(30,27,40)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #9C75AF

#9C75AF
(156,117,175)
#A581B6
(165,129,182)
#AE8DBD
(174,141,189)
#B799C4
(183,153,196)
#C0A5CB
(192,165,203)
#C9B1D2
(201,177,210)
#D2BDD9
(210,189,217)
#DBC9E0
(219,201,224)
#E4D5E7
(228,213,231)
#EDE1EE
(237,225,238)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C75AF; }

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

This text font color is #9C75AF.


Background Color

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

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

This div background color is #9C75AF.


Border color

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

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

This div border color is #9C75AF.


Opacity

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

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

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

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

This text has shadow with #9C75AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C75AF on black background.


Color preview on white background

This text has color #9C75AF on white background.



Black color preview on #9C75AF background

This text has black color on #9C75AF background.


White color preview on #9C75AF background

This text has white color on #9C75AF background.