COLOR #895DDD

HEX: #895DDD
RGB: (137,93,221)

Color info

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

RGB color model

#895DDD color RGB value is (137,93,221).

  • red value is 137;
  • green value is 93;
  • blue value is 221.
RGB:
(137,93,221)
(54%,36%,87%)

RGB channels and saturation

R 137 of 255 = 54%
G 93 of 255 = 36%
B 221 of 255 = 87%

137
93
221

R + G + B ~ 59%. #895DDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 93 + 221 = 451 (100%)
R 137 of 451 ~ 30.38%
G 93 of 451 ~ 20.62%
B 221 of 451 ~ 49%

%30.38
%20.62
%49

CMYK color model

#895DDD color CMYK value is (38,58,0,13).

  • cyan value is 38.01%
  • magenta value is 57.92%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(38,58,0,13)
C38M58Y0K13 
(38%,58%,0%,13%)
(0.38/0.58/0.00/0.13)	

CMYK percentages

%38.01
%57.92
%0
%13.33

Codes

Color #895DDD in popluar color models

895DDD
RGB13793221
HSL261°65.31%61.57%
HSB/HSV261°57.92%86.67%
CMYK38.01%57.92%0.00%
13.33%

Color #895DDD in popluar number systems.

HEX895DDD
Decimal13793221
Binary10001001101110111011101
Octal211135335

Shades and tints

Shades of #895DDD

#895DDD
(137,93,221)
#7D55C9
(125,85,201)
#714DB5
(113,77,181)
#6545A1
(101,69,161)
#593D8D
(89,61,141)
#4D3579
(77,53,121)
#412D65
(65,45,101)
#352551
(53,37,81)
#291D3D
(41,29,61)
#1D1529
(29,21,41)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #895DDD

#895DDD
(137,93,221)
#936BE0
(147,107,224)
#9D79E3
(157,121,227)
#A787E6
(167,135,230)
#B195E9
(177,149,233)
#BBA3EC
(187,163,236)
#C5B1EF
(197,177,239)
#CFBFF2
(207,191,242)
#D9CDF5
(217,205,245)
#E3DBF8
(227,219,248)
#EDE9FB
(237,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895DDD color. Also use rgb(137,93,221) instead hex code.

Text Font Color

.myTextColor { color: #895DDD; }

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

This text font color is #895DDD.


Background Color

.myBgColor { background-color: #895DDD; }

<div style="background-color:#895DDD">Inner text</div>

This div background color is #895DDD.


Border color

.myBorderColor { border: 1px solid #895DDD; }

<div style="border:3px solid #895DDD">Div</div>

This div border color is #895DDD.


Opacity

.myOpacity80 { color: #895DDD; opacity: 0.8; }

<p style="color:#895DDD;opacity:0.8;">80%</p>

Text with #895DDD 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 #895DDD;}

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

This text has shadow with #895DDD color.

.textShadow {text-shadow: 3px 3px 1px #895DDD, 3px 3px 1px red;}

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

This text has shadow with #895DDD primary color and red secondary color.


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

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

This text has shadow with #895DDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895DDD on black background.


Color preview on white background

This text has color #895DDD on white background.



Black color preview on #895DDD background

This text has black color on #895DDD background.


White color preview on #895DDD background

This text has white color on #895DDD background.