COLOR #9583CE

HEX: #9583CE RGB: (149,131,206)

Color info

#9583CE contains mainly red and blue colors. Web safe color of #9583CE is #9999CC (or #99C).

RGB color model

#9583CE color RGB value is (149,131,206).

RGB: (149,131,206) (58%, 51%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 206 of 255 = 81%

149
131
206

R + G + B ~ 63%. #9583CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 131 + 206 = 486 (100%)
R 149 of 486 ~ 30.66%
G 131 of 486 ~ 26.95%
B 206 of 486 ~ 42.39'%

%30.66
%26.95
%42.39

CMYK color model

#9583CE color CMYK value is (28,36,0,19).

  • cyan value is 27.67%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (28,36,0,19)
C28M36Y0K19 (28%, 36%, 0%, 19%)
(0.28 / 0.36 / 0.00 / 0.19)

CMYK percentages

%27.67
%36.41
%0
%19.22

Codes

Color #9583CE in popluar color models

95 83 CE
RGB 149 131 206
HSL 254° 43.35% 66.08%
HSB/HSV 254° 36.41% 80.78%
CMYK 27.67% 36.41% 0.00%
19.22%

Color #9583CE in popluar number systems.

HEX 95 83 CE
Decimal 149 131 206
Binary 10010101 10000011 11001110
Octal 225 203 316

Shades and tints

Shades of #9583CE

#9583CE
(149,131,206)
#8878BC
(136,120,188)
#7B6DAA
(123,109,170)
#6E6298
(110,98,152)
#615786
(97,87,134)
#544C74
(84,76,116)
#474162
(71,65,98)
#3A3650
(58,54,80)
#2D2B3E
(45,43,62)
#20202C
(32,32,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #9583CE

#9583CE
(149,131,206)
#9E8ED2
(158,142,210)
#A799D6
(167,153,214)
#B0A4DA
(176,164,218)
#B9AFDE
(185,175,222)
#C2BAE2
(194,186,226)
#CBC5E6
(203,197,230)
#D4D0EA
(212,208,234)
#DDDBEE
(221,219,238)
#E6E6F2
(230,230,242)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9583CE; }

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

This text font color is #9583CE.

Background Color

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

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

This div background color is #9583CE.

Border color

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

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

This div border color is #9583CE.

Opacity

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

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

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

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

This text has shadow with #9583CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9583CE.

Preview

Color preview on black background

This text has color #9583CE on black background.


Color preview on white background

This text has color #9583CE on white background.


Black color preview on #9583CE background

This text has black color on #9583CE background.


White color preview on #9583CE background

This text has white color on #9583CE background.


Related colors

Complementary color

Complementary color for #hex is #6A7C31.


I love getcolorcode.com

Triadic colors

1 #CE9583 and #83CE95 with #9583CE are triadic colors.

2 #CE8395 and #8395CE with #9583CE are triadic colors.