COLOR #9672EA

HEX: #9672EA
RGB: (150,114,234)

Color info

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

RGB color model

#9672EA color RGB value is (150,114,234).

  • red value is 150;
  • green value is 114;
  • blue value is 234.
RGB:
(150,114,234)
(59%,45%,92%)

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 234 of 255 = 92%

150
114
234

R + G + B ~ 65%. #9672EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 234 = 498 (100%)
R 150 of 498 ~ 30.12%
G 114 of 498 ~ 22.89%
B 234 of 498 ~ 46.99%

%30.12
%22.89
%46.99

CMYK color model

#9672EA color CMYK value is (36,51,0,8).

  • cyan value is 35.90%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(36,51,0,8)
C36M51Y0K8 
(36%,51%,0%,8%)
(0.36/0.51/0.00/0.08)	

CMYK percentages

%35.9
%51.28
%0
%8.24

Codes

Color #9672EA in popluar color models

9672EA
RGB150114234
HSL258°74.07%68.24%
HSB/HSV258°51.28%91.76%
CMYK35.90%51.28%0.00%
8.24%

Color #9672EA in popluar number systems.

HEX9672EA
Decimal150114234
Binary10010110111001011101010
Octal226162352

Shades and tints

Shades of #9672EA

#9672EA
(150,114,234)
#8968D5
(137,104,213)
#7C5EC0
(124,94,192)
#6F54AB
(111,84,171)
#624A96
(98,74,150)
#554081
(85,64,129)
#48366C
(72,54,108)
#3B2C57
(59,44,87)
#2E2242
(46,34,66)
#21182D
(33,24,45)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #9672EA

#9672EA
(150,114,234)
#9F7EEB
(159,126,235)
#A88AEC
(168,138,236)
#B196ED
(177,150,237)
#BAA2EE
(186,162,238)
#C3AEEF
(195,174,239)
#CCBAF0
(204,186,240)
#D5C6F1
(213,198,241)
#DED2F2
(222,210,242)
#E7DEF3
(231,222,243)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9672EA color. Also use rgb(150,114,234) instead hex code.

Text Font Color

.myTextColor { color: #9672EA; }

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

This text font color is #9672EA.


Background Color

.myBgColor { background-color: #9672EA; }

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

This div background color is #9672EA.


Border color

.myBorderColor { border: 1px solid #9672EA; }

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

This div border color is #9672EA.


Opacity

.myOpacity80 { color: #9672EA; opacity: 0.8; }

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

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

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

This text has shadow with #9672EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9672EA on black background.


Color preview on white background

This text has color #9672EA on white background.



Black color preview on #9672EA background

This text has black color on #9672EA background.


White color preview on #9672EA background

This text has white color on #9672EA background.