COLOR #9585AC

HEX: #9585AC
RGB: (149,133,172)

Color info

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

RGB color model

#9585AC color RGB value is (149,133,172).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 172 of 255 = 67%

149
133
172

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 172 = 454 (100%)
R 149 of 454 ~ 32.82%
G 133 of 454 ~ 29.3%
B 172 of 454 ~ 37.89%

%32.82
%29.3
%37.89

CMYK color model

#9585AC color CMYK value is (13,23,0,33).

  • cyan value is 13.37%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,23,0,33)
C13M23Y0K33 
(13%,23%,0%,33%)
(0.13/0.23/0.00/0.33)	

CMYK percentages

%13.37
%22.67
%0
%32.55

Codes

Color #9585AC in popluar color models

9585AC
RGB149133172
HSL265°19.02%59.80%
HSB/HSV265°22.67%67.45%
CMYK13.37%22.67%0.00%
32.55%

Color #9585AC in popluar number systems.

HEX9585AC
Decimal149133172
Binary100101011000010110101100
Octal225205254

Shades and tints

Shades of #9585AC

#9585AC
(149,133,172)
#88799D
(136,121,157)
#7B6D8E
(123,109,142)
#6E617F
(110,97,127)
#615570
(97,85,112)
#544961
(84,73,97)
#473D52
(71,61,82)
#3A3143
(58,49,67)
#2D2534
(45,37,52)
#201925
(32,25,37)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #9585AC

#9585AC
(149,133,172)
#9E90B3
(158,144,179)
#A79BBA
(167,155,186)
#B0A6C1
(176,166,193)
#B9B1C8
(185,177,200)
#C2BCCF
(194,188,207)
#CBC7D6
(203,199,214)
#D4D2DD
(212,210,221)
#DDDDE4
(221,221,228)
#E6E8EB
(230,232,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9585AC; }

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

This text font color is #9585AC.


Background Color

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

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

This div background color is #9585AC.


Border color

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

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

This div border color is #9585AC.


Opacity

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

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

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

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

This text has shadow with #9585AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9585AC on black background.


Color preview on white background

This text has color #9585AC on white background.



Black color preview on #9585AC background

This text has black color on #9585AC background.


White color preview on #9585AC background

This text has white color on #9585AC background.