COLOR #8580DA

HEX: #8580DA
RGB: (133,128,218)

Color info

#8580DA contains mainly blue color. Web safe color of #8580DA is #9966CC (or #96C).

RGB color model

#8580DA color RGB value is (133,128,218).

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

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 218 of 255 = 85%

133
128
218

R + G + B ~ 62%. #8580DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 218 = 479 (100%)
R 133 of 479 ~ 27.77%
G 128 of 479 ~ 26.72%
B 218 of 479 ~ 45.51%

%27.77
%26.72
%45.51

CMYK color model

#8580DA color CMYK value is (39,41,0,15).

  • cyan value is 38.99%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(39,41,0,15)
C39M41Y0K15 
(39%,41%,0%,15%)
(0.39/0.41/0.00/0.15)	

CMYK percentages

%38.99
%41.28
%0
%14.51

Codes

Color #8580DA in popluar color models

8580DA
RGB133128218
HSL243°54.88%67.84%
HSB/HSV243°41.28%85.49%
CMYK38.99%41.28%0.00%
14.51%

Color #8580DA in popluar number systems.

HEX8580DA
Decimal133128218
Binary100001011000000011011010
Octal205200332

Shades and tints

Shades of #8580DA

#8580DA
(133,128,218)
#7975C7
(121,117,199)
#6D6AB4
(109,106,180)
#615FA1
(97,95,161)
#55548E
(85,84,142)
#49497B
(73,73,123)
#3D3E68
(61,62,104)
#313355
(49,51,85)
#252842
(37,40,66)
#191D2F
(25,29,47)
#0D121C
(13,18,28)
#000000
(0,0,0)

Tints of #8580DA

#8580DA
(133,128,218)
#908BDD
(144,139,221)
#9B96E0
(155,150,224)
#A6A1E3
(166,161,227)
#B1ACE6
(177,172,230)
#BCB7E9
(188,183,233)
#C7C2EC
(199,194,236)
#D2CDEF
(210,205,239)
#DDD8F2
(221,216,242)
#E8E3F5
(232,227,245)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8580DA; }

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

This text font color is #8580DA.


Background Color

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

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

This div background color is #8580DA.


Border color

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

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

This div border color is #8580DA.


Opacity

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

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

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

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

This text has shadow with #8580DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8580DA on black background.


Color preview on white background

This text has color #8580DA on white background.



Black color preview on #8580DA background

This text has black color on #8580DA background.


White color preview on #8580DA background

This text has white color on #8580DA background.