COLOR #8759AF

HEX: #8759AF RGB: (135,89,175)

Color info

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

RGB color model

#8759AF color RGB value is (135,89,175).

RGB: (135,89,175) (53%, 35%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 89 of 255 = 35%
B 175 of 255 = 69%

135
89
175

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

Portions of RGB colors in percentages

R + G + B = 135 + 89 + 175 = 399 (100%)
R 135 of 399 ~ 33.83%
G 89 of 399 ~ 22.31%
B 175 of 399 ~ 43.86'%

%33.83
%22.31
%43.86

CMYK color model

#8759AF color CMYK value is (23,49,0,31).

  • cyan value is 22.86%
  • magenta value is 49.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (23,49,0,31) C23M49Y0K31 (23%,49%,0%,31%) (0.23/0.49/0.00/0.31) 

CMYK percentages

%22.86
%49.14
%0
%31.37

Codes

Color #8759AF in popluar color models

87 59 AF
RGB 135 89 175
HSL 272° 34.96% 51.76%
HSB/HSV 272° 49.14% 68.63%
CMYK 22.86% 49.14% 0.00%
31.37%

Color #8759AF in popluar number systems.

HEX 87 59 AF
Decimal 135 89 175
Binary 10000111 1011001 10101111
Octal 207 131 257

Shades and tints

Shades of #8759AF

#8759AF
(135,89,175)
#7B51A0
(123,81,160)
#6F4991
(111,73,145)
#634182
(99,65,130)
#573973
(87,57,115)
#4B3164
(75,49,100)
#3F2955
(63,41,85)
#332146
(51,33,70)
#271937
(39,25,55)
#1B1128
(27,17,40)
#0F0919
(15,9,25)
#000000
(0,0,0)

Tints of #8759AF

#8759AF
(135,89,175)
#9168B6
(145,104,182)
#9B77BD
(155,119,189)
#A586C4
(165,134,196)
#AF95CB
(175,149,203)
#B9A4D2
(185,164,210)
#C3B3D9
(195,179,217)
#CDC2E0
(205,194,224)
#D7D1E7
(215,209,231)
#E1E0EE
(225,224,238)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8759AF color. Also use rgb(135,89,175) instead hex code.

Text Font Color

.myTextColor { color: #8759AF; }

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

This text font color is #8759AF.

Background Color

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

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

This div background color is #8759AF.

Border color

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

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

This div border color is #8759AF.

Opacity

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

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

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

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

This text has shadow with #8759AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8759AF.

Preview

Color preview on black background

This text has color #8759AF on black background.


Color preview on white background

This text has color #8759AF on white background.


Black color preview on #8759AF background

This text has black color on #8759AF background.


White color preview on #8759AF background

This text has white color on #8759AF background.


Related colors

Complementary color

Complementary color for #hex is #78A650.


I love getcolorcode.com

Triadic colors

1 #AF8759 and #59AF87 with #8759AF are triadic colors.

2 #AF5987 and #5987AF with #8759AF are triadic colors.