COLOR #8174AE

HEX: #8174AE
RGB: (129,116,174)

Color info

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

RGB color model

#8174AE color RGB value is (129,116,174).

  • red value is 129;
  • green value is 116;
  • blue value is 174.
RGB:
(129,116,174)
(51%,45%,68%)

RGB channels and saturation

R 129 of 255 = 51%
G 116 of 255 = 45%
B 174 of 255 = 68%

129
116
174

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

Portions of RGB colors in percentages

R + G + B =
129 + 116 + 174 = 419 (100%)
R 129 of 419 ~ 30.79%
G 116 of 419 ~ 27.68%
B 174 of 419 ~ 41.53%

%30.79
%27.68
%41.53

CMYK color model

#8174AE color CMYK value is (26,33,0,32).

  • cyan value is 25.86%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(26,33,0,32)
C26M33Y0K32 
(26%,33%,0%,32%)
(0.26/0.33/0.00/0.32)	

CMYK percentages

%25.86
%33.33
%0
%31.76

Codes

Color #8174AE in popluar color models

8174AE
RGB129116174
HSL253°26.36%56.86%
HSB/HSV253°33.33%68.24%
CMYK25.86%33.33%0.00%
31.76%

Color #8174AE in popluar number systems.

HEX8174AE
Decimal129116174
Binary10000001111010010101110
Octal201164256

Shades and tints

Shades of #8174AE

#8174AE
(129,116,174)
#766A9F
(118,106,159)
#6B6090
(107,96,144)
#605681
(96,86,129)
#554C72
(85,76,114)
#4A4263
(74,66,99)
#3F3854
(63,56,84)
#342E45
(52,46,69)
#292436
(41,36,54)
#1E1A27
(30,26,39)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #8174AE

#8174AE
(129,116,174)
#8C80B5
(140,128,181)
#978CBC
(151,140,188)
#A298C3
(162,152,195)
#ADA4CA
(173,164,202)
#B8B0D1
(184,176,209)
#C3BCD8
(195,188,216)
#CEC8DF
(206,200,223)
#D9D4E6
(217,212,230)
#E4E0ED
(228,224,237)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8174AE color. Also use rgb(129,116,174) instead hex code.

Text Font Color

.myTextColor { color: #8174AE; }

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

This text font color is #8174AE.


Background Color

.myBgColor { background-color: #8174AE; }

<div style="background-color:#8174AE">Inner text</div>

This div background color is #8174AE.


Border color

.myBorderColor { border: 1px solid #8174AE; }

<div style="border:3px solid #8174AE">Div</div>

This div border color is #8174AE.


Opacity

.myOpacity80 { color: #8174AE; opacity: 0.8; }

<p style="color:#8174AE;opacity:0.8;">80%</p>

Text with #8174AE 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 #8174AE;}

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

This text has shadow with #8174AE color.

.textShadow {text-shadow: 3px 3px 1px #8174AE, 3px 3px 1px red;}

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

This text has shadow with #8174AE primary color and red secondary color.


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

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

This text has shadow with #8174AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8174AE on black background.


Color preview on white background

This text has color #8174AE on white background.



Black color preview on #8174AE background

This text has black color on #8174AE background.


White color preview on #8174AE background

This text has white color on #8174AE background.