COLOR #9D7DBE

HEX: #9D7DBE
RGB: (157,125,190)

Color info

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

RGB color model

#9D7DBE color RGB value is (157,125,190).

  • red value is 157;
  • green value is 125;
  • blue value is 190.
RGB:
(157,125,190)
(62%,49%,75%)

RGB channels and saturation

R 157 of 255 = 62%
G 125 of 255 = 49%
B 190 of 255 = 75%

157
125
190

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 190 = 472 (100%)
R 157 of 472 ~ 33.26%
G 125 of 472 ~ 26.48%
B 190 of 472 ~ 40.25%

%33.26
%26.48
%40.25

CMYK color model

#9D7DBE color CMYK value is (17,34,0,25).

  • cyan value is 17.37%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,34,0,25)
C17M34Y0K25 
(17%,34%,0%,25%)
(0.17/0.34/0.00/0.25)	

CMYK percentages

%17.37
%34.21
%0
%25.49

Codes

Color #9D7DBE in popluar color models

9D7DBE
RGB157125190
HSL270°33.33%61.76%
HSB/HSV270°34.21%74.51%
CMYK17.37%34.21%0.00%
25.49%

Color #9D7DBE in popluar number systems.

HEX9D7DBE
Decimal157125190
Binary10011101111110110111110
Octal235175276

Shades and tints

Shades of #9D7DBE

#9D7DBE
(157,125,190)
#8F72AD
(143,114,173)
#81679C
(129,103,156)
#735C8B
(115,92,139)
#65517A
(101,81,122)
#574669
(87,70,105)
#493B58
(73,59,88)
#3B3047
(59,48,71)
#2D2536
(45,37,54)
#1F1A25
(31,26,37)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #9D7DBE

#9D7DBE
(157,125,190)
#A588C3
(165,136,195)
#AD93C8
(173,147,200)
#B59ECD
(181,158,205)
#BDA9D2
(189,169,210)
#C5B4D7
(197,180,215)
#CDBFDC
(205,191,220)
#D5CAE1
(213,202,225)
#DDD5E6
(221,213,230)
#E5E0EB
(229,224,235)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7DBE color. Also use rgb(157,125,190) instead hex code.

Text Font Color

.myTextColor { color: #9D7DBE; }

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

This text font color is #9D7DBE.


Background Color

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

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

This div background color is #9D7DBE.


Border color

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

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

This div border color is #9D7DBE.


Opacity

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

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

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

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

This text has shadow with #9D7DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7DBE on black background.


Color preview on white background

This text has color #9D7DBE on white background.



Black color preview on #9D7DBE background

This text has black color on #9D7DBE background.


White color preview on #9D7DBE background

This text has white color on #9D7DBE background.