COLOR #956498

HEX: #956498
RGB: (149,100,152)

Color info

#956498 contains red, green and blue colors in about the same proportion. Web safe color of #956498 is #996699 (or #969).

RGB color model

#956498 color RGB value is (149,100,152).

  • red value is 149;
  • green value is 100;
  • blue value is 152.
RGB: (149,100,152) (58%,39%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 100 of 255 = 39%
B 152 of 255 = 60%

149
100
152

R + G + B ~ 52%. #956498 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 100 + 152 = 401 (100%)
R 149 of 401 ~ 37.16%
G 100 of 401 ~ 24.94%
B 152 of 401 ~ 37.91%

%37.16
%24.94
%37.91

CMYK color model

#956498 color CMYK value is (2,34,0,40).

  • cyan value is 1.97%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (2,34,0,40) C2M34Y0K40 (2%,34%,0%,40%) (0.02/0.34/0.00/0.40)

CMYK percentages

%1.97
%34.21
%0
%40.39

Codes

Color #956498 in popluar color models

956498
RGB149100152
HSL297°20.63%49.41%
HSB/HSV297°34.21%59.61%
CMYK1.97%34.21%0.00%
40.39%

Color #956498 in popluar number systems.

HEX956498
Decimal149100152
Binary10010101110010010011000
Octal225144230

Shades and tints

Shades of #956498

#956498
(149,100,152)
#885B8B
(136,91,139)
#7B527E
(123,82,126)
#6E4971
(110,73,113)
#614064
(97,64,100)
#543757
(84,55,87)
#472E4A
(71,46,74)
#3A253D
(58,37,61)
#2D1C30
(45,28,48)
#201323
(32,19,35)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #956498

#956498
(149,100,152)
#9E72A1
(158,114,161)
#A780AA
(167,128,170)
#B08EB3
(176,142,179)
#B99CBC
(185,156,188)
#C2AAC5
(194,170,197)
#CBB8CE
(203,184,206)
#D4C6D7
(212,198,215)
#DDD4E0
(221,212,224)
#E6E2E9
(230,226,233)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956498 color. Also use rgb(149,100,152) instead hex code.

Text Font Color

.myTextColor { color: #956498; }

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

This text font color is #956498.


Background Color

.myBgColor { background-color: #956498; }

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

This div background color is #956498.


Border color

.myBorderColor { border: 1px solid #956498; }

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

This div border color is #956498.


Opacity

.myOpacity80 { color: #956498; opacity: 0.8; }

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

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

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

This text has shadow with #956498 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #956498 on black background.


Color preview on white background

This text has color #956498 on white background.



Black color preview on #956498 background

This text has black color on #956498 background.


White color preview on #956498 background

This text has white color on #956498 background.