COLOR #875AAC

HEX: #875AAC
RGB: (135,90,172)

Color info

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

RGB color model

#875AAC color RGB value is (135,90,172).

  • red value is 135;
  • green value is 90;
  • blue value is 172.
RGB:
(135,90,172)
(53%,35%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 90 of 255 = 35%
B 172 of 255 = 67%

135
90
172

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

Portions of RGB colors in percentages

R + G + B =
135 + 90 + 172 = 397 (100%)
R 135 of 397 ~ 34.01%
G 90 of 397 ~ 22.67%
B 172 of 397 ~ 43.32%

%34.01
%22.67
%43.32

CMYK color model

#875AAC color CMYK value is (22,48,0,33).

  • cyan value is 21.51%
  • magenta value is 47.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(22,48,0,33)
C22M48Y0K33 
(22%,48%,0%,33%)
(0.22/0.48/0.00/0.33)	

CMYK percentages

%21.51
%47.67
%0
%32.55

Codes

Color #875AAC in popluar color models

875AAC
RGB13590172
HSL273°33.06%51.37%
HSB/HSV273°47.67%67.45%
CMYK21.51%47.67%0.00%
32.55%

Color #875AAC in popluar number systems.

HEX875AAC
Decimal13590172
Binary10000111101101010101100
Octal207132254

Shades and tints

Shades of #875AAC

#875AAC
(135,90,172)
#7B529D
(123,82,157)
#6F4A8E
(111,74,142)
#63427F
(99,66,127)
#573A70
(87,58,112)
#4B3261
(75,50,97)
#3F2A52
(63,42,82)
#332243
(51,34,67)
#271A34
(39,26,52)
#1B1225
(27,18,37)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #875AAC

#875AAC
(135,90,172)
#9169B3
(145,105,179)
#9B78BA
(155,120,186)
#A587C1
(165,135,193)
#AF96C8
(175,150,200)
#B9A5CF
(185,165,207)
#C3B4D6
(195,180,214)
#CDC3DD
(205,195,221)
#D7D2E4
(215,210,228)
#E1E1EB
(225,225,235)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875AAC color. Also use rgb(135,90,172) instead hex code.

Text Font Color

.myTextColor { color: #875AAC; }

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

This text font color is #875AAC.


Background Color

.myBgColor { background-color: #875AAC; }

<div style="background-color:#875AAC">Inner text</div>

This div background color is #875AAC.


Border color

.myBorderColor { border: 1px solid #875AAC; }

<div style="border:3px solid #875AAC">Div</div>

This div border color is #875AAC.


Opacity

.myOpacity80 { color: #875AAC; opacity: 0.8; }

<p style="color:#875AAC;opacity:0.8;">80%</p>

Text with #875AAC 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 #875AAC;}

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

This text has shadow with #875AAC color.

.textShadow {text-shadow: 3px 3px 1px #875AAC, 3px 3px 1px red;}

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

This text has shadow with #875AAC primary color and red secondary color.


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

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

This text has shadow with #875AAC and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #875AAC;
-webkit-box-shadow: 1px 1px 3px 2px #875AAC;
box-shadow:1px 1px 3px 2px #875AAC;">
Div content here</div>
This div box has shadow with color #875AAC.

Preview

Color preview on black background

This text has color #875AAC on black background.


Color preview on white background

This text has color #875AAC on white background.



Black color preview on #875AAC background

This text has black color on #875AAC background.


White color preview on #875AAC background

This text has white color on #875AAC background.