COLOR #8582AE

HEX: #8582AE
RGB: (133,130,174)

Color info

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

RGB color model

#8582AE color RGB value is (133,130,174).

  • red value is 133;
  • green value is 130;
  • blue value is 174.
RGB:
(133,130,174)
(52%,51%,68%)

RGB channels and saturation

R 133 of 255 = 52%
G 130 of 255 = 51%
B 174 of 255 = 68%

133
130
174

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

Portions of RGB colors in percentages

R + G + B =
133 + 130 + 174 = 437 (100%)
R 133 of 437 ~ 30.43%
G 130 of 437 ~ 29.75%
B 174 of 437 ~ 39.82%

%30.43
%29.75
%39.82

CMYK color model

#8582AE color CMYK value is (24,25,0,32).

  • cyan value is 23.56%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(24,25,0,32)
C24M25Y0K32 
(24%,25%,0%,32%)
(0.24/0.25/0.00/0.32)	

CMYK percentages

%23.56
%25.29
%0
%31.76

Codes

Color #8582AE in popluar color models

8582AE
RGB133130174
HSL244°21.36%59.61%
HSB/HSV244°25.29%68.24%
CMYK23.56%25.29%0.00%
31.76%

Color #8582AE in popluar number systems.

HEX8582AE
Decimal133130174
Binary100001011000001010101110
Octal205202256

Shades and tints

Shades of #8582AE

#8582AE
(133,130,174)
#79779F
(121,119,159)
#6D6C90
(109,108,144)
#616181
(97,97,129)
#555672
(85,86,114)
#494B63
(73,75,99)
#3D4054
(61,64,84)
#313545
(49,53,69)
#252A36
(37,42,54)
#191F27
(25,31,39)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #8582AE

#8582AE
(133,130,174)
#908DB5
(144,141,181)
#9B98BC
(155,152,188)
#A6A3C3
(166,163,195)
#B1AECA
(177,174,202)
#BCB9D1
(188,185,209)
#C7C4D8
(199,196,216)
#D2CFDF
(210,207,223)
#DDDAE6
(221,218,230)
#E8E5ED
(232,229,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8582AE; }

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

This text font color is #8582AE.


Background Color

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

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

This div background color is #8582AE.


Border color

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

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

This div border color is #8582AE.


Opacity

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

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

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

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

This text has shadow with #8582AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8582AE on black background.


Color preview on white background

This text has color #8582AE on white background.



Black color preview on #8582AE background

This text has black color on #8582AE background.


White color preview on #8582AE background

This text has white color on #8582AE background.