COLOR #9586F4

HEX: #9586F4
RGB: (149,134,244)

Color info

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

RGB color model

#9586F4 color RGB value is (149,134,244).

  • red value is 149;
  • green value is 134;
  • blue value is 244.
RGB:
(149,134,244)
(58%,53%,96%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 244 of 255 = 96%

149
134
244

R + G + B ~ 69%. #9586F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 244 = 527 (100%)
R 149 of 527 ~ 28.27%
G 134 of 527 ~ 25.43%
B 244 of 527 ~ 46.3%

%28.27
%25.43
%46.3

CMYK color model

#9586F4 color CMYK value is (39,45,0,4).

  • cyan value is 38.93%
  • magenta value is 45.08%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(39,45,0,4)
C39M45Y0K4 
(39%,45%,0%,4%)
(0.39/0.45/0.00/0.04)	

CMYK percentages

%38.93
%45.08
%0
%4.31

Codes

Color #9586F4 in popluar color models

9586F4
RGB149134244
HSL248°83.33%74.12%
HSB/HSV248°45.08%95.69%
CMYK38.93%45.08%0.00%
4.31%

Color #9586F4 in popluar number systems.

HEX9586F4
Decimal149134244
Binary100101011000011011110100
Octal225206364

Shades and tints

Shades of #9586F4

#9586F4
(149,134,244)
#887ADE
(136,122,222)
#7B6EC8
(123,110,200)
#6E62B2
(110,98,178)
#61569C
(97,86,156)
#544A86
(84,74,134)
#473E70
(71,62,112)
#3A325A
(58,50,90)
#2D2644
(45,38,68)
#201A2E
(32,26,46)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #9586F4

#9586F4
(149,134,244)
#9E91F5
(158,145,245)
#A79CF6
(167,156,246)
#B0A7F7
(176,167,247)
#B9B2F8
(185,178,248)
#C2BDF9
(194,189,249)
#CBC8FA
(203,200,250)
#D4D3FB
(212,211,251)
#DDDEFC
(221,222,252)
#E6E9FD
(230,233,253)
#EFF4FE
(239,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9586F4 color. Also use rgb(149,134,244) instead hex code.

Text Font Color

.myTextColor { color: #9586F4; }

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

This text font color is #9586F4.


Background Color

.myBgColor { background-color: #9586F4; }

<div style="background-color:#9586F4">Inner text</div>

This div background color is #9586F4.


Border color

.myBorderColor { border: 1px solid #9586F4; }

<div style="border:3px solid #9586F4">Div</div>

This div border color is #9586F4.


Opacity

.myOpacity80 { color: #9586F4; opacity: 0.8; }

<p style="color:#9586F4;opacity:0.8;">80%</p>

Text with #9586F4 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 #9586F4;}

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

This text has shadow with #9586F4 color.

.textShadow {text-shadow: 3px 3px 1px #9586F4, 3px 3px 1px red;}

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

This text has shadow with #9586F4 primary color and red secondary color.


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

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

This text has shadow with #9586F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9586F4 on black background.


Color preview on white background

This text has color #9586F4 on white background.



Black color preview on #9586F4 background

This text has black color on #9586F4 background.


White color preview on #9586F4 background

This text has white color on #9586F4 background.