COLOR #9583A1

HEX: #9583A1
RGB: (149,131,161)

Color info

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

RGB color model

#9583A1 color RGB value is (149,131,161).

  • red value is 149;
  • green value is 131;
  • blue value is 161.
RGB:
(149,131,161)
(58%,51%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 161 of 255 = 63%

149
131
161

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 161 = 441 (100%)
R 149 of 441 ~ 33.79%
G 131 of 441 ~ 29.71%
B 161 of 441 ~ 36.51%

%33.79
%29.71
%36.51

CMYK color model

#9583A1 color CMYK value is (7,19,0,37).

  • cyan value is 7.45%
  • magenta value is 18.63%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,19,0,37)
C7M19Y0K37 
(7%,19%,0%,37%)
(0.07/0.19/0.00/0.37)	

CMYK percentages

%7.45
%18.63
%0
%36.86

Codes

Color #9583A1 in popluar color models

9583A1
RGB149131161
HSL276°13.76%57.25%
HSB/HSV276°18.63%63.14%
CMYK7.45%18.63%0.00%
36.86%

Color #9583A1 in popluar number systems.

HEX9583A1
Decimal149131161
Binary100101011000001110100001
Octal225203241

Shades and tints

Shades of #9583A1

#9583A1
(149,131,161)
#887893
(136,120,147)
#7B6D85
(123,109,133)
#6E6277
(110,98,119)
#615769
(97,87,105)
#544C5B
(84,76,91)
#47414D
(71,65,77)
#3A363F
(58,54,63)
#2D2B31
(45,43,49)
#202023
(32,32,35)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #9583A1

#9583A1
(149,131,161)
#9E8EA9
(158,142,169)
#A799B1
(167,153,177)
#B0A4B9
(176,164,185)
#B9AFC1
(185,175,193)
#C2BAC9
(194,186,201)
#CBC5D1
(203,197,209)
#D4D0D9
(212,208,217)
#DDDBE1
(221,219,225)
#E6E6E9
(230,230,233)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9583A1; }

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

This text font color is #9583A1.


Background Color

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

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

This div background color is #9583A1.


Border color

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

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

This div border color is #9583A1.


Opacity

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

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

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

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

This text has shadow with #9583A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9583A1 on black background.


Color preview on white background

This text has color #9583A1 on white background.



Black color preview on #9583A1 background

This text has black color on #9583A1 background.


White color preview on #9583A1 background

This text has white color on #9583A1 background.