COLOR #8165AC

HEX: #8165AC
RGB: (129,101,172)

Color info

#8165AC contains mainly red and blue colors. Web safe color of #8165AC is #996699 (or #969).

RGB color model

#8165AC color RGB value is (129,101,172).

  • red value is 129;
  • green value is 101;
  • blue value is 172.
RGB:
(129,101,172)
(51%,40%,67%)

RGB channels and saturation

R 129 of 255 = 51%
G 101 of 255 = 40%
B 172 of 255 = 67%

129
101
172

R + G + B ~ 53%. #8165AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 101 + 172 = 402 (100%)
R 129 of 402 ~ 32.09%
G 101 of 402 ~ 25.12%
B 172 of 402 ~ 42.79%

%32.09
%25.12
%42.79

CMYK color model

#8165AC color CMYK value is (25,41,0,33).

  • cyan value is 25.00%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(25,41,0,33)
C25M41Y0K33 
(25%,41%,0%,33%)
(0.25/0.41/0.00/0.33)	

CMYK percentages

%25
%41.28
%0
%32.55

Codes

Color #8165AC in popluar color models

8165AC
RGB129101172
HSL264°29.96%53.53%
HSB/HSV264°41.28%67.45%
CMYK25.00%41.28%0.00%
32.55%

Color #8165AC in popluar number systems.

HEX8165AC
Decimal129101172
Binary10000001110010110101100
Octal201145254

Shades and tints

Shades of #8165AC

#8165AC
(129,101,172)
#765C9D
(118,92,157)
#6B538E
(107,83,142)
#604A7F
(96,74,127)
#554170
(85,65,112)
#4A3861
(74,56,97)
#3F2F52
(63,47,82)
#342643
(52,38,67)
#291D34
(41,29,52)
#1E1425
(30,20,37)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #8165AC

#8165AC
(129,101,172)
#8C73B3
(140,115,179)
#9781BA
(151,129,186)
#A28FC1
(162,143,193)
#AD9DC8
(173,157,200)
#B8ABCF
(184,171,207)
#C3B9D6
(195,185,214)
#CEC7DD
(206,199,221)
#D9D5E4
(217,213,228)
#E4E3EB
(228,227,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8165AC color. Also use rgb(129,101,172) instead hex code.

Text Font Color

.myTextColor { color: #8165AC; }

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

This text font color is #8165AC.


Background Color

.myBgColor { background-color: #8165AC; }

<div style="background-color:#8165AC">Inner text</div>

This div background color is #8165AC.


Border color

.myBorderColor { border: 1px solid #8165AC; }

<div style="border:3px solid #8165AC">Div</div>

This div border color is #8165AC.


Opacity

.myOpacity80 { color: #8165AC; opacity: 0.8; }

<p style="color:#8165AC;opacity:0.8;">80%</p>

Text with #8165AC 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 #8165AC;}

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

This text has shadow with #8165AC color.

.textShadow {text-shadow: 3px 3px 1px #8165AC, 3px 3px 1px red;}

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

This text has shadow with #8165AC primary color and red secondary color.


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

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

This text has shadow with #8165AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8165AC on black background.


Color preview on white background

This text has color #8165AC on white background.



Black color preview on #8165AC background

This text has black color on #8165AC background.


White color preview on #8165AC background

This text has white color on #8165AC background.