COLOR #8965AE

HEX: #8965AE RGB: (137,101,174)

Color info

#8965AE contains mainly red and blue colors. Web safe color of #8965AE is #996699 (or #969).

RGB color model

#8965AE color RGB value is (137,101,174).

RGB: (137,101,174) (54%, 40%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 101 of 255 = 40%
B 174 of 255 = 68%

137
101
174

R + G + B ~ 54%. #8965AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 101 + 174 = 412 (100%)
R 137 of 412 ~ 33.25%
G 101 of 412 ~ 24.51%
B 174 of 412 ~ 42.23'%

%33.25
%24.51
%42.23

CMYK color model

#8965AE color CMYK value is (21,42,0,32).

  • cyan value is 21.26%
  • magenta value is 41.95%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (21,42,0,32)
C21M42Y0K32 (21%, 42%, 0%, 32%)
(0.21 / 0.42 / 0.00 / 0.32)

CMYK percentages

%21.26
%41.95
%0
%31.76

Codes

Color #8965AE in popluar color models

89 65 AE
RGB 137 101 174
HSL 270° 31.06% 53.92%
HSB/HSV 270° 41.95% 68.24%
CMYK 21.26% 41.95% 0.00%
31.76%

Color #8965AE in popluar number systems.

HEX 89 65 AE
Decimal 137 101 174
Binary 10001001 1100101 10101110
Octal 211 145 256

Shades and tints

Shades of #8965AE

#8965AE
(137,101,174)
#7D5C9F
(125,92,159)
#715390
(113,83,144)
#654A81
(101,74,129)
#594172
(89,65,114)
#4D3863
(77,56,99)
#412F54
(65,47,84)
#352645
(53,38,69)
#291D36
(41,29,54)
#1D1427
(29,20,39)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #8965AE

#8965AE
(137,101,174)
#9373B5
(147,115,181)
#9D81BC
(157,129,188)
#A78FC3
(167,143,195)
#B19DCA
(177,157,202)
#BBABD1
(187,171,209)
#C5B9D8
(197,185,216)
#CFC7DF
(207,199,223)
#D9D5E6
(217,213,230)
#E3E3ED
(227,227,237)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8965AE color. Also use rgb(137,101,174) instead hex code.

Text Font Color

.myTextColor { color: #8965AE; }

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

This text font color is #8965AE.

Background Color

.myBgColor { background-color: #8965AE; }

<div style="background-color:#8965AE">Inner text</div>

This div background color is #8965AE.

Border color

.myBorderColor { border: 1px solid #8965AE; }

<div style="border:3px solid #8965AE">Div</div>

This div border color is #8965AE.

Opacity

.myOpacity80 { color: #8965AE; opacity: 0.8; }

<p style="color:#8965AE;opacity:0.8;">80%</p>

Text with #8965AE 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 #8965AE;}

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

This text has shadow with #8965AE color.


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

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

This text has shadow with #8965AE primary color and red secondary color.


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

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

This text has shadow with #8965AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8965AE.

Preview

Color preview on black background

This text has color #8965AE on black background.


Color preview on white background

This text has color #8965AE on white background.


Black color preview on #8965AE background

This text has black color on #8965AE background.


White color preview on #8965AE background

This text has white color on #8965AE background.


Related colors

Complementary color

Complementary color for #hex is #769A51.


I love getcolorcode.com

Triadic colors

1 #AE8965 and #65AE89 with #8965AE are triadic colors.

2 #AE6589 and #6589AE with #8965AE are triadic colors.