COLOR #917DB6

HEX: #917DB6 RGB: (145,125,182)

Color info

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

RGB color model

#917DB6 color RGB value is (145,125,182).

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

RGB channels and saturation

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

145
125
182

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

Portions of RGB colors in percentages

R + G + B = 145 + 125 + 182 = 452 (100%)
R 145 of 452 ~ 32.08%
G 125 of 452 ~ 27.65%
B 182 of 452 ~ 40.27'%

%32.08
%27.65
%40.27

CMYK color model

#917DB6 color CMYK value is (20,31,0,29).

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

CMYK: (20,31,0,29)
C20M31Y0K29 (20%, 31%, 0%, 29%)
(0.20 / 0.31 / 0.00 / 0.29)

CMYK percentages

%20.33
%31.32
%0
%28.63

Codes

Color #917DB6 in popluar color models

91 7D B6
RGB 145 125 182
HSL 261° 28.08% 60.20%
HSB/HSV 261° 31.32% 71.37%
CMYK 20.33% 31.32% 0.00%
28.63%

Color #917DB6 in popluar number systems.

HEX 91 7D B6
Decimal 145 125 182
Binary 10010001 1111101 10110110
Octal 221 175 266

Shades and tints

Shades of #917DB6

#917DB6
(145,125,182)
#8472A6
(132,114,166)
#776796
(119,103,150)
#6A5C86
(106,92,134)
#5D5176
(93,81,118)
#504666
(80,70,102)
#433B56
(67,59,86)
#363046
(54,48,70)
#292536
(41,37,54)
#1C1A26
(28,26,38)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #917DB6

#917DB6
(145,125,182)
#9B88BC
(155,136,188)
#A593C2
(165,147,194)
#AF9EC8
(175,158,200)
#B9A9CE
(185,169,206)
#C3B4D4
(195,180,212)
#CDBFDA
(205,191,218)
#D7CAE0
(215,202,224)
#E1D5E6
(225,213,230)
#EBE0EC
(235,224,236)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917DB6; }

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

This text font color is #917DB6.

Background Color

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

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

This div background color is #917DB6.

Border color

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

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

This div border color is #917DB6.

Opacity

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

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

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

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

This text has shadow with #917DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917DB6.

Preview

Color preview on black background

This text has color #917DB6 on black background.


Color preview on white background

This text has color #917DB6 on white background.


Black color preview on #917DB6 background

This text has black color on #917DB6 background.


White color preview on #917DB6 background

This text has white color on #917DB6 background.


Related colors

Complementary color

Complementary color for #hex is #6E8249.


I love getcolorcode.com

Triadic colors

1 #B6917D and #7DB691 with #917DB6 are triadic colors.

2 #B67D91 and #7D91B6 with #917DB6 are triadic colors.