COLOR #9454E6

HEX: #9454E6
RGB: (148,84,230)

Color info

#9454E6 contains mainly blue color. Web safe color of #9454E6 is #9966CC (or #96C).

RGB color model

#9454E6 color RGB value is (148,84,230).

  • red value is 148;
  • green value is 84;
  • blue value is 230.
RGB:
(148,84,230)
(58%,33%,90%)

RGB channels and saturation

R 148 of 255 = 58%
G 84 of 255 = 33%
B 230 of 255 = 90%

148
84
230

R + G + B ~ 60%. #9454E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 84 + 230 = 462 (100%)
R 148 of 462 ~ 32.03%
G 84 of 462 ~ 18.18%
B 230 of 462 ~ 49.78%

%32.03
%18.18
%49.78

CMYK color model

#9454E6 color CMYK value is (36,63,0,10).

  • cyan value is 35.65%
  • magenta value is 63.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(36,63,0,10)
C36M63Y0K10 
(36%,63%,0%,10%)
(0.36/0.63/0.00/0.10)	

CMYK percentages

%35.65
%63.48
%0
%9.8

Codes

Color #9454E6 in popluar color models

9454E6
RGB14884230
HSL266°74.49%61.57%
HSB/HSV266°63.48%90.20%
CMYK35.65%63.48%0.00%
9.80%

Color #9454E6 in popluar number systems.

HEX9454E6
Decimal14884230
Binary10010100101010011100110
Octal224124346

Shades and tints

Shades of #9454E6

#9454E6
(148,84,230)
#874DD2
(135,77,210)
#7A46BE
(122,70,190)
#6D3FAA
(109,63,170)
#603896
(96,56,150)
#533182
(83,49,130)
#462A6E
(70,42,110)
#39235A
(57,35,90)
#2C1C46
(44,28,70)
#1F1532
(31,21,50)
#120E1E
(18,14,30)
#000000
(0,0,0)

Tints of #9454E6

#9454E6
(148,84,230)
#9D63E8
(157,99,232)
#A672EA
(166,114,234)
#AF81EC
(175,129,236)
#B890EE
(184,144,238)
#C19FF0
(193,159,240)
#CAAEF2
(202,174,242)
#D3BDF4
(211,189,244)
#DCCCF6
(220,204,246)
#E5DBF8
(229,219,248)
#EEEAFA
(238,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9454E6 color. Also use rgb(148,84,230) instead hex code.

Text Font Color

.myTextColor { color: #9454E6; }

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

This text font color is #9454E6.


Background Color

.myBgColor { background-color: #9454E6; }

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

This div background color is #9454E6.


Border color

.myBorderColor { border: 1px solid #9454E6; }

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

This div border color is #9454E6.


Opacity

.myOpacity80 { color: #9454E6; opacity: 0.8; }

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

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

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

This text has shadow with #9454E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9454E6 on black background.


Color preview on white background

This text has color #9454E6 on white background.



Black color preview on #9454E6 background

This text has black color on #9454E6 background.


White color preview on #9454E6 background

This text has white color on #9454E6 background.