COLOR #9674F1

HEX: #9674F1
RGB: (150,116,241)

Color info

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

RGB color model

#9674F1 color RGB value is (150,116,241).

  • red value is 150;
  • green value is 116;
  • blue value is 241.
RGB:
(150,116,241)
(59%,45%,95%)

RGB channels and saturation

R 150 of 255 = 59%
G 116 of 255 = 45%
B 241 of 255 = 95%

150
116
241

R + G + B ~ 66%. #9674F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 116 + 241 = 507 (100%)
R 150 of 507 ~ 29.59%
G 116 of 507 ~ 22.88%
B 241 of 507 ~ 47.53%

%29.59
%22.88
%47.53

CMYK color model

#9674F1 color CMYK value is (38,52,0,5).

  • cyan value is 37.76%
  • magenta value is 51.87%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(38,52,0,5)
C38M52Y0K5 
(38%,52%,0%,5%)
(0.38/0.52/0.00/0.05)	

CMYK percentages

%37.76
%51.87
%0
%5.49

Codes

Color #9674F1 in popluar color models

9674F1
RGB150116241
HSL256°81.70%70.00%
HSB/HSV256°51.87%94.51%
CMYK37.76%51.87%0.00%
5.49%

Color #9674F1 in popluar number systems.

HEX9674F1
Decimal150116241
Binary10010110111010011110001
Octal226164361

Shades and tints

Shades of #9674F1

#9674F1
(150,116,241)
#896ADC
(137,106,220)
#7C60C7
(124,96,199)
#6F56B2
(111,86,178)
#624C9D
(98,76,157)
#554288
(85,66,136)
#483873
(72,56,115)
#3B2E5E
(59,46,94)
#2E2449
(46,36,73)
#211A34
(33,26,52)
#14101F
(20,16,31)
#000000
(0,0,0)

Tints of #9674F1

#9674F1
(150,116,241)
#9F80F2
(159,128,242)
#A88CF3
(168,140,243)
#B198F4
(177,152,244)
#BAA4F5
(186,164,245)
#C3B0F6
(195,176,246)
#CCBCF7
(204,188,247)
#D5C8F8
(213,200,248)
#DED4F9
(222,212,249)
#E7E0FA
(231,224,250)
#F0ECFB
(240,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9674F1 color. Also use rgb(150,116,241) instead hex code.

Text Font Color

.myTextColor { color: #9674F1; }

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

This text font color is #9674F1.


Background Color

.myBgColor { background-color: #9674F1; }

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

This div background color is #9674F1.


Border color

.myBorderColor { border: 1px solid #9674F1; }

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

This div border color is #9674F1.


Opacity

.myOpacity80 { color: #9674F1; opacity: 0.8; }

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

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

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

This text has shadow with #9674F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9674F1 on black background.


Color preview on white background

This text has color #9674F1 on white background.



Black color preview on #9674F1 background

This text has black color on #9674F1 background.


White color preview on #9674F1 background

This text has white color on #9674F1 background.