COLOR #8582B0

HEX: #8582B0 RGB: (133,130,176)

Color info

#8582B0 contains red, green and blue colors in about the same proportion. Web safe color of #8582B0 is #999999 (or #999).

RGB color model

#8582B0 color RGB value is (133,130,176).

RGB: (133,130,176) (52%, 51%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 176 of 255 = 69%

133
130
176

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

Portions of RGB colors in percentages

R + G + B = 133 + 130 + 176 = 439 (100%)
R 133 of 439 ~ 30.3%
G 130 of 439 ~ 29.61%
B 176 of 439 ~ 40.09'%

%30.3
%29.61
%40.09

CMYK color model

#8582B0 color CMYK value is (24,26,0,31).

  • cyan value is 24.43%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (24,26,0,31)
C24M26Y0K31 (24%, 26%, 0%, 31%)
(0.24 / 0.26 / 0.00 / 0.31)

CMYK percentages

%24.43
%26.14
%0
%30.98

Codes

Color #8582B0 in popluar color models

85 82 B0
RGB 133 130 176
HSL 244° 22.55% 60.00%
HSB/HSV 244° 26.14% 69.02%
CMYK 24.43% 26.14% 0.00%
30.98%

Color #8582B0 in popluar number systems.

HEX 85 82 B0
Decimal 133 130 176
Binary 10000101 10000010 10110000
Octal 205 202 260

Shades and tints

Shades of #8582B0

#8582B0
(133,130,176)
#7977A0
(121,119,160)
#6D6C90
(109,108,144)
#616180
(97,97,128)
#555670
(85,86,112)
#494B60
(73,75,96)
#3D4050
(61,64,80)
#313540
(49,53,64)
#252A30
(37,42,48)
#191F20
(25,31,32)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8582B0

#8582B0
(133,130,176)
#908DB7
(144,141,183)
#9B98BE
(155,152,190)
#A6A3C5
(166,163,197)
#B1AECC
(177,174,204)
#BCB9D3
(188,185,211)
#C7C4DA
(199,196,218)
#D2CFE1
(210,207,225)
#DDDAE8
(221,218,232)
#E8E5EF
(232,229,239)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8582B0; }

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

This text font color is #8582B0.

Background Color

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

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

This div background color is #8582B0.

Border color

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

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

This div border color is #8582B0.

Opacity

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

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

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

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

This text has shadow with #8582B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8582B0.

Preview

Color preview on black background

This text has color #8582B0 on black background.


Color preview on white background

This text has color #8582B0 on white background.


Black color preview on #8582B0 background

This text has black color on #8582B0 background.


White color preview on #8582B0 background

This text has white color on #8582B0 background.


Related colors

Complementary color

Complementary color for #hex is #7A7D4F.


I love getcolorcode.com

Triadic colors

1 #B08582 and #82B085 with #8582B0 are triadic colors.

2 #B08285 and #8285B0 with #8582B0 are triadic colors.