COLOR #9C74ED

HEX: #9C74ED RGB: (156,116,237)

Color info

#9C74ED contains mainly blue color. Web safe color of #9C74ED is #9966FF (or #96F).

RGB color model

#9C74ED color RGB value is (156,116,237).

RGB: (156,116,237) (61%, 45%, 93%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 237 of 255 = 93%

156
116
237

R + G + B ~ 66%. #9C74ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 116 + 237 = 509 (100%)
R 156 of 509 ~ 30.65%
G 116 of 509 ~ 22.79%
B 237 of 509 ~ 46.56'%

%30.65
%22.79
%46.56

CMYK color model

#9C74ED color CMYK value is (34,51,0,7).

  • cyan value is 34.18%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (34,51,0,7)
C34M51Y0K7 (34%, 51%, 0%, 7%)
(0.34 / 0.51 / 0.00 / 0.07)

CMYK percentages

%34.18
%51.05
%0
%7.06

Codes

Color #9C74ED in popluar color models

9C 74 ED
RGB 156 116 237
HSL 260° 77.07% 69.22%
HSB/HSV 260° 51.05% 92.94%
CMYK 34.18% 51.05% 0.00%
7.06%

Color #9C74ED in popluar number systems.

HEX 9C 74 ED
Decimal 156 116 237
Binary 10011100 1110100 11101101
Octal 234 164 355

Shades and tints

Shades of #9C74ED

#9C74ED
(156,116,237)
#8E6AD8
(142,106,216)
#8060C3
(128,96,195)
#7256AE
(114,86,174)
#644C99
(100,76,153)
#564284
(86,66,132)
#48386F
(72,56,111)
#3A2E5A
(58,46,90)
#2C2445
(44,36,69)
#1E1A30
(30,26,48)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #9C74ED

#9C74ED
(156,116,237)
#A580EE
(165,128,238)
#AE8CEF
(174,140,239)
#B798F0
(183,152,240)
#C0A4F1
(192,164,241)
#C9B0F2
(201,176,242)
#D2BCF3
(210,188,243)
#DBC8F4
(219,200,244)
#E4D4F5
(228,212,245)
#EDE0F6
(237,224,246)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C74ED; }

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

This text font color is #9C74ED.

Background Color

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

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

This div background color is #9C74ED.

Border color

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

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

This div border color is #9C74ED.

Opacity

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

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

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

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

This text has shadow with #9C74ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C74ED.

Preview

Color preview on black background

This text has color #9C74ED on black background.


Color preview on white background

This text has color #9C74ED on white background.


Black color preview on #9C74ED background

This text has black color on #9C74ED background.


White color preview on #9C74ED background

This text has white color on #9C74ED background.


Related colors

Complementary color

Complementary color for #hex is #638B12.


I love getcolorcode.com

Triadic colors

1 #ED9C74 and #74ED9C with #9C74ED are triadic colors.

2 #ED749C and #749CED with #9C74ED are triadic colors.