COLOR #8575AC

HEX: #8575AC RGB: (133,117,172)

Color info

#8575AC contains red, green and blue colors in about the same proportion. Web safe color of #8575AC is #996699 (or #969).

RGB color model

#8575AC color RGB value is (133,117,172).

RGB: (133,117,172) (52%, 46%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 172 of 255 = 67%

133
117
172

R + G + B ~ 55%. #8575AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 117 + 172 = 422 (100%)
R 133 of 422 ~ 31.52%
G 117 of 422 ~ 27.73%
B 172 of 422 ~ 40.76'%

%31.52
%27.73
%40.76

CMYK color model

#8575AC color CMYK value is (23,32,0,33).

  • cyan value is 22.67%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (23,32,0,33)
C23M32Y0K33 (23%, 32%, 0%, 33%)
(0.23 / 0.32 / 0.00 / 0.33)

CMYK percentages

%22.67
%31.98
%0
%32.55

Codes

Color #8575AC in popluar color models

85 75 AC
RGB 133 117 172
HSL 257° 24.89% 56.67%
HSB/HSV 257° 31.98% 67.45%
CMYK 22.67% 31.98% 0.00%
32.55%

Color #8575AC in popluar number systems.

HEX 85 75 AC
Decimal 133 117 172
Binary 10000101 1110101 10101100
Octal 205 165 254

Shades and tints

Shades of #8575AC

#8575AC
(133,117,172)
#796B9D
(121,107,157)
#6D618E
(109,97,142)
#61577F
(97,87,127)
#554D70
(85,77,112)
#494361
(73,67,97)
#3D3952
(61,57,82)
#312F43
(49,47,67)
#252534
(37,37,52)
#191B25
(25,27,37)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8575AC

#8575AC
(133,117,172)
#9081B3
(144,129,179)
#9B8DBA
(155,141,186)
#A699C1
(166,153,193)
#B1A5C8
(177,165,200)
#BCB1CF
(188,177,207)
#C7BDD6
(199,189,214)
#D2C9DD
(210,201,221)
#DDD5E4
(221,213,228)
#E8E1EB
(232,225,235)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8575AC color. Also use rgb(133,117,172) instead hex code.

Text Font Color

.myTextColor { color: #8575AC; }

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

This text font color is #8575AC.

Background Color

.myBgColor { background-color: #8575AC; }

<div style="background-color:#8575AC">Inner text</div>

This div background color is #8575AC.

Border color

.myBorderColor { border: 1px solid #8575AC; }

<div style="border:3px solid #8575AC">Div</div>

This div border color is #8575AC.

Opacity

.myOpacity80 { color: #8575AC; opacity: 0.8; }

<p style="color:#8575AC;opacity:0.8;">80%</p>

Text with #8575AC 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 #8575AC;}

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

This text has shadow with #8575AC color.


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

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

This text has shadow with #8575AC primary color and red secondary color.


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

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

This text has shadow with #8575AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8575AC.

Preview

Color preview on black background

This text has color #8575AC on black background.


Color preview on white background

This text has color #8575AC on white background.


Black color preview on #8575AC background

This text has black color on #8575AC background.


White color preview on #8575AC background

This text has white color on #8575AC background.


Related colors

Complementary color

Complementary color for #hex is #7A8A53.


I love getcolorcode.com

Triadic colors

1 #AC8575 and #75AC85 with #8575AC are triadic colors.

2 #AC7585 and #7585AC with #8575AC are triadic colors.