COLOR #8575A2

HEX: #8575A2
RGB: (133,117,162)

Color info

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

RGB color model

#8575A2 color RGB value is (133,117,162).

  • red value is 133;
  • green value is 117;
  • blue value is 162.
RGB:
(133,117,162)
(52%,46%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 162 of 255 = 64%

133
117
162

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

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 162 = 412 (100%)
R 133 of 412 ~ 32.28%
G 117 of 412 ~ 28.4%
B 162 of 412 ~ 39.32%

%32.28
%28.4
%39.32

CMYK color model

#8575A2 color CMYK value is (18,28,0,36).

  • cyan value is 17.90%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(18,28,0,36)
C18M28Y0K36 
(18%,28%,0%,36%)
(0.18/0.28/0.00/0.36)	

CMYK percentages

%17.9
%27.78
%0
%36.47

Codes

Color #8575A2 in popluar color models

8575A2
RGB133117162
HSL261°19.48%54.71%
HSB/HSV261°27.78%63.53%
CMYK17.90%27.78%0.00%
36.47%

Color #8575A2 in popluar number systems.

HEX8575A2
Decimal133117162
Binary10000101111010110100010
Octal205165242

Shades and tints

Shades of #8575A2

#8575A2
(133,117,162)
#796B94
(121,107,148)
#6D6186
(109,97,134)
#615778
(97,87,120)
#554D6A
(85,77,106)
#49435C
(73,67,92)
#3D394E
(61,57,78)
#312F40
(49,47,64)
#252532
(37,37,50)
#191B24
(25,27,36)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8575A2

#8575A2
(133,117,162)
#9081AA
(144,129,170)
#9B8DB2
(155,141,178)
#A699BA
(166,153,186)
#B1A5C2
(177,165,194)
#BCB1CA
(188,177,202)
#C7BDD2
(199,189,210)
#D2C9DA
(210,201,218)
#DDD5E2
(221,213,226)
#E8E1EA
(232,225,234)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8575A2; }

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

This text font color is #8575A2.


Background Color

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

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

This div background color is #8575A2.


Border color

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

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

This div border color is #8575A2.


Opacity

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

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

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

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

This text has shadow with #8575A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8575A2 on black background.


Color preview on white background

This text has color #8575A2 on white background.



Black color preview on #8575A2 background

This text has black color on #8575A2 background.


White color preview on #8575A2 background

This text has white color on #8575A2 background.