COLOR #8275A9

HEX: #8275A9 RGB: (130,117,169)

Color info

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

RGB color model

#8275A9 color RGB value is (130,117,169).

RGB: (130,117,169) (51%, 46%, 66%)

RGB channels and saturation

R 130 of 255 = 51%
G 117 of 255 = 46%
B 169 of 255 = 66%

130
117
169

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

Portions of RGB colors in percentages

R + G + B = 130 + 117 + 169 = 416 (100%)
R 130 of 416 ~ 31.25%
G 117 of 416 ~ 28.13%
B 169 of 416 ~ 40.63'%

%31.25
%28.13
%40.63

CMYK color model

#8275A9 color CMYK value is (23,31,0,34).

  • cyan value is 23.08%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (23,31,0,34)
C23M31Y0K34 (23%, 31%, 0%, 34%)
(0.23 / 0.31 / 0.00 / 0.34)

CMYK percentages

%23.08
%30.77
%0
%33.73

Codes

Color #8275A9 in popluar color models

82 75 A9
RGB 130 117 169
HSL 255° 23.21% 56.08%
HSB/HSV 255° 30.77% 66.27%
CMYK 23.08% 30.77% 0.00%
33.73%

Color #8275A9 in popluar number systems.

HEX 82 75 A9
Decimal 130 117 169
Binary 10000010 1110101 10101001
Octal 202 165 251

Shades and tints

Shades of #8275A9

#8275A9
(130,117,169)
#776B9A
(119,107,154)
#6C618B
(108,97,139)
#61577C
(97,87,124)
#564D6D
(86,77,109)
#4B435E
(75,67,94)
#40394F
(64,57,79)
#352F40
(53,47,64)
#2A2531
(42,37,49)
#1F1B22
(31,27,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #8275A9

#8275A9
(130,117,169)
#8D81B0
(141,129,176)
#988DB7
(152,141,183)
#A399BE
(163,153,190)
#AEA5C5
(174,165,197)
#B9B1CC
(185,177,204)
#C4BDD3
(196,189,211)
#CFC9DA
(207,201,218)
#DAD5E1
(218,213,225)
#E5E1E8
(229,225,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8275A9 color. Also use rgb(130,117,169) instead hex code.

Text Font Color

.myTextColor { color: #8275A9; }

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

This text font color is #8275A9.

Background Color

.myBgColor { background-color: #8275A9; }

<div style="background-color:#8275A9">Inner text</div>

This div background color is #8275A9.

Border color

.myBorderColor { border: 1px solid #8275A9; }

<div style="border:3px solid #8275A9">Div</div>

This div border color is #8275A9.

Opacity

.myOpacity80 { color: #8275A9; opacity: 0.8; }

<p style="color:#8275A9;opacity:0.8;">80%</p>

Text with #8275A9 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 #8275A9;}

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

This text has shadow with #8275A9 color.


.textShadow {text-shadow: 3px 3px 1px #8275A9', 3px 3px 1px red;}

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

This text has shadow with #8275A9 primary color and red secondary color.


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

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

This text has shadow with #8275A9 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8275A9; -webkit-box-shadow: 1px 1px 3px 2px #8275A9; box-shadow:1px 1px 3px 2px #8275A9;">
Div content here
</div>

This div box has shadow with color #8275A9.

Preview

Color preview on black background

This text has color #8275A9 on black background.


Color preview on white background

This text has color #8275A9 on white background.


Black color preview on #8275A9 background

This text has black color on #8275A9 background.


White color preview on #8275A9 background

This text has white color on #8275A9 background.


Related colors

Complementary color

Complementary color for #hex is #7D8A56.


I love getcolorcode.com

Triadic colors

1 #A98275 and #75A982 with #8275A9 are triadic colors.

2 #A97582 and #7582A9 with #8275A9 are triadic colors.