COLOR #8970D7

HEX: #8970D7
RGB: (137,112,215)

Color info

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

RGB color model

#8970D7 color RGB value is (137,112,215).

  • red value is 137;
  • green value is 112;
  • blue value is 215.
RGB:
(137,112,215)
(54%,44%,84%)

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 215 of 255 = 84%

137
112
215

R + G + B ~ 61%. #8970D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 112 + 215 = 464 (100%)
R 137 of 464 ~ 29.53%
G 112 of 464 ~ 24.14%
B 215 of 464 ~ 46.34%

%29.53
%24.14
%46.34

CMYK color model

#8970D7 color CMYK value is (36,48,0,16).

  • cyan value is 36.28%
  • magenta value is 47.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(36,48,0,16)
C36M48Y0K16 
(36%,48%,0%,16%)
(0.36/0.48/0.00/0.16)	

CMYK percentages

%36.28
%47.91
%0
%15.69

Codes

Color #8970D7 in popluar color models

8970D7
RGB137112215
HSL255°56.28%64.12%
HSB/HSV255°47.91%84.31%
CMYK36.28%47.91%0.00%
15.69%

Color #8970D7 in popluar number systems.

HEX8970D7
Decimal137112215
Binary10001001111000011010111
Octal211160327

Shades and tints

Shades of #8970D7

#8970D7
(137,112,215)
#7D66C4
(125,102,196)
#715CB1
(113,92,177)
#65529E
(101,82,158)
#59488B
(89,72,139)
#4D3E78
(77,62,120)
#413465
(65,52,101)
#352A52
(53,42,82)
#29203F
(41,32,63)
#1D162C
(29,22,44)
#110C19
(17,12,25)
#000000
(0,0,0)

Tints of #8970D7

#8970D7
(137,112,215)
#937DDA
(147,125,218)
#9D8ADD
(157,138,221)
#A797E0
(167,151,224)
#B1A4E3
(177,164,227)
#BBB1E6
(187,177,230)
#C5BEE9
(197,190,233)
#CFCBEC
(207,203,236)
#D9D8EF
(217,216,239)
#E3E5F2
(227,229,242)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8970D7 color. Also use rgb(137,112,215) instead hex code.

Text Font Color

.myTextColor { color: #8970D7; }

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

This text font color is #8970D7.


Background Color

.myBgColor { background-color: #8970D7; }

<div style="background-color:#8970D7">Inner text</div>

This div background color is #8970D7.


Border color

.myBorderColor { border: 1px solid #8970D7; }

<div style="border:3px solid #8970D7">Div</div>

This div border color is #8970D7.


Opacity

.myOpacity80 { color: #8970D7; opacity: 0.8; }

<p style="color:#8970D7;opacity:0.8;">80%</p>

Text with #8970D7 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 #8970D7;}

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

This text has shadow with #8970D7 color.

.textShadow {text-shadow: 3px 3px 1px #8970D7, 3px 3px 1px red;}

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

This text has shadow with #8970D7 primary color and red secondary color.


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

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

This text has shadow with #8970D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8970D7 on black background.


Color preview on white background

This text has color #8970D7 on white background.



Black color preview on #8970D7 background

This text has black color on #8970D7 background.


White color preview on #8970D7 background

This text has white color on #8970D7 background.