COLOR #9C74BE

HEX: #9C74BE RGB: (156,116,190)

Color info

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

RGB color model

#9C74BE color RGB value is (156,116,190).

RGB: (156,116,190) (61%, 45%, 75%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 190 of 255 = 75%

156
116
190

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

Portions of RGB colors in percentages

R + G + B = 156 + 116 + 190 = 462 (100%)
R 156 of 462 ~ 33.77%
G 116 of 462 ~ 25.11%
B 190 of 462 ~ 41.13'%

%33.77
%25.11
%41.13

CMYK color model

#9C74BE color CMYK value is (18,39,0,25).

  • cyan value is 17.89%
  • magenta value is 38.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (18,39,0,25)
C18M39Y0K25 (18%, 39%, 0%, 25%)
(0.18 / 0.39 / 0.00 / 0.25)

CMYK percentages

%17.89
%38.95
%0
%25.49

Codes

Color #9C74BE in popluar color models

9C 74 BE
RGB 156 116 190
HSL 272° 36.27% 60.00%
HSB/HSV 272° 38.95% 74.51%
CMYK 17.89% 38.95% 0.00%
25.49%

Color #9C74BE in popluar number systems.

HEX 9C 74 BE
Decimal 156 116 190
Binary 10011100 1110100 10111110
Octal 234 164 276

Shades and tints

Shades of #9C74BE

#9C74BE
(156,116,190)
#8E6AAD
(142,106,173)
#80609C
(128,96,156)
#72568B
(114,86,139)
#644C7A
(100,76,122)
#564269
(86,66,105)
#483858
(72,56,88)
#3A2E47
(58,46,71)
#2C2436
(44,36,54)
#1E1A25
(30,26,37)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #9C74BE

#9C74BE
(156,116,190)
#A580C3
(165,128,195)
#AE8CC8
(174,140,200)
#B798CD
(183,152,205)
#C0A4D2
(192,164,210)
#C9B0D7
(201,176,215)
#D2BCDC
(210,188,220)
#DBC8E1
(219,200,225)
#E4D4E6
(228,212,230)
#EDE0EB
(237,224,235)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C74BE color. Also use rgb(156,116,190) instead hex code.

Text Font Color

.myTextColor { color: #9C74BE; }

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

This text font color is #9C74BE.

Background Color

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

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

This div background color is #9C74BE.

Border color

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

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

This div border color is #9C74BE.

Opacity

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

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

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

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

This text has shadow with #9C74BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C74BE.

Preview

Color preview on black background

This text has color #9C74BE on black background.


Color preview on white background

This text has color #9C74BE on white background.


Black color preview on #9C74BE background

This text has black color on #9C74BE background.


White color preview on #9C74BE background

This text has white color on #9C74BE background.


Related colors

Complementary color

Complementary color for #hex is #638B41.


I love getcolorcode.com

Triadic colors

1 #BE9C74 and #74BE9C with #9C74BE are triadic colors.

2 #BE749C and #749CBE with #9C74BE are triadic colors.