COLOR #926DA5

HEX: #926DA5
RGB: (146,109,165)

Color info

#926DA5 contains red, green and blue colors in about the same proportion. Web safe color of #926DA5 is #996699 (or #969).

RGB color model

#926DA5 color RGB value is (146,109,165).

  • red value is 146;
  • green value is 109;
  • blue value is 165.
RGB:
(146,109,165)
(57%,43%,65%)

RGB channels and saturation

R 146 of 255 = 57%
G 109 of 255 = 43%
B 165 of 255 = 65%

146
109
165

R + G + B ~ 55%. #926DA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 109 + 165 = 420 (100%)
R 146 of 420 ~ 34.76%
G 109 of 420 ~ 25.95%
B 165 of 420 ~ 39.29%

%34.76
%25.95
%39.29

CMYK color model

#926DA5 color CMYK value is (12,34,0,35).

  • cyan value is 11.52%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(12,34,0,35)
C12M34Y0K35 
(12%,34%,0%,35%)
(0.12/0.34/0.00/0.35)	

CMYK percentages

%11.52
%33.94
%0
%35.29

Codes

Color #926DA5 in popluar color models

926DA5
RGB146109165
HSL280°23.73%53.73%
HSB/HSV280°33.94%64.71%
CMYK11.52%33.94%0.00%
35.29%

Color #926DA5 in popluar number systems.

HEX926DA5
Decimal146109165
Binary10010010110110110100101
Octal222155245

Shades and tints

Shades of #926DA5

#926DA5
(146,109,165)
#856496
(133,100,150)
#785B87
(120,91,135)
#6B5278
(107,82,120)
#5E4969
(94,73,105)
#51405A
(81,64,90)
#44374B
(68,55,75)
#372E3C
(55,46,60)
#2A252D
(42,37,45)
#1D1C1E
(29,28,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #926DA5

#926DA5
(146,109,165)
#9B7AAD
(155,122,173)
#A487B5
(164,135,181)
#AD94BD
(173,148,189)
#B6A1C5
(182,161,197)
#BFAECD
(191,174,205)
#C8BBD5
(200,187,213)
#D1C8DD
(209,200,221)
#DAD5E5
(218,213,229)
#E3E2ED
(227,226,237)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #926DA5 color. Also use rgb(146,109,165) instead hex code.

Text Font Color

.myTextColor { color: #926DA5; }

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

This text font color is #926DA5.


Background Color

.myBgColor { background-color: #926DA5; }

<div style="background-color:#926DA5">Inner text</div>

This div background color is #926DA5.


Border color

.myBorderColor { border: 1px solid #926DA5; }

<div style="border:3px solid #926DA5">Div</div>

This div border color is #926DA5.


Opacity

.myOpacity80 { color: #926DA5; opacity: 0.8; }

<p style="color:#926DA5;opacity:0.8;">80%</p>

Text with #926DA5 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 #926DA5;}

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

This text has shadow with #926DA5 color.

.textShadow {text-shadow: 3px 3px 1px #926DA5, 3px 3px 1px red;}

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

This text has shadow with #926DA5 primary color and red secondary color.


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

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

This text has shadow with #926DA5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #926DA5;
-webkit-box-shadow: 1px 1px 3px 2px #926DA5;
box-shadow:1px 1px 3px 2px #926DA5;">
Div content here</div>
This div box has shadow with color #926DA5.

Preview

Color preview on black background

This text has color #926DA5 on black background.


Color preview on white background

This text has color #926DA5 on white background.



Black color preview on #926DA5 background

This text has black color on #926DA5 background.


White color preview on #926DA5 background

This text has white color on #926DA5 background.