COLOR #8580B3

HEX: #8580B3
RGB: (133,128,179)

Color info

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

RGB color model

#8580B3 color RGB value is (133,128,179).

  • red value is 133;
  • green value is 128;
  • blue value is 179.
RGB:
(133,128,179)
(52%,50%,70%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 179 of 255 = 70%

133
128
179

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 179 = 440 (100%)
R 133 of 440 ~ 30.23%
G 128 of 440 ~ 29.09%
B 179 of 440 ~ 40.68%

%30.23
%29.09
%40.68

CMYK color model

#8580B3 color CMYK value is (26,28,0,30).

  • cyan value is 25.70%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(26,28,0,30)
C26M28Y0K30 
(26%,28%,0%,30%)
(0.26/0.28/0.00/0.30)	

CMYK percentages

%25.7
%28.49
%0
%29.8

Codes

Color #8580B3 in popluar color models

8580B3
RGB133128179
HSL246°25.12%60.20%
HSB/HSV246°28.49%70.20%
CMYK25.70%28.49%0.00%
29.80%

Color #8580B3 in popluar number systems.

HEX8580B3
Decimal133128179
Binary100001011000000010110011
Octal205200263

Shades and tints

Shades of #8580B3

#8580B3
(133,128,179)
#7975A3
(121,117,163)
#6D6A93
(109,106,147)
#615F83
(97,95,131)
#555473
(85,84,115)
#494963
(73,73,99)
#3D3E53
(61,62,83)
#313343
(49,51,67)
#252833
(37,40,51)
#191D23
(25,29,35)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #8580B3

#8580B3
(133,128,179)
#908BB9
(144,139,185)
#9B96BF
(155,150,191)
#A6A1C5
(166,161,197)
#B1ACCB
(177,172,203)
#BCB7D1
(188,183,209)
#C7C2D7
(199,194,215)
#D2CDDD
(210,205,221)
#DDD8E3
(221,216,227)
#E8E3E9
(232,227,233)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8580B3 color. Also use rgb(133,128,179) instead hex code.

Text Font Color

.myTextColor { color: #8580B3; }

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

This text font color is #8580B3.


Background Color

.myBgColor { background-color: #8580B3; }

<div style="background-color:#8580B3">Inner text</div>

This div background color is #8580B3.


Border color

.myBorderColor { border: 1px solid #8580B3; }

<div style="border:3px solid #8580B3">Div</div>

This div border color is #8580B3.


Opacity

.myOpacity80 { color: #8580B3; opacity: 0.8; }

<p style="color:#8580B3;opacity:0.8;">80%</p>

Text with #8580B3 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 #8580B3;}

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

This text has shadow with #8580B3 color.

.textShadow {text-shadow: 3px 3px 1px #8580B3, 3px 3px 1px red;}

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

This text has shadow with #8580B3 primary color and red secondary color.


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

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

This text has shadow with #8580B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8580B3 on black background.


Color preview on white background

This text has color #8580B3 on white background.



Black color preview on #8580B3 background

This text has black color on #8580B3 background.


White color preview on #8580B3 background

This text has white color on #8580B3 background.