COLOR #8975E1

HEX: #8975E1 RGB: (137,117,225)

Color info

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

RGB color model

#8975E1 color RGB value is (137,117,225).

RGB: (137,117,225) (54%, 46%, 88%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 225 of 255 = 88%

137
117
225

R + G + B ~ 63%. #8975E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 117 + 225 = 479 (100%)
R 137 of 479 ~ 28.6%
G 117 of 479 ~ 24.43%
B 225 of 479 ~ 46.97'%

%28.6
%24.43
%46.97

CMYK color model

#8975E1 color CMYK value is (39,48,0,12).

  • cyan value is 39.11%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (39,48,0,12)
C39M48Y0K12 (39%, 48%, 0%, 12%)
(0.39 / 0.48 / 0.00 / 0.12)

CMYK percentages

%39.11
%48
%0
%11.76

Codes

Color #8975E1 in popluar color models

89 75 E1
RGB 137 117 225
HSL 251° 64.29% 67.06%
HSB/HSV 251° 48.00% 88.24%
CMYK 39.11% 48.00% 0.00%
11.76%

Color #8975E1 in popluar number systems.

HEX 89 75 E1
Decimal 137 117 225
Binary 10001001 1110101 11100001
Octal 211 165 341

Shades and tints

Shades of #8975E1

#8975E1
(137,117,225)
#7D6BCD
(125,107,205)
#7161B9
(113,97,185)
#6557A5
(101,87,165)
#594D91
(89,77,145)
#4D437D
(77,67,125)
#413969
(65,57,105)
#352F55
(53,47,85)
#292541
(41,37,65)
#1D1B2D
(29,27,45)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #8975E1

#8975E1
(137,117,225)
#9381E3
(147,129,227)
#9D8DE5
(157,141,229)
#A799E7
(167,153,231)
#B1A5E9
(177,165,233)
#BBB1EB
(187,177,235)
#C5BDED
(197,189,237)
#CFC9EF
(207,201,239)
#D9D5F1
(217,213,241)
#E3E1F3
(227,225,243)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8975E1 color. Also use rgb(137,117,225) instead hex code.

Text Font Color

.myTextColor { color: #8975E1; }

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

This text font color is #8975E1.

Background Color

.myBgColor { background-color: #8975E1; }

<div style="background-color:#8975E1">Inner text</div>

This div background color is #8975E1.

Border color

.myBorderColor { border: 1px solid #8975E1; }

<div style="border:3px solid #8975E1">Div</div>

This div border color is #8975E1.

Opacity

.myOpacity80 { color: #8975E1; opacity: 0.8; }

<p style="color:#8975E1;opacity:0.8;">80%</p>

Text with #8975E1 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 #8975E1;}

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

This text has shadow with #8975E1 color.


.textShadow {text-shadow: 3px 3px 1px #8975E1', 3px 3px 1px red;}

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

This text has shadow with #8975E1 primary color and red secondary color.


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

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

This text has shadow with #8975E1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8975E1; -webkit-box-shadow: 1px 1px 3px 2px #8975E1; box-shadow:1px 1px 3px 2px #8975E1;">
Div content here
</div>

This div box has shadow with color #8975E1.

Preview

Color preview on black background

This text has color #8975E1 on black background.


Color preview on white background

This text has color #8975E1 on white background.


Black color preview on #8975E1 background

This text has black color on #8975E1 background.


White color preview on #8975E1 background

This text has white color on #8975E1 background.


Related colors

Complementary color

Complementary color for #hex is #768A1E.


I love getcolorcode.com

Triadic colors

1 #E18975 and #75E189 with #8975E1 are triadic colors.

2 #E17589 and #7589E1 with #8975E1 are triadic colors.