COLOR #8175A5

HEX: #8175A5
RGB: (129,117,165)

Color info

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

RGB color model

#8175A5 color RGB value is (129,117,165).

  • red value is 129;
  • green value is 117;
  • blue value is 165.
RGB:
(129,117,165)
(51%,46%,65%)

RGB channels and saturation

R 129 of 255 = 51%
G 117 of 255 = 46%
B 165 of 255 = 65%

129
117
165

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 165 = 411 (100%)
R 129 of 411 ~ 31.39%
G 117 of 411 ~ 28.47%
B 165 of 411 ~ 40.15%

%31.39
%28.47
%40.15

CMYK color model

#8175A5 color CMYK value is (22,29,0,35).

  • cyan value is 21.82%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,29,0,35)
C22M29Y0K35 
(22%,29%,0%,35%)
(0.22/0.29/0.00/0.35)	

CMYK percentages

%21.82
%29.09
%0
%35.29

Codes

Color #8175A5 in popluar color models

8175A5
RGB129117165
HSL255°21.05%55.29%
HSB/HSV255°29.09%64.71%
CMYK21.82%29.09%0.00%
35.29%

Color #8175A5 in popluar number systems.

HEX8175A5
Decimal129117165
Binary10000001111010110100101
Octal201165245

Shades and tints

Shades of #8175A5

#8175A5
(129,117,165)
#766B96
(118,107,150)
#6B6187
(107,97,135)
#605778
(96,87,120)
#554D69
(85,77,105)
#4A435A
(74,67,90)
#3F394B
(63,57,75)
#342F3C
(52,47,60)
#29252D
(41,37,45)
#1E1B1E
(30,27,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #8175A5

#8175A5
(129,117,165)
#8C81AD
(140,129,173)
#978DB5
(151,141,181)
#A299BD
(162,153,189)
#ADA5C5
(173,165,197)
#B8B1CD
(184,177,205)
#C3BDD5
(195,189,213)
#CEC9DD
(206,201,221)
#D9D5E5
(217,213,229)
#E4E1ED
(228,225,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8175A5 color. Also use rgb(129,117,165) instead hex code.

Text Font Color

.myTextColor { color: #8175A5; }

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

This text font color is #8175A5.


Background Color

.myBgColor { background-color: #8175A5; }

<div style="background-color:#8175A5">Inner text</div>

This div background color is #8175A5.


Border color

.myBorderColor { border: 1px solid #8175A5; }

<div style="border:3px solid #8175A5">Div</div>

This div border color is #8175A5.


Opacity

.myOpacity80 { color: #8175A5; opacity: 0.8; }

<p style="color:#8175A5;opacity:0.8;">80%</p>

Text with #8175A5 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 #8175A5;}

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

This text has shadow with #8175A5 color.

.textShadow {text-shadow: 3px 3px 1px #8175A5, 3px 3px 1px red;}

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

This text has shadow with #8175A5 primary color and red secondary color.


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

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

This text has shadow with #8175A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8175A5 on black background.


Color preview on white background

This text has color #8175A5 on white background.



Black color preview on #8175A5 background

This text has black color on #8175A5 background.


White color preview on #8175A5 background

This text has white color on #8175A5 background.