COLOR #8582BA

HEX: #8582BA RGB: (133,130,186)

Color info

#8582BA contains red, green and blue colors in about the same proportion. Web safe color of #8582BA is #9999CC (or #99C).

RGB color model

#8582BA color RGB value is (133,130,186).

RGB: (133,130,186) (52%, 51%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 186 of 255 = 73%

133
130
186

R + G + B ~ 59%. #8582BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 130 + 186 = 449 (100%)
R 133 of 449 ~ 29.62%
G 130 of 449 ~ 28.95%
B 186 of 449 ~ 41.43'%

%29.62
%28.95
%41.43

CMYK color model

#8582BA color CMYK value is (28,30,0,27).

  • cyan value is 28.49%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (28,30,0,27) C28M30Y0K27 (28%,30%,0%,27%) (0.28/0.30/0.00/0.27) 

CMYK percentages

%28.49
%30.11
%0
%27.06

Codes

Color #8582BA in popluar color models

85 82 BA
RGB 133 130 186
HSL 243° 28.87% 61.96%
HSB/HSV 243° 30.11% 72.94%
CMYK 28.49% 30.11% 0.00%
27.06%

Color #8582BA in popluar number systems.

HEX 85 82 BA
Decimal 133 130 186
Binary 10000101 10000010 10111010
Octal 205 202 272

Shades and tints

Shades of #8582BA

#8582BA
(133,130,186)
#7977AA
(121,119,170)
#6D6C9A
(109,108,154)
#61618A
(97,97,138)
#55567A
(85,86,122)
#494B6A
(73,75,106)
#3D405A
(61,64,90)
#31354A
(49,53,74)
#252A3A
(37,42,58)
#191F2A
(25,31,42)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #8582BA

#8582BA
(133,130,186)
#908DC0
(144,141,192)
#9B98C6
(155,152,198)
#A6A3CC
(166,163,204)
#B1AED2
(177,174,210)
#BCB9D8
(188,185,216)
#C7C4DE
(199,196,222)
#D2CFE4
(210,207,228)
#DDDAEA
(221,218,234)
#E8E5F0
(232,229,240)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8582BA color. Also use rgb(133,130,186) instead hex code.

Text Font Color

.myTextColor { color: #8582BA; }

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

This text font color is #8582BA.

Background Color

.myBgColor { background-color: #8582BA; }

<div style="background-color:#8582BA">Inner text</div>

This div background color is #8582BA.

Border color

.myBorderColor { border: 1px solid #8582BA; }

<div style="border:3px solid #8582BA">Div</div>

This div border color is #8582BA.

Opacity

.myOpacity80 { color: #8582BA; opacity: 0.8; }

<p style="color:#8582BA;opacity:0.8;">80%</p>

Text with #8582BA 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 #8582BA;}

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

This text has shadow with #8582BA color.


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

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

This text has shadow with #8582BA primary color and red secondary color.


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

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

This text has shadow with #8582BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8582BA.

Preview

Color preview on black background

This text has color #8582BA on black background.


Color preview on white background

This text has color #8582BA on white background.


Black color preview on #8582BA background

This text has black color on #8582BA background.


White color preview on #8582BA background

This text has white color on #8582BA background.


Related colors

Complementary color

Complementary color for #hex is #7A7D45.


I love getcolorcode.com

Triadic colors

1 #BA8582 and #82BA85 with #8582BA are triadic colors.

2 #BA8285 and #8285BA with #8582BA are triadic colors.