COLOR #9585DA

HEX: #9585DA
RGB: (149,133,218)

Color info

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

RGB color model

#9585DA color RGB value is (149,133,218).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 218 of 255 = 85%

149
133
218

R + G + B ~ 65%. #9585DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 218 = 500 (100%)
R 149 of 500 ~ 29.8%
G 133 of 500 ~ 26.6%
B 218 of 500 ~ 43.6%

%29.8
%26.6
%43.6

CMYK color model

#9585DA color CMYK value is (32,39,0,15).

  • cyan value is 31.65%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(32,39,0,15)
C32M39Y0K15 
(32%,39%,0%,15%)
(0.32/0.39/0.00/0.15)	

CMYK percentages

%31.65
%38.99
%0
%14.51

Codes

Color #9585DA in popluar color models

9585DA
RGB149133218
HSL251°53.46%68.82%
HSB/HSV251°38.99%85.49%
CMYK31.65%38.99%0.00%
14.51%

Color #9585DA in popluar number systems.

HEX9585DA
Decimal149133218
Binary100101011000010111011010
Octal225205332

Shades and tints

Shades of #9585DA

#9585DA
(149,133,218)
#8879C7
(136,121,199)
#7B6DB4
(123,109,180)
#6E61A1
(110,97,161)
#61558E
(97,85,142)
#54497B
(84,73,123)
#473D68
(71,61,104)
#3A3155
(58,49,85)
#2D2542
(45,37,66)
#20192F
(32,25,47)
#130D1C
(19,13,28)
#000000
(0,0,0)

Tints of #9585DA

#9585DA
(149,133,218)
#9E90DD
(158,144,221)
#A79BE0
(167,155,224)
#B0A6E3
(176,166,227)
#B9B1E6
(185,177,230)
#C2BCE9
(194,188,233)
#CBC7EC
(203,199,236)
#D4D2EF
(212,210,239)
#DDDDF2
(221,221,242)
#E6E8F5
(230,232,245)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9585DA; }

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

This text font color is #9585DA.


Background Color

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

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

This div background color is #9585DA.


Border color

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

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

This div border color is #9585DA.


Opacity

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

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

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

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

This text has shadow with #9585DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9585DA on black background.


Color preview on white background

This text has color #9585DA on white background.



Black color preview on #9585DA background

This text has black color on #9585DA background.


White color preview on #9585DA background

This text has white color on #9585DA background.