COLOR #9584D4

HEX: #9584D4
RGB: (149,132,212)

Color info

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

RGB color model

#9584D4 color RGB value is (149,132,212).

  • red value is 149;
  • green value is 132;
  • blue value is 212.
RGB:
(149,132,212)
(58%,52%,83%)

RGB channels and saturation

R 149 of 255 = 58%
G 132 of 255 = 52%
B 212 of 255 = 83%

149
132
212

R + G + B ~ 64%. #9584D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 132 + 212 = 493 (100%)
R 149 of 493 ~ 30.22%
G 132 of 493 ~ 26.77%
B 212 of 493 ~ 43%

%30.22
%26.77
%43

CMYK color model

#9584D4 color CMYK value is (30,38,0,17).

  • cyan value is 29.72%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(30,38,0,17)
C30M38Y0K17 
(30%,38%,0%,17%)
(0.30/0.38/0.00/0.17)	

CMYK percentages

%29.72
%37.74
%0
%16.86

Codes

Color #9584D4 in popluar color models

9584D4
RGB149132212
HSL253°48.19%67.45%
HSB/HSV253°37.74%83.14%
CMYK29.72%37.74%0.00%
16.86%

Color #9584D4 in popluar number systems.

HEX9584D4
Decimal149132212
Binary100101011000010011010100
Octal225204324

Shades and tints

Shades of #9584D4

#9584D4
(149,132,212)
#8878C1
(136,120,193)
#7B6CAE
(123,108,174)
#6E609B
(110,96,155)
#615488
(97,84,136)
#544875
(84,72,117)
#473C62
(71,60,98)
#3A304F
(58,48,79)
#2D243C
(45,36,60)
#201829
(32,24,41)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #9584D4

#9584D4
(149,132,212)
#9E8FD7
(158,143,215)
#A79ADA
(167,154,218)
#B0A5DD
(176,165,221)
#B9B0E0
(185,176,224)
#C2BBE3
(194,187,227)
#CBC6E6
(203,198,230)
#D4D1E9
(212,209,233)
#DDDCEC
(221,220,236)
#E6E7EF
(230,231,239)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9584D4 color. Also use rgb(149,132,212) instead hex code.

Text Font Color

.myTextColor { color: #9584D4; }

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

This text font color is #9584D4.


Background Color

.myBgColor { background-color: #9584D4; }

<div style="background-color:#9584D4">Inner text</div>

This div background color is #9584D4.


Border color

.myBorderColor { border: 1px solid #9584D4; }

<div style="border:3px solid #9584D4">Div</div>

This div border color is #9584D4.


Opacity

.myOpacity80 { color: #9584D4; opacity: 0.8; }

<p style="color:#9584D4;opacity:0.8;">80%</p>

Text with #9584D4 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 #9584D4;}

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

This text has shadow with #9584D4 color.

.textShadow {text-shadow: 3px 3px 1px #9584D4, 3px 3px 1px red;}

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

This text has shadow with #9584D4 primary color and red secondary color.


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

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

This text has shadow with #9584D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9584D4 on black background.


Color preview on white background

This text has color #9584D4 on white background.



Black color preview on #9584D4 background

This text has black color on #9584D4 background.


White color preview on #9584D4 background

This text has white color on #9584D4 background.