COLOR #9554E8

HEX: #9554E8
RGB: (149,84,232)

Color info

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

RGB color model

#9554E8 color RGB value is (149,84,232).

  • red value is 149;
  • green value is 84;
  • blue value is 232.
RGB: (149,84,232) (58%,33%,91%)

RGB channels and saturation

R 149 of 255 = 58%
G 84 of 255 = 33%
B 232 of 255 = 91%

149
84
232

R + G + B ~ 61%. #9554E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 84 + 232 = 465 (100%)
R 149 of 465 ~ 32.04%
G 84 of 465 ~ 18.06%
B 232 of 465 ~ 49.89%

%32.04
%18.06
%49.89

CMYK color model

#9554E8 color CMYK value is (36,64,0,9).

  • cyan value is 35.78%
  • magenta value is 63.79%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (36,64,0,9) C36M64Y0K9 (36%,64%,0%,9%) (0.36/0.64/0.00/0.09)

CMYK percentages

%35.78
%63.79
%0
%9.02

Codes

Color #9554E8 in popluar color models

9554E8
RGB14984232
HSL266°76.29%61.96%
HSB/HSV266°63.79%90.98%
CMYK35.78%63.79%0.00%
9.02%

Color #9554E8 in popluar number systems.

HEX9554E8
Decimal14984232
Binary10010101101010011101000
Octal225124350

Shades and tints

Shades of #9554E8

#9554E8
(149,84,232)
#884DD3
(136,77,211)
#7B46BE
(123,70,190)
#6E3FA9
(110,63,169)
#613894
(97,56,148)
#54317F
(84,49,127)
#472A6A
(71,42,106)
#3A2355
(58,35,85)
#2D1C40
(45,28,64)
#20152B
(32,21,43)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #9554E8

#9554E8
(149,84,232)
#9E63EA
(158,99,234)
#A772EC
(167,114,236)
#B081EE
(176,129,238)
#B990F0
(185,144,240)
#C29FF2
(194,159,242)
#CBAEF4
(203,174,244)
#D4BDF6
(212,189,246)
#DDCCF8
(221,204,248)
#E6DBFA
(230,219,250)
#EFEAFC
(239,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9554E8 color. Also use rgb(149,84,232) instead hex code.

Text Font Color

.myTextColor { color: #9554E8; }

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

This text font color is #9554E8.


Background Color

.myBgColor { background-color: #9554E8; }

<div style="background-color:#9554E8">Inner text</div>

This div background color is #9554E8.


Border color

.myBorderColor { border: 1px solid #9554E8; }

<div style="border:3px solid #9554E8">Div</div>

This div border color is #9554E8.


Opacity

.myOpacity80 { color: #9554E8; opacity: 0.8; }

<p style="color:#9554E8;opacity:0.8;">80%</p>

Text with #9554E8 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 #9554E8;}

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

This text has shadow with #9554E8 color.

.textShadow {text-shadow: 3px 3px 1px #9554E8, 3px 3px 1px red;}

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

This text has shadow with #9554E8 primary color and red secondary color.


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

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

This text has shadow with #9554E8 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9554E8; -webkit-box-shadow:	1px 1px 3px 2px #9554E8; box-shadow:	1px 1px 3px 2px #9554E8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9554E8; -webkit-box-shadow: 1px 1px 3px 2px #9554E8; box-shadow:1px 1px 3px 2px #9554E8;">
Div content here</div>
This div box has shadow with color #9554E8.

Preview

Color preview on black background

This text has color #9554E8 on black background.


Color preview on white background

This text has color #9554E8 on white background.



Black color preview on #9554E8 background

This text has black color on #9554E8 background.


White color preview on #9554E8 background

This text has white color on #9554E8 background.