COLOR #896FD9

HEX: #896FD9
RGB: (137,111,217)

Color info

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

RGB color model

#896FD9 color RGB value is (137,111,217).

  • red value is 137;
  • green value is 111;
  • blue value is 217.
RGB:
(137,111,217)
(54%,44%,85%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 217 of 255 = 85%

137
111
217

R + G + B ~ 61%. #896FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 111 + 217 = 465 (100%)
R 137 of 465 ~ 29.46%
G 111 of 465 ~ 23.87%
B 217 of 465 ~ 46.67%

%29.46
%23.87
%46.67

CMYK color model

#896FD9 color CMYK value is (37,49,0,15).

  • cyan value is 36.87%
  • magenta value is 48.85%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(37,49,0,15)
C37M49Y0K15 
(37%,49%,0%,15%)
(0.37/0.49/0.00/0.15)	

CMYK percentages

%36.87
%48.85
%0
%14.9

Codes

Color #896FD9 in popluar color models

896FD9
RGB137111217
HSL255°58.24%64.31%
HSB/HSV255°48.85%85.10%
CMYK36.87%48.85%0.00%
14.90%

Color #896FD9 in popluar number systems.

HEX896FD9
Decimal137111217
Binary10001001110111111011001
Octal211157331

Shades and tints

Shades of #896FD9

#896FD9
(137,111,217)
#7D65C6
(125,101,198)
#715BB3
(113,91,179)
#6551A0
(101,81,160)
#59478D
(89,71,141)
#4D3D7A
(77,61,122)
#413367
(65,51,103)
#352954
(53,41,84)
#291F41
(41,31,65)
#1D152E
(29,21,46)
#110B1B
(17,11,27)
#000000
(0,0,0)

Tints of #896FD9

#896FD9
(137,111,217)
#937CDC
(147,124,220)
#9D89DF
(157,137,223)
#A796E2
(167,150,226)
#B1A3E5
(177,163,229)
#BBB0E8
(187,176,232)
#C5BDEB
(197,189,235)
#CFCAEE
(207,202,238)
#D9D7F1
(217,215,241)
#E3E4F4
(227,228,244)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896FD9 color. Also use rgb(137,111,217) instead hex code.

Text Font Color

.myTextColor { color: #896FD9; }

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

This text font color is #896FD9.


Background Color

.myBgColor { background-color: #896FD9; }

<div style="background-color:#896FD9">Inner text</div>

This div background color is #896FD9.


Border color

.myBorderColor { border: 1px solid #896FD9; }

<div style="border:3px solid #896FD9">Div</div>

This div border color is #896FD9.


Opacity

.myOpacity80 { color: #896FD9; opacity: 0.8; }

<p style="color:#896FD9;opacity:0.8;">80%</p>

Text with #896FD9 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 #896FD9;}

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

This text has shadow with #896FD9 color.

.textShadow {text-shadow: 3px 3px 1px #896FD9, 3px 3px 1px red;}

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

This text has shadow with #896FD9 primary color and red secondary color.


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

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

This text has shadow with #896FD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896FD9 on black background.


Color preview on white background

This text has color #896FD9 on white background.



Black color preview on #896FD9 background

This text has black color on #896FD9 background.


White color preview on #896FD9 background

This text has white color on #896FD9 background.