COLOR #96459B

HEX: #96459B
RGB: (150,69,155)

Color info

#96459B contains mainly red and blue colors. Web safe color of #96459B is #993399 (or #939).

RGB color model

#96459B color RGB value is (150,69,155).

  • red value is 150;
  • green value is 69;
  • blue value is 155.
RGB:
(150,69,155)
(59%,27%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 69 of 255 = 27%
B 155 of 255 = 61%

150
69
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 69 + 155 = 374 (100%)
R 150 of 374 ~ 40.11%
G 69 of 374 ~ 18.45%
B 155 of 374 ~ 41.44%

%40.11
%18.45
%41.44

CMYK color model

#96459B color CMYK value is (3,55,0,39).

  • cyan value is 3.23%
  • magenta value is 55.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,55,0,39)
C3M55Y0K39 
(3%,55%,0%,39%)
(0.03/0.55/0.00/0.39)	

CMYK percentages

%3.23
%55.48
%0
%39.22

Codes

Color #96459B in popluar color models

96459B
RGB15069155
HSL297°38.39%43.92%
HSB/HSV297°55.48%60.78%
CMYK3.23%55.48%0.00%
39.22%

Color #96459B in popluar number systems.

HEX96459B
Decimal15069155
Binary10010110100010110011011
Octal226105233

Shades and tints

Shades of #96459B

#96459B
(150,69,155)
#893F8D
(137,63,141)
#7C397F
(124,57,127)
#6F3371
(111,51,113)
#622D63
(98,45,99)
#552755
(85,39,85)
#482147
(72,33,71)
#3B1B39
(59,27,57)
#2E152B
(46,21,43)
#210F1D
(33,15,29)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #96459B

#96459B
(150,69,155)
#9F55A4
(159,85,164)
#A865AD
(168,101,173)
#B175B6
(177,117,182)
#BA85BF
(186,133,191)
#C395C8
(195,149,200)
#CCA5D1
(204,165,209)
#D5B5DA
(213,181,218)
#DEC5E3
(222,197,227)
#E7D5EC
(231,213,236)
#F0E5F5
(240,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96459B color. Also use rgb(150,69,155) instead hex code.

Text Font Color

.myTextColor { color: #96459B; }

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

This text font color is #96459B.


Background Color

.myBgColor { background-color: #96459B; }

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

This div background color is #96459B.


Border color

.myBorderColor { border: 1px solid #96459B; }

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

This div border color is #96459B.


Opacity

.myOpacity80 { color: #96459B; opacity: 0.8; }

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

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

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

This text has shadow with #96459B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96459B on black background.


Color preview on white background

This text has color #96459B on white background.



Black color preview on #96459B background

This text has black color on #96459B background.


White color preview on #96459B background

This text has white color on #96459B background.