COLOR #9582B8

HEX: #9582B8
RGB: (149,130,184)

Color info

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

RGB color model

#9582B8 color RGB value is (149,130,184).

  • red value is 149;
  • green value is 130;
  • blue value is 184.
RGB:
(149,130,184)
(58%,51%,72%)

RGB channels and saturation

R 149 of 255 = 58%
G 130 of 255 = 51%
B 184 of 255 = 72%

149
130
184

R + G + B ~ 60%. #9582B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 130 + 184 = 463 (100%)
R 149 of 463 ~ 32.18%
G 130 of 463 ~ 28.08%
B 184 of 463 ~ 39.74%

%32.18
%28.08
%39.74

CMYK color model

#9582B8 color CMYK value is (19,29,0,28).

  • cyan value is 19.02%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(19,29,0,28)
C19M29Y0K28 
(19%,29%,0%,28%)
(0.19/0.29/0.00/0.28)	

CMYK percentages

%19.02
%29.35
%0
%27.84

Codes

Color #9582B8 in popluar color models

9582B8
RGB149130184
HSL261°27.55%61.57%
HSB/HSV261°29.35%72.16%
CMYK19.02%29.35%0.00%
27.84%

Color #9582B8 in popluar number systems.

HEX9582B8
Decimal149130184
Binary100101011000001010111000
Octal225202270

Shades and tints

Shades of #9582B8

#9582B8
(149,130,184)
#8877A8
(136,119,168)
#7B6C98
(123,108,152)
#6E6188
(110,97,136)
#615678
(97,86,120)
#544B68
(84,75,104)
#474058
(71,64,88)
#3A3548
(58,53,72)
#2D2A38
(45,42,56)
#201F28
(32,31,40)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #9582B8

#9582B8
(149,130,184)
#9E8DBE
(158,141,190)
#A798C4
(167,152,196)
#B0A3CA
(176,163,202)
#B9AED0
(185,174,208)
#C2B9D6
(194,185,214)
#CBC4DC
(203,196,220)
#D4CFE2
(212,207,226)
#DDDAE8
(221,218,232)
#E6E5EE
(230,229,238)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9582B8 color. Also use rgb(149,130,184) instead hex code.

Text Font Color

.myTextColor { color: #9582B8; }

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

This text font color is #9582B8.


Background Color

.myBgColor { background-color: #9582B8; }

<div style="background-color:#9582B8">Inner text</div>

This div background color is #9582B8.


Border color

.myBorderColor { border: 1px solid #9582B8; }

<div style="border:3px solid #9582B8">Div</div>

This div border color is #9582B8.


Opacity

.myOpacity80 { color: #9582B8; opacity: 0.8; }

<p style="color:#9582B8;opacity:0.8;">80%</p>

Text with #9582B8 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 #9582B8;}

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

This text has shadow with #9582B8 color.

.textShadow {text-shadow: 3px 3px 1px #9582B8, 3px 3px 1px red;}

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

This text has shadow with #9582B8 primary color and red secondary color.


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

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

This text has shadow with #9582B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9582B8 on black background.


Color preview on white background

This text has color #9582B8 on white background.



Black color preview on #9582B8 background

This text has black color on #9582B8 background.


White color preview on #9582B8 background

This text has white color on #9582B8 background.