COLOR #917CB6

HEX: #917CB6 RGB: (145,124,182)

Color info

#917CB6 contains red, green and blue colors in about the same proportion. Web safe color of #917CB6 is #9966CC (or #96C).

RGB color model

#917CB6 color RGB value is (145,124,182).

RGB: (145,124,182) (57%, 49%, 71%)

RGB channels and saturation

R 145 of 255 = 57%
G 124 of 255 = 49%
B 182 of 255 = 71%

145
124
182

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

Portions of RGB colors in percentages

R + G + B = 145 + 124 + 182 = 451 (100%)
R 145 of 451 ~ 32.15%
G 124 of 451 ~ 27.49%
B 182 of 451 ~ 40.35'%

%32.15
%27.49
%40.35

CMYK color model

#917CB6 color CMYK value is (20,32,0,29).

  • cyan value is 20.33%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (20,32,0,29)
C20M32Y0K29 (20%, 32%, 0%, 29%)
(0.20 / 0.32 / 0.00 / 0.29)

CMYK percentages

%20.33
%31.87
%0
%28.63

Codes

Color #917CB6 in popluar color models

91 7C B6
RGB 145 124 182
HSL 262° 28.43% 60.00%
HSB/HSV 262° 31.87% 71.37%
CMYK 20.33% 31.87% 0.00%
28.63%

Color #917CB6 in popluar number systems.

HEX 91 7C B6
Decimal 145 124 182
Binary 10010001 1111100 10110110
Octal 221 174 266

Shades and tints

Shades of #917CB6

#917CB6
(145,124,182)
#8471A6
(132,113,166)
#776696
(119,102,150)
#6A5B86
(106,91,134)
#5D5076
(93,80,118)
#504566
(80,69,102)
#433A56
(67,58,86)
#362F46
(54,47,70)
#292436
(41,36,54)
#1C1926
(28,25,38)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #917CB6

#917CB6
(145,124,182)
#9B87BC
(155,135,188)
#A592C2
(165,146,194)
#AF9DC8
(175,157,200)
#B9A8CE
(185,168,206)
#C3B3D4
(195,179,212)
#CDBEDA
(205,190,218)
#D7C9E0
(215,201,224)
#E1D4E6
(225,212,230)
#EBDFEC
(235,223,236)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917CB6 color. Also use rgb(145,124,182) instead hex code.

Text Font Color

.myTextColor { color: #917CB6; }

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

This text font color is #917CB6.

Background Color

.myBgColor { background-color: #917CB6; }

<div style="background-color:#917CB6">Inner text</div>

This div background color is #917CB6.

Border color

.myBorderColor { border: 1px solid #917CB6; }

<div style="border:3px solid #917CB6">Div</div>

This div border color is #917CB6.

Opacity

.myOpacity80 { color: #917CB6; opacity: 0.8; }

<p style="color:#917CB6;opacity:0.8;">80%</p>

Text with #917CB6 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 #917CB6;}

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

This text has shadow with #917CB6 color.


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

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

This text has shadow with #917CB6 primary color and red secondary color.


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

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

This text has shadow with #917CB6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #917CB6.

Preview

Color preview on black background

This text has color #917CB6 on black background.


Color preview on white background

This text has color #917CB6 on white background.


Black color preview on #917CB6 background

This text has black color on #917CB6 background.


White color preview on #917CB6 background

This text has white color on #917CB6 background.


Related colors

Complementary color

Complementary color for #hex is #6E8349.


I love getcolorcode.com

Triadic colors

1 #B6917C and #7CB691 with #917CB6 are triadic colors.

2 #B67C91 and #7C91B6 with #917CB6 are triadic colors.