COLOR #9585B6

HEX: #9585B6
RGB: (149,133,182)

Color info

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

RGB color model

#9585B6 color RGB value is (149,133,182).

  • red value is 149;
  • green value is 133;
  • blue value is 182.
RGB:
(149,133,182)
(58%,52%,71%)

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 182 of 255 = 71%

149
133
182

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 182 = 464 (100%)
R 149 of 464 ~ 32.11%
G 133 of 464 ~ 28.66%
B 182 of 464 ~ 39.22%

%32.11
%28.66
%39.22

CMYK color model

#9585B6 color CMYK value is (18,27,0,29).

  • cyan value is 18.13%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(18,27,0,29)
C18M27Y0K29 
(18%,27%,0%,29%)
(0.18/0.27/0.00/0.29)	

CMYK percentages

%18.13
%26.92
%0
%28.63

Codes

Color #9585B6 in popluar color models

9585B6
RGB149133182
HSL260°25.13%61.76%
HSB/HSV260°26.92%71.37%
CMYK18.13%26.92%0.00%
28.63%

Color #9585B6 in popluar number systems.

HEX9585B6
Decimal149133182
Binary100101011000010110110110
Octal225205266

Shades and tints

Shades of #9585B6

#9585B6
(149,133,182)
#8879A6
(136,121,166)
#7B6D96
(123,109,150)
#6E6186
(110,97,134)
#615576
(97,85,118)
#544966
(84,73,102)
#473D56
(71,61,86)
#3A3146
(58,49,70)
#2D2536
(45,37,54)
#201926
(32,25,38)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #9585B6

#9585B6
(149,133,182)
#9E90BC
(158,144,188)
#A79BC2
(167,155,194)
#B0A6C8
(176,166,200)
#B9B1CE
(185,177,206)
#C2BCD4
(194,188,212)
#CBC7DA
(203,199,218)
#D4D2E0
(212,210,224)
#DDDDE6
(221,221,230)
#E6E8EC
(230,232,236)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9585B6 color. Also use rgb(149,133,182) instead hex code.

Text Font Color

.myTextColor { color: #9585B6; }

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

This text font color is #9585B6.


Background Color

.myBgColor { background-color: #9585B6; }

<div style="background-color:#9585B6">Inner text</div>

This div background color is #9585B6.


Border color

.myBorderColor { border: 1px solid #9585B6; }

<div style="border:3px solid #9585B6">Div</div>

This div border color is #9585B6.


Opacity

.myOpacity80 { color: #9585B6; opacity: 0.8; }

<p style="color:#9585B6;opacity:0.8;">80%</p>

Text with #9585B6 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 #9585B6;}

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

This text has shadow with #9585B6 color.

.textShadow {text-shadow: 3px 3px 1px #9585B6, 3px 3px 1px red;}

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

This text has shadow with #9585B6 primary color and red secondary color.


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

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

This text has shadow with #9585B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9585B6 on black background.


Color preview on white background

This text has color #9585B6 on white background.



Black color preview on #9585B6 background

This text has black color on #9585B6 background.


White color preview on #9585B6 background

This text has white color on #9585B6 background.