COLOR #8958AF

HEX: #8958AF RGB: (137,88,175)

Color info

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

RGB color model

#8958AF color RGB value is (137,88,175).

RGB: (137,88,175) (54%, 35%, 69%)

RGB channels and saturation

R 137 of 255 = 54%
G 88 of 255 = 35%
B 175 of 255 = 69%

137
88
175

R + G + B ~ 53%. #8958AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 88 + 175 = 400 (100%)
R 137 of 400 ~ 34.25%
G 88 of 400 ~ 22%
B 175 of 400 ~ 43.75'%

%34.25
%22
%43.75

CMYK color model

#8958AF color CMYK value is (22,50,0,31).

  • cyan value is 21.71%
  • magenta value is 49.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (22,50,0,31) C22M50Y0K31 (22%,50%,0%,31%) (0.22/0.50/0.00/0.31) 

CMYK percentages

%21.71
%49.71
%0
%31.37

Codes

Color #8958AF in popluar color models

89 58 AF
RGB 137 88 175
HSL 274° 35.22% 51.57%
HSB/HSV 274° 49.71% 68.63%
CMYK 21.71% 49.71% 0.00%
31.37%

Color #8958AF in popluar number systems.

HEX 89 58 AF
Decimal 137 88 175
Binary 10001001 1011000 10101111
Octal 211 130 257

Shades and tints

Shades of #8958AF

#8958AF
(137,88,175)
#7D50A0
(125,80,160)
#714891
(113,72,145)
#654082
(101,64,130)
#593873
(89,56,115)
#4D3064
(77,48,100)
#412855
(65,40,85)
#352046
(53,32,70)
#291837
(41,24,55)
#1D1028
(29,16,40)
#110819
(17,8,25)
#000000
(0,0,0)

Tints of #8958AF

#8958AF
(137,88,175)
#9367B6
(147,103,182)
#9D76BD
(157,118,189)
#A785C4
(167,133,196)
#B194CB
(177,148,203)
#BBA3D2
(187,163,210)
#C5B2D9
(197,178,217)
#CFC1E0
(207,193,224)
#D9D0E7
(217,208,231)
#E3DFEE
(227,223,238)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8958AF color. Also use rgb(137,88,175) instead hex code.

Text Font Color

.myTextColor { color: #8958AF; }

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

This text font color is #8958AF.

Background Color

.myBgColor { background-color: #8958AF; }

<div style="background-color:#8958AF">Inner text</div>

This div background color is #8958AF.

Border color

.myBorderColor { border: 1px solid #8958AF; }

<div style="border:3px solid #8958AF">Div</div>

This div border color is #8958AF.

Opacity

.myOpacity80 { color: #8958AF; opacity: 0.8; }

<p style="color:#8958AF;opacity:0.8;">80%</p>

Text with #8958AF 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 #8958AF;}

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

This text has shadow with #8958AF color.


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

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

This text has shadow with #8958AF primary color and red secondary color.


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

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

This text has shadow with #8958AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8958AF.

Preview

Color preview on black background

This text has color #8958AF on black background.


Color preview on white background

This text has color #8958AF on white background.


Black color preview on #8958AF background

This text has black color on #8958AF background.


White color preview on #8958AF background

This text has white color on #8958AF background.


Related colors

Complementary color

Complementary color for #hex is #76A750.


I love getcolorcode.com

Triadic colors

1 #AF8958 and #58AF89 with #8958AF are triadic colors.

2 #AF5889 and #5889AF with #8958AF are triadic colors.