COLOR #8175AF

HEX: #8175AF
RGB: (129,117,175)

Color info

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

RGB color model

#8175AF color RGB value is (129,117,175).

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

RGB channels and saturation

R 129 of 255 = 51%
G 117 of 255 = 46%
B 175 of 255 = 69%

129
117
175

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 175 = 421 (100%)
R 129 of 421 ~ 30.64%
G 117 of 421 ~ 27.79%
B 175 of 421 ~ 41.57%

%30.64
%27.79
%41.57

CMYK color model

#8175AF color CMYK value is (26,33,0,31).

  • cyan value is 26.29%
  • magenta value is 33.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(26,33,0,31)
C26M33Y0K31 
(26%,33%,0%,31%)
(0.26/0.33/0.00/0.31)	

CMYK percentages

%26.29
%33.14
%0
%31.37

Codes

Color #8175AF in popluar color models

8175AF
RGB129117175
HSL252°26.61%57.25%
HSB/HSV252°33.14%68.63%
CMYK26.29%33.14%0.00%
31.37%

Color #8175AF in popluar number systems.

HEX8175AF
Decimal129117175
Binary10000001111010110101111
Octal201165257

Shades and tints

Shades of #8175AF

#8175AF
(129,117,175)
#766BA0
(118,107,160)
#6B6191
(107,97,145)
#605782
(96,87,130)
#554D73
(85,77,115)
#4A4364
(74,67,100)
#3F3955
(63,57,85)
#342F46
(52,47,70)
#292537
(41,37,55)
#1E1B28
(30,27,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #8175AF

#8175AF
(129,117,175)
#8C81B6
(140,129,182)
#978DBD
(151,141,189)
#A299C4
(162,153,196)
#ADA5CB
(173,165,203)
#B8B1D2
(184,177,210)
#C3BDD9
(195,189,217)
#CEC9E0
(206,201,224)
#D9D5E7
(217,213,231)
#E4E1EE
(228,225,238)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8175AF; }

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

This text font color is #8175AF.


Background Color

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

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

This div background color is #8175AF.


Border color

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

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

This div border color is #8175AF.


Opacity

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

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

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

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

This text has shadow with #8175AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8175AF on black background.


Color preview on white background

This text has color #8175AF on white background.



Black color preview on #8175AF background

This text has black color on #8175AF background.


White color preview on #8175AF background

This text has white color on #8175AF background.