COLOR #8175A8

HEX: #8175A8
RGB: (129,117,168)

Color info

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

RGB color model

#8175A8 color RGB value is (129,117,168).

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

RGB channels and saturation

R 129 of 255 = 51%
G 117 of 255 = 46%
B 168 of 255 = 66%

129
117
168

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 168 = 414 (100%)
R 129 of 414 ~ 31.16%
G 117 of 414 ~ 28.26%
B 168 of 414 ~ 40.58%

%31.16
%28.26
%40.58

CMYK color model

#8175A8 color CMYK value is (23,30,0,34).

  • cyan value is 23.21%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(23,30,0,34)
C23M30Y0K34 
(23%,30%,0%,34%)
(0.23/0.30/0.00/0.34)	

CMYK percentages

%23.21
%30.36
%0
%34.12

Codes

Color #8175A8 in popluar color models

8175A8
RGB129117168
HSL254°22.67%55.88%
HSB/HSV254°30.36%65.88%
CMYK23.21%30.36%0.00%
34.12%

Color #8175A8 in popluar number systems.

HEX8175A8
Decimal129117168
Binary10000001111010110101000
Octal201165250

Shades and tints

Shades of #8175A8

#8175A8
(129,117,168)
#766B99
(118,107,153)
#6B618A
(107,97,138)
#60577B
(96,87,123)
#554D6C
(85,77,108)
#4A435D
(74,67,93)
#3F394E
(63,57,78)
#342F3F
(52,47,63)
#292530
(41,37,48)
#1E1B21
(30,27,33)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #8175A8

#8175A8
(129,117,168)
#8C81AF
(140,129,175)
#978DB6
(151,141,182)
#A299BD
(162,153,189)
#ADA5C4
(173,165,196)
#B8B1CB
(184,177,203)
#C3BDD2
(195,189,210)
#CEC9D9
(206,201,217)
#D9D5E0
(217,213,224)
#E4E1E7
(228,225,231)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8175A8; }

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

This text font color is #8175A8.


Background Color

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

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

This div background color is #8175A8.


Border color

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

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

This div border color is #8175A8.


Opacity

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

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

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

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

This text has shadow with #8175A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8175A8 on black background.


Color preview on white background

This text has color #8175A8 on white background.



Black color preview on #8175A8 background

This text has black color on #8175A8 background.


White color preview on #8175A8 background

This text has white color on #8175A8 background.