COLOR #9C7CBE

HEX: #9C7CBE RGB: (156,124,190)

Color info

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

RGB color model

#9C7CBE color RGB value is (156,124,190).

RGB: (156,124,190) (61%, 49%, 75%)

RGB channels and saturation

R 156 of 255 = 61%
G 124 of 255 = 49%
B 190 of 255 = 75%

156
124
190

R + G + B ~ 62%. #9C7CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 124 + 190 = 470 (100%)
R 156 of 470 ~ 33.19%
G 124 of 470 ~ 26.38%
B 190 of 470 ~ 40.43'%

%33.19
%26.38
%40.43

CMYK color model

#9C7CBE color CMYK value is (18,35,0,25).

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

CMYK: (18,35,0,25)
C18M35Y0K25 (18%, 35%, 0%, 25%)
(0.18 / 0.35 / 0.00 / 0.25)

CMYK percentages

%17.89
%34.74
%0
%25.49

Codes

Color #9C7CBE in popluar color models

9C 7C BE
RGB 156 124 190
HSL 269° 33.67% 61.57%
HSB/HSV 269° 34.74% 74.51%
CMYK 17.89% 34.74% 0.00%
25.49%

Color #9C7CBE in popluar number systems.

HEX 9C 7C BE
Decimal 156 124 190
Binary 10011100 1111100 10111110
Octal 234 174 276

Shades and tints

Shades of #9C7CBE

#9C7CBE
(156,124,190)
#8E71AD
(142,113,173)
#80669C
(128,102,156)
#725B8B
(114,91,139)
#64507A
(100,80,122)
#564569
(86,69,105)
#483A58
(72,58,88)
#3A2F47
(58,47,71)
#2C2436
(44,36,54)
#1E1925
(30,25,37)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #9C7CBE

#9C7CBE
(156,124,190)
#A587C3
(165,135,195)
#AE92C8
(174,146,200)
#B79DCD
(183,157,205)
#C0A8D2
(192,168,210)
#C9B3D7
(201,179,215)
#D2BEDC
(210,190,220)
#DBC9E1
(219,201,225)
#E4D4E6
(228,212,230)
#EDDFEB
(237,223,235)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7CBE; }

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

This text font color is #9C7CBE.

Background Color

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

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

This div background color is #9C7CBE.

Border color

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

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

This div border color is #9C7CBE.

Opacity

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

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

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

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

This text has shadow with #9C7CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7CBE.

Preview

Color preview on black background

This text has color #9C7CBE on black background.


Color preview on white background

This text has color #9C7CBE on white background.


Black color preview on #9C7CBE background

This text has black color on #9C7CBE background.


White color preview on #9C7CBE background

This text has white color on #9C7CBE background.


Related colors

Complementary color

Complementary color for #hex is #638341.


I love getcolorcode.com

Triadic colors

1 #BE9C7C and #7CBE9C with #9C7CBE are triadic colors.

2 #BE7C9C and #7C9CBE with #9C7CBE are triadic colors.