COLOR #9585F9

HEX: #9585F9
RGB: (149,133,249)

Color info

#9585F9 contains mainly blue color. Web safe color of #9585F9 is #9999FF (or #99F).

RGB color model

#9585F9 color RGB value is (149,133,249).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 249 of 255 = 98%

149
133
249

R + G + B ~ 69%. #9585F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 249 = 531 (100%)
R 149 of 531 ~ 28.06%
G 133 of 531 ~ 25.05%
B 249 of 531 ~ 46.89%

%28.06
%25.05
%46.89

CMYK color model

#9585F9 color CMYK value is (40,47,0,2).

  • cyan value is 40.16%
  • magenta value is 46.59%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(40,47,0,2)
C40M47Y0K2 
(40%,47%,0%,2%)
(0.40/0.47/0.00/0.02)	

CMYK percentages

%40.16
%46.59
%0
%2.35

Codes

Color #9585F9 in popluar color models

9585F9
RGB149133249
HSL248°90.63%74.90%
HSB/HSV248°46.59%97.65%
CMYK40.16%46.59%0.00%
2.35%

Color #9585F9 in popluar number systems.

HEX9585F9
Decimal149133249
Binary100101011000010111111001
Octal225205371

Shades and tints

Shades of #9585F9

#9585F9
(149,133,249)
#8879E3
(136,121,227)
#7B6DCD
(123,109,205)
#6E61B7
(110,97,183)
#6155A1
(97,85,161)
#54498B
(84,73,139)
#473D75
(71,61,117)
#3A315F
(58,49,95)
#2D2549
(45,37,73)
#201933
(32,25,51)
#130D1D
(19,13,29)
#000000
(0,0,0)

Tints of #9585F9

#9585F9
(149,133,249)
#9E90F9
(158,144,249)
#A79BF9
(167,155,249)
#B0A6F9
(176,166,249)
#B9B1F9
(185,177,249)
#C2BCF9
(194,188,249)
#CBC7F9
(203,199,249)
#D4D2F9
(212,210,249)
#DDDDF9
(221,221,249)
#E6E8F9
(230,232,249)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9585F9; }

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

This text font color is #9585F9.


Background Color

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

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

This div background color is #9585F9.


Border color

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

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

This div border color is #9585F9.


Opacity

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

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

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

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

This text has shadow with #9585F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9585F9 on black background.


Color preview on white background

This text has color #9585F9 on white background.



Black color preview on #9585F9 background

This text has black color on #9585F9 background.


White color preview on #9585F9 background

This text has white color on #9585F9 background.