COLOR #895FD8

HEX: #895FD8
RGB: (137,95,216)

Color info

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

RGB color model

#895FD8 color RGB value is (137,95,216).

  • red value is 137;
  • green value is 95;
  • blue value is 216.
RGB:
(137,95,216)
(54%,37%,85%)

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 216 of 255 = 85%

137
95
216

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

Portions of RGB colors in percentages

R + G + B =
137 + 95 + 216 = 448 (100%)
R 137 of 448 ~ 30.58%
G 95 of 448 ~ 21.21%
B 216 of 448 ~ 48.21%

%30.58
%21.21
%48.21

CMYK color model

#895FD8 color CMYK value is (37,56,0,15).

  • cyan value is 36.57%
  • magenta value is 56.02%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(37,56,0,15)
C37M56Y0K15 
(37%,56%,0%,15%)
(0.37/0.56/0.00/0.15)	

CMYK percentages

%36.57
%56.02
%0
%15.29

Codes

Color #895FD8 in popluar color models

895FD8
RGB13795216
HSL261°60.80%60.98%
HSB/HSV261°56.02%84.71%
CMYK36.57%56.02%0.00%
15.29%

Color #895FD8 in popluar number systems.

HEX895FD8
Decimal13795216
Binary10001001101111111011000
Octal211137330

Shades and tints

Shades of #895FD8

#895FD8
(137,95,216)
#7D57C5
(125,87,197)
#714FB2
(113,79,178)
#65479F
(101,71,159)
#593F8C
(89,63,140)
#4D3779
(77,55,121)
#412F66
(65,47,102)
#352753
(53,39,83)
#291F40
(41,31,64)
#1D172D
(29,23,45)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #895FD8

#895FD8
(137,95,216)
#936DDB
(147,109,219)
#9D7BDE
(157,123,222)
#A789E1
(167,137,225)
#B197E4
(177,151,228)
#BBA5E7
(187,165,231)
#C5B3EA
(197,179,234)
#CFC1ED
(207,193,237)
#D9CFF0
(217,207,240)
#E3DDF3
(227,221,243)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895FD8 color. Also use rgb(137,95,216) instead hex code.

Text Font Color

.myTextColor { color: #895FD8; }

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

This text font color is #895FD8.


Background Color

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

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

This div background color is #895FD8.


Border color

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

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

This div border color is #895FD8.


Opacity

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

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

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

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

This text has shadow with #895FD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895FD8 on black background.


Color preview on white background

This text has color #895FD8 on white background.



Black color preview on #895FD8 background

This text has black color on #895FD8 background.


White color preview on #895FD8 background

This text has white color on #895FD8 background.