COLOR #9583D9

HEX: #9583D9 RGB: (149,131,217)

Color info

#9583D9 contains mainly blue color. Web safe color of #9583D9 is #9999CC (or #99C).

RGB color model

#9583D9 color RGB value is (149,131,217).

RGB: (149,131,217) (58%, 51%, 85%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 217 of 255 = 85%

149
131
217

R + G + B ~ 65%. #9583D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 131 + 217 = 497 (100%)
R 149 of 497 ~ 29.98%
G 131 of 497 ~ 26.36%
B 217 of 497 ~ 43.66'%

%29.98
%26.36
%43.66

CMYK color model

#9583D9 color CMYK value is (31,40,0,15).

  • cyan value is 31.34%
  • magenta value is 39.63%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (31,40,0,15)
C31M40Y0K15 (31%, 40%, 0%, 15%)
(0.31 / 0.40 / 0.00 / 0.15)

CMYK percentages

%31.34
%39.63
%0
%14.9

Codes

Color #9583D9 in popluar color models

95 83 D9
RGB 149 131 217
HSL 253° 53.09% 68.24%
HSB/HSV 253° 39.63% 85.10%
CMYK 31.34% 39.63% 0.00%
14.90%

Color #9583D9 in popluar number systems.

HEX 95 83 D9
Decimal 149 131 217
Binary 10010101 10000011 11011001
Octal 225 203 331

Shades and tints

Shades of #9583D9

#9583D9
(149,131,217)
#8878C6
(136,120,198)
#7B6DB3
(123,109,179)
#6E62A0
(110,98,160)
#61578D
(97,87,141)
#544C7A
(84,76,122)
#474167
(71,65,103)
#3A3654
(58,54,84)
#2D2B41
(45,43,65)
#20202E
(32,32,46)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #9583D9

#9583D9
(149,131,217)
#9E8EDC
(158,142,220)
#A799DF
(167,153,223)
#B0A4E2
(176,164,226)
#B9AFE5
(185,175,229)
#C2BAE8
(194,186,232)
#CBC5EB
(203,197,235)
#D4D0EE
(212,208,238)
#DDDBF1
(221,219,241)
#E6E6F4
(230,230,244)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9583D9; }

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

This text font color is #9583D9.

Background Color

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

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

This div background color is #9583D9.

Border color

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

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

This div border color is #9583D9.

Opacity

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

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

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

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

This text has shadow with #9583D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9583D9.

Preview

Color preview on black background

This text has color #9583D9 on black background.


Color preview on white background

This text has color #9583D9 on white background.


Black color preview on #9583D9 background

This text has black color on #9583D9 background.


White color preview on #9583D9 background

This text has white color on #9583D9 background.


Related colors

Complementary color

Complementary color for #hex is #6A7C26.


I love getcolorcode.com

Triadic colors

1 #D99583 and #83D995 with #9583D9 are triadic colors.

2 #D98395 and #8395D9 with #9583D9 are triadic colors.