COLOR #9583AD

HEX: #9583AD RGB: (149,131,173)

Color info

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

RGB color model

#9583AD color RGB value is (149,131,173).

RGB: (149,131,173) (58%, 51%, 68%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 173 of 255 = 68%

149
131
173

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

Portions of RGB colors in percentages

R + G + B = 149 + 131 + 173 = 453 (100%)
R 149 of 453 ~ 32.89%
G 131 of 453 ~ 28.92%
B 173 of 453 ~ 38.19'%

%32.89
%28.92
%38.19

CMYK color model

#9583AD color CMYK value is (14,24,0,32).

  • cyan value is 13.87%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (14,24,0,32) C14M24Y0K32 (14%,24%,0%,32%) (0.14/0.24/0.00/0.32) 

CMYK percentages

%13.87
%24.28
%0
%32.16

Codes

Color #9583AD in popluar color models

95 83 AD
RGB 149 131 173
HSL 266° 20.39% 59.61%
HSB/HSV 266° 24.28% 67.84%
CMYK 13.87% 24.28% 0.00%
32.16%

Color #9583AD in popluar number systems.

HEX 95 83 AD
Decimal 149 131 173
Binary 10010101 10000011 10101101
Octal 225 203 255

Shades and tints

Shades of #9583AD

#9583AD
(149,131,173)
#88789E
(136,120,158)
#7B6D8F
(123,109,143)
#6E6280
(110,98,128)
#615771
(97,87,113)
#544C62
(84,76,98)
#474153
(71,65,83)
#3A3644
(58,54,68)
#2D2B35
(45,43,53)
#202026
(32,32,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9583AD

#9583AD
(149,131,173)
#9E8EB4
(158,142,180)
#A799BB
(167,153,187)
#B0A4C2
(176,164,194)
#B9AFC9
(185,175,201)
#C2BAD0
(194,186,208)
#CBC5D7
(203,197,215)
#D4D0DE
(212,208,222)
#DDDBE5
(221,219,229)
#E6E6EC
(230,230,236)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9583AD color. Also use rgb(149,131,173) instead hex code.

Text Font Color

.myTextColor { color: #9583AD; }

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

This text font color is #9583AD.

Background Color

.myBgColor { background-color: #9583AD; }

<div style="background-color:#9583AD">Inner text</div>

This div background color is #9583AD.

Border color

.myBorderColor { border: 1px solid #9583AD; }

<div style="border:3px solid #9583AD">Div</div>

This div border color is #9583AD.

Opacity

.myOpacity80 { color: #9583AD; opacity: 0.8; }

<p style="color:#9583AD;opacity:0.8;">80%</p>

Text with #9583AD 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 #9583AD;}

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

This text has shadow with #9583AD color.


.textShadow {text-shadow: 3px 3px 1px #9583AD', 3px 3px 1px red;}

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

This text has shadow with #9583AD primary color and red secondary color.


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

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

This text has shadow with #9583AD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9583AD; -webkit-box-shadow: 1px 1px 3px 2px #9583AD; box-shadow:1px 1px 3px 2px #9583AD;">
Div content here
</div>

This div box has shadow with color #9583AD.

Preview

Color preview on black background

This text has color #9583AD on black background.


Color preview on white background

This text has color #9583AD on white background.


Black color preview on #9583AD background

This text has black color on #9583AD background.


White color preview on #9583AD background

This text has white color on #9583AD background.


Related colors

Complementary color

Complementary color for #hex is #6A7C52.


I love getcolorcode.com

Triadic colors

1 #AD9583 and #83AD95 with #9583AD are triadic colors.

2 #AD8395 and #8395AD with #9583AD are triadic colors.