COLOR #9594B2

HEX: #9594B2
RGB: (149,148,178)

Color info

#9594B2 contains red, green and blue colors in about the same proportion. Web safe color of #9594B2 is #999999 (or #999).

RGB color model

#9594B2 color RGB value is (149,148,178).

  • red value is 149;
  • green value is 148;
  • blue value is 178.
RGB:
(149,148,178)
(58%,58%,70%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 178 of 255 = 70%

149
148
178

R + G + B ~ 62%. #9594B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 148 + 178 = 475 (100%)
R 149 of 475 ~ 31.37%
G 148 of 475 ~ 31.16%
B 178 of 475 ~ 37.47%

%31.37
%31.16
%37.47

CMYK color model

#9594B2 color CMYK value is (16,17,0,30).

  • cyan value is 16.29%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(16,17,0,30)
C16M17Y0K30 
(16%,17%,0%,30%)
(0.16/0.17/0.00/0.30)	

CMYK percentages

%16.29
%16.85
%0
%30.2

Codes

Color #9594B2 in popluar color models

9594B2
RGB149148178
HSL242°16.30%63.92%
HSB/HSV242°16.85%69.80%
CMYK16.29%16.85%0.00%
30.20%

Color #9594B2 in popluar number systems.

HEX9594B2
Decimal149148178
Binary100101011001010010110010
Octal225224262

Shades and tints

Shades of #9594B2

#9594B2
(149,148,178)
#8887A2
(136,135,162)
#7B7A92
(123,122,146)
#6E6D82
(110,109,130)
#616072
(97,96,114)
#545362
(84,83,98)
#474652
(71,70,82)
#3A3942
(58,57,66)
#2D2C32
(45,44,50)
#201F22
(32,31,34)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9594B2

#9594B2
(149,148,178)
#9E9DB9
(158,157,185)
#A7A6C0
(167,166,192)
#B0AFC7
(176,175,199)
#B9B8CE
(185,184,206)
#C2C1D5
(194,193,213)
#CBCADC
(203,202,220)
#D4D3E3
(212,211,227)
#DDDCEA
(221,220,234)
#E6E5F1
(230,229,241)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9594B2 color. Also use rgb(149,148,178) instead hex code.

Text Font Color

.myTextColor { color: #9594B2; }

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

This text font color is #9594B2.


Background Color

.myBgColor { background-color: #9594B2; }

<div style="background-color:#9594B2">Inner text</div>

This div background color is #9594B2.


Border color

.myBorderColor { border: 1px solid #9594B2; }

<div style="border:3px solid #9594B2">Div</div>

This div border color is #9594B2.


Opacity

.myOpacity80 { color: #9594B2; opacity: 0.8; }

<p style="color:#9594B2;opacity:0.8;">80%</p>

Text with #9594B2 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 #9594B2;}

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

This text has shadow with #9594B2 color.

.textShadow {text-shadow: 3px 3px 1px #9594B2, 3px 3px 1px red;}

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

This text has shadow with #9594B2 primary color and red secondary color.


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

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

This text has shadow with #9594B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9594B2 on black background.


Color preview on white background

This text has color #9594B2 on white background.



Black color preview on #9594B2 background

This text has black color on #9594B2 background.


White color preview on #9594B2 background

This text has white color on #9594B2 background.