COLOR #8753AD

HEX: #8753AD RGB: (135,83,173)

Color info

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

RGB color model

#8753AD color RGB value is (135,83,173).

RGB: (135,83,173) (53%, 33%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 83 of 255 = 33%
B 173 of 255 = 68%

135
83
173

R + G + B ~ 51%. #8753AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 83 + 173 = 391 (100%)
R 135 of 391 ~ 34.53%
G 83 of 391 ~ 21.23%
B 173 of 391 ~ 44.25'%

%34.53
%21.23
%44.25

CMYK color model

#8753AD color CMYK value is (22,52,0,32).

  • cyan value is 21.97%
  • magenta value is 52.02%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (22,52,0,32)
C22M52Y0K32 (22%, 52%, 0%, 32%)
(0.22 / 0.52 / 0.00 / 0.32)

CMYK percentages

%21.97
%52.02
%0
%32.16

Codes

Color #8753AD in popluar color models

87 53 AD
RGB 135 83 173
HSL 275° 35.43% 50.20%
HSB/HSV 275° 52.02% 67.84%
CMYK 21.97% 52.02% 0.00%
32.16%

Color #8753AD in popluar number systems.

HEX 87 53 AD
Decimal 135 83 173
Binary 10000111 1010011 10101101
Octal 207 123 255

Shades and tints

Shades of #8753AD

#8753AD
(135,83,173)
#7B4C9E
(123,76,158)
#6F458F
(111,69,143)
#633E80
(99,62,128)
#573771
(87,55,113)
#4B3062
(75,48,98)
#3F2953
(63,41,83)
#332244
(51,34,68)
#271B35
(39,27,53)
#1B1426
(27,20,38)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #8753AD

#8753AD
(135,83,173)
#9162B4
(145,98,180)
#9B71BB
(155,113,187)
#A580C2
(165,128,194)
#AF8FC9
(175,143,201)
#B99ED0
(185,158,208)
#C3ADD7
(195,173,215)
#CDBCDE
(205,188,222)
#D7CBE5
(215,203,229)
#E1DAEC
(225,218,236)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8753AD color. Also use rgb(135,83,173) instead hex code.

Text Font Color

.myTextColor { color: #8753AD; }

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

This text font color is #8753AD.

Background Color

.myBgColor { background-color: #8753AD; }

<div style="background-color:#8753AD">Inner text</div>

This div background color is #8753AD.

Border color

.myBorderColor { border: 1px solid #8753AD; }

<div style="border:3px solid #8753AD">Div</div>

This div border color is #8753AD.

Opacity

.myOpacity80 { color: #8753AD; opacity: 0.8; }

<p style="color:#8753AD;opacity:0.8;">80%</p>

Text with #8753AD 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 #8753AD;}

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

This text has shadow with #8753AD color.


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

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

This text has shadow with #8753AD primary color and red secondary color.


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

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

This text has shadow with #8753AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8753AD.

Preview

Color preview on black background

This text has color #8753AD on black background.


Color preview on white background

This text has color #8753AD on white background.


Black color preview on #8753AD background

This text has black color on #8753AD background.


White color preview on #8753AD background

This text has white color on #8753AD background.


Related colors

Complementary color

Complementary color for #hex is #78AC52.


I love getcolorcode.com

Triadic colors

1 #AD8753 and #53AD87 with #8753AD are triadic colors.

2 #AD5387 and #5387AD with #8753AD are triadic colors.