COLOR #9C46AE

HEX: #9C46AE
RGB: (156,70,174)

Color info

#9C46AE contains mainly red and blue colors. Web safe color of #9C46AE is #993399 (or #939).

RGB color model

#9C46AE color RGB value is (156,70,174).

  • red value is 156;
  • green value is 70;
  • blue value is 174.
RGB:
(156,70,174)
(61%,27%,68%)

RGB channels and saturation

R 156 of 255 = 61%
G 70 of 255 = 27%
B 174 of 255 = 68%

156
70
174

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

Portions of RGB colors in percentages

R + G + B =
156 + 70 + 174 = 400 (100%)
R 156 of 400 ~ 39%
G 70 of 400 ~ 17.5%
B 174 of 400 ~ 43.5%

%39
%17.5
%43.5

CMYK color model

#9C46AE color CMYK value is (10,60,0,32).

  • cyan value is 10.34%
  • magenta value is 59.77%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(10,60,0,32)
C10M60Y0K32 
(10%,60%,0%,32%)
(0.10/0.60/0.00/0.32)	

CMYK percentages

%10.34
%59.77
%0
%31.76

Codes

Color #9C46AE in popluar color models

9C46AE
RGB15670174
HSL290°42.62%47.84%
HSB/HSV290°59.77%68.24%
CMYK10.34%59.77%0.00%
31.76%

Color #9C46AE in popluar number systems.

HEX9C46AE
Decimal15670174
Binary10011100100011010101110
Octal234106256

Shades and tints

Shades of #9C46AE

#9C46AE
(156,70,174)
#8E409F
(142,64,159)
#803A90
(128,58,144)
#723481
(114,52,129)
#642E72
(100,46,114)
#562863
(86,40,99)
#482254
(72,34,84)
#3A1C45
(58,28,69)
#2C1636
(44,22,54)
#1E1027
(30,16,39)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #9C46AE

#9C46AE
(156,70,174)
#A556B5
(165,86,181)
#AE66BC
(174,102,188)
#B776C3
(183,118,195)
#C086CA
(192,134,202)
#C996D1
(201,150,209)
#D2A6D8
(210,166,216)
#DBB6DF
(219,182,223)
#E4C6E6
(228,198,230)
#EDD6ED
(237,214,237)
#F6E6F4
(246,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C46AE color. Also use rgb(156,70,174) instead hex code.

Text Font Color

.myTextColor { color: #9C46AE; }

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

This text font color is #9C46AE.


Background Color

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

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

This div background color is #9C46AE.


Border color

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

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

This div border color is #9C46AE.


Opacity

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

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

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

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

This text has shadow with #9C46AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C46AE on black background.


Color preview on white background

This text has color #9C46AE on white background.



Black color preview on #9C46AE background

This text has black color on #9C46AE background.


White color preview on #9C46AE background

This text has white color on #9C46AE background.