COLOR #967AE9

HEX: #967AE9
RGB: (150,122,233)

Color info

#967AE9 contains mainly blue color. Web safe color of #967AE9 is #9966FF (or #96F).

RGB color model

#967AE9 color RGB value is (150,122,233).

  • red value is 150;
  • green value is 122;
  • blue value is 233.
RGB:
(150,122,233)
(59%,48%,91%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 233 of 255 = 91%

150
122
233

R + G + B ~ 66%. #967AE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 233 = 505 (100%)
R 150 of 505 ~ 29.7%
G 122 of 505 ~ 24.16%
B 233 of 505 ~ 46.14%

%29.7
%24.16
%46.14

CMYK color model

#967AE9 color CMYK value is (36,48,0,9).

  • cyan value is 35.62%
  • magenta value is 47.64%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(36,48,0,9)
C36M48Y0K9 
(36%,48%,0%,9%)
(0.36/0.48/0.00/0.09)	

CMYK percentages

%35.62
%47.64
%0
%8.63

Codes

Color #967AE9 in popluar color models

967AE9
RGB150122233
HSL255°71.61%69.61%
HSB/HSV255°47.64%91.37%
CMYK35.62%47.64%0.00%
8.63%

Color #967AE9 in popluar number systems.

HEX967AE9
Decimal150122233
Binary10010110111101011101001
Octal226172351

Shades and tints

Shades of #967AE9

#967AE9
(150,122,233)
#896FD4
(137,111,212)
#7C64BF
(124,100,191)
#6F59AA
(111,89,170)
#624E95
(98,78,149)
#554380
(85,67,128)
#48386B
(72,56,107)
#3B2D56
(59,45,86)
#2E2241
(46,34,65)
#21172C
(33,23,44)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #967AE9

#967AE9
(150,122,233)
#9F86EB
(159,134,235)
#A892ED
(168,146,237)
#B19EEF
(177,158,239)
#BAAAF1
(186,170,241)
#C3B6F3
(195,182,243)
#CCC2F5
(204,194,245)
#D5CEF7
(213,206,247)
#DEDAF9
(222,218,249)
#E7E6FB
(231,230,251)
#F0F2FD
(240,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967AE9 color. Also use rgb(150,122,233) instead hex code.

Text Font Color

.myTextColor { color: #967AE9; }

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

This text font color is #967AE9.


Background Color

.myBgColor { background-color: #967AE9; }

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

This div background color is #967AE9.


Border color

.myBorderColor { border: 1px solid #967AE9; }

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

This div border color is #967AE9.


Opacity

.myOpacity80 { color: #967AE9; opacity: 0.8; }

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

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

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

This text has shadow with #967AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967AE9 on black background.


Color preview on white background

This text has color #967AE9 on white background.



Black color preview on #967AE9 background

This text has black color on #967AE9 background.


White color preview on #967AE9 background

This text has white color on #967AE9 background.