COLOR #8953D8

HEX: #8953D8
RGB: (137,83,216)

Color info

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

RGB color model

#8953D8 color RGB value is (137,83,216).

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

RGB channels and saturation

R 137 of 255 = 54%
G 83 of 255 = 33%
B 216 of 255 = 85%

137
83
216

R + G + B ~ 57%. #8953D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 83 + 216 = 436 (100%)
R 137 of 436 ~ 31.42%
G 83 of 436 ~ 19.04%
B 216 of 436 ~ 49.54%

%31.42
%19.04
%49.54

CMYK color model

#8953D8 color CMYK value is (37,62,0,15).

  • cyan value is 36.57%
  • magenta value is 61.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(37,62,0,15)
C37M62Y0K15 
(37%,62%,0%,15%)
(0.37/0.62/0.00/0.15)	

CMYK percentages

%36.57
%61.57
%0
%15.29

Codes

Color #8953D8 in popluar color models

8953D8
RGB13783216
HSL264°63.03%58.63%
HSB/HSV264°61.57%84.71%
CMYK36.57%61.57%0.00%
15.29%

Color #8953D8 in popluar number systems.

HEX8953D8
Decimal13783216
Binary10001001101001111011000
Octal211123330

Shades and tints

Shades of #8953D8

#8953D8
(137,83,216)
#7D4CC5
(125,76,197)
#7145B2
(113,69,178)
#653E9F
(101,62,159)
#59378C
(89,55,140)
#4D3079
(77,48,121)
#412966
(65,41,102)
#352253
(53,34,83)
#291B40
(41,27,64)
#1D142D
(29,20,45)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #8953D8

#8953D8
(137,83,216)
#9362DB
(147,98,219)
#9D71DE
(157,113,222)
#A780E1
(167,128,225)
#B18FE4
(177,143,228)
#BB9EE7
(187,158,231)
#C5ADEA
(197,173,234)
#CFBCED
(207,188,237)
#D9CBF0
(217,203,240)
#E3DAF3
(227,218,243)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8953D8 color. Also use rgb(137,83,216) instead hex code.

Text Font Color

.myTextColor { color: #8953D8; }

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

This text font color is #8953D8.


Background Color

.myBgColor { background-color: #8953D8; }

<div style="background-color:#8953D8">Inner text</div>

This div background color is #8953D8.


Border color

.myBorderColor { border: 1px solid #8953D8; }

<div style="border:3px solid #8953D8">Div</div>

This div border color is #8953D8.


Opacity

.myOpacity80 { color: #8953D8; opacity: 0.8; }

<p style="color:#8953D8;opacity:0.8;">80%</p>

Text with #8953D8 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 #8953D8;}

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

This text has shadow with #8953D8 color.

.textShadow {text-shadow: 3px 3px 1px #8953D8, 3px 3px 1px red;}

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

This text has shadow with #8953D8 primary color and red secondary color.


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

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

This text has shadow with #8953D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8953D8 on black background.


Color preview on white background

This text has color #8953D8 on white background.



Black color preview on #8953D8 background

This text has black color on #8953D8 background.


White color preview on #8953D8 background

This text has white color on #8953D8 background.