COLOR #917EDA

HEX: #917EDA RGB: (145,126,218)

Color info

#917EDA contains mainly blue color. Web safe color of #917EDA is #9966CC (or #96C).

RGB color model

#917EDA color RGB value is (145,126,218).

RGB: (145,126,218) (57%, 49%, 85%)

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 218 of 255 = 85%

145
126
218

R + G + B ~ 64%. #917EDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 126 + 218 = 489 (100%)
R 145 of 489 ~ 29.65%
G 126 of 489 ~ 25.77%
B 218 of 489 ~ 44.58'%

%29.65
%25.77
%44.58

CMYK color model

#917EDA color CMYK value is (33,42,0,15).

  • cyan value is 33.49%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (33,42,0,15) C33M42Y0K15 (33%,42%,0%,15%) (0.33/0.42/0.00/0.15) 

CMYK percentages

%33.49
%42.2
%0
%14.51

Codes

Color #917EDA in popluar color models

91 7E DA
RGB 145 126 218
HSL 252° 55.42% 67.45%
HSB/HSV 252° 42.20% 85.49%
CMYK 33.49% 42.20% 0.00%
14.51%

Color #917EDA in popluar number systems.

HEX 91 7E DA
Decimal 145 126 218
Binary 10010001 1111110 11011010
Octal 221 176 332

Shades and tints

Shades of #917EDA

#917EDA
(145,126,218)
#8473C7
(132,115,199)
#7768B4
(119,104,180)
#6A5DA1
(106,93,161)
#5D528E
(93,82,142)
#50477B
(80,71,123)
#433C68
(67,60,104)
#363155
(54,49,85)
#292642
(41,38,66)
#1C1B2F
(28,27,47)
#0F101C
(15,16,28)
#000000
(0,0,0)

Tints of #917EDA

#917EDA
(145,126,218)
#9B89DD
(155,137,221)
#A594E0
(165,148,224)
#AF9FE3
(175,159,227)
#B9AAE6
(185,170,230)
#C3B5E9
(195,181,233)
#CDC0EC
(205,192,236)
#D7CBEF
(215,203,239)
#E1D6F2
(225,214,242)
#EBE1F5
(235,225,245)
#F5ECF8
(245,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917EDA color. Also use rgb(145,126,218) instead hex code.

Text Font Color

.myTextColor { color: #917EDA; }

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

This text font color is #917EDA.

Background Color

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

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

This div background color is #917EDA.

Border color

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

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

This div border color is #917EDA.

Opacity

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

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

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

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

This text has shadow with #917EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917EDA.

Preview

Color preview on black background

This text has color #917EDA on black background.


Color preview on white background

This text has color #917EDA on white background.


Black color preview on #917EDA background

This text has black color on #917EDA background.


White color preview on #917EDA background

This text has white color on #917EDA background.


Related colors

Complementary color

Complementary color for #hex is #6E8125.


I love getcolorcode.com

Triadic colors

1 #DA917E and #7EDA91 with #917EDA are triadic colors.

2 #DA7E91 and #7E91DA with #917EDA are triadic colors.