COLOR #9518F2

HEX: #9518F2
RGB: (149,24,242)

Color info

#9518F2 contains mainly blue color. Web safe color of #9518F2 is #9900FF (or #90F).

RGB color model

#9518F2 color RGB value is (149,24,242).

  • red value is 149;
  • green value is 24;
  • blue value is 242.
RGB:
(149,24,242)
(58%,9%,95%)

RGB channels and saturation

R 149 of 255 = 58%
G 24 of 255 = 9%
B 242 of 255 = 95%

149
24
242

R + G + B ~ 54%. #9518F2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 24 + 242 = 415 (100%)
R 149 of 415 ~ 35.9%
G 24 of 415 ~ 5.78%
B 242 of 415 ~ 58.31%

%35.9
%58.31

CMYK color model

#9518F2 color CMYK value is (38,90,0,5).

  • cyan value is 38.43%
  • magenta value is 90.08%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(38,90,0,5)
C38M90Y0K5 
(38%,90%,0%,5%)
(0.38/0.90/0.00/0.05)	

CMYK percentages

%38.43
%90.08
%0
%5.1

Codes

Color #9518F2 in popluar color models

9518F2
RGB14924242
HSL274°89.34%52.16%
HSB/HSV274°90.08%94.90%
CMYK38.43%90.08%0.00%
5.10%

Color #9518F2 in popluar number systems.

HEX9518F2
Decimal14924242
Binary100101011100011110010
Octal22530362

Shades and tints

Shades of #9518F2

#9518F2
(149,24,242)
#8816DC
(136,22,220)
#7B14C6
(123,20,198)
#6E12B0
(110,18,176)
#61109A
(97,16,154)
#540E84
(84,14,132)
#470C6E
(71,12,110)
#3A0A58
(58,10,88)
#2D0842
(45,8,66)
#20062C
(32,6,44)
#130416
(19,4,22)
#000000
(0,0,0)

Tints of #9518F2

#9518F2
(149,24,242)
#9E2DF3
(158,45,243)
#A742F4
(167,66,244)
#B057F5
(176,87,245)
#B96CF6
(185,108,246)
#C281F7
(194,129,247)
#CB96F8
(203,150,248)
#D4ABF9
(212,171,249)
#DDC0FA
(221,192,250)
#E6D5FB
(230,213,251)
#EFEAFC
(239,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9518F2 color. Also use rgb(149,24,242) instead hex code.

Text Font Color

.myTextColor { color: #9518F2; }

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

This text font color is #9518F2.


Background Color

.myBgColor { background-color: #9518F2; }

<div style="background-color:#9518F2">Inner text</div>

This div background color is #9518F2.


Border color

.myBorderColor { border: 1px solid #9518F2; }

<div style="border:3px solid #9518F2">Div</div>

This div border color is #9518F2.


Opacity

.myOpacity80 { color: #9518F2; opacity: 0.8; }

<p style="color:#9518F2;opacity:0.8;">80%</p>

Text with #9518F2 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 #9518F2;}

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

This text has shadow with #9518F2 color.

.textShadow {text-shadow: 3px 3px 1px #9518F2, 3px 3px 1px red;}

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

This text has shadow with #9518F2 primary color and red secondary color.


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

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

This text has shadow with #9518F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9518F2 on black background.


Color preview on white background

This text has color #9518F2 on white background.



Black color preview on #9518F2 background

This text has black color on #9518F2 background.


White color preview on #9518F2 background

This text has white color on #9518F2 background.