COLOR #9B15F8

HEX: #9B15F8
RGB: (155,21,248)

Color info

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

RGB color model

#9B15F8 color RGB value is (155,21,248).

  • red value is 155;
  • green value is 21;
  • blue value is 248.
RGB:
(155,21,248)
(61%,8%,97%)

RGB channels and saturation

R 155 of 255 = 61%
G 21 of 255 = 8%
B 248 of 255 = 97%

155
21
248

R + G + B ~ 55%. #9B15F8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 21 + 248 = 424 (100%)
R 155 of 424 ~ 36.56%
G 21 of 424 ~ 4.95%
B 248 of 424 ~ 58.49%

%36.56
%58.49

CMYK color model

#9B15F8 color CMYK value is (38,92,0,3).

  • cyan value is 37.50%
  • magenta value is 91.53%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,92,0,3)
C38M92Y0K3 
(38%,92%,0%,3%)
(0.38/0.92/0.00/0.03)	

CMYK percentages

%37.5
%91.53
%0
%2.75

Codes

Color #9B15F8 in popluar color models

9B15F8
RGB15521248
HSL275°94.19%52.75%
HSB/HSV275°91.53%97.25%
CMYK37.50%91.53%0.00%
2.75%

Color #9B15F8 in popluar number systems.

HEX9B15F8
Decimal15521248
Binary100110111010111111000
Octal23325370

Shades and tints

Shades of #9B15F8

#9B15F8
(155,21,248)
#8D14E2
(141,20,226)
#7F13CC
(127,19,204)
#7112B6
(113,18,182)
#6311A0
(99,17,160)
#55108A
(85,16,138)
#470F74
(71,15,116)
#390E5E
(57,14,94)
#2B0D48
(43,13,72)
#1D0C32
(29,12,50)
#0F0B1C
(15,11,28)
#000000
(0,0,0)

Tints of #9B15F8

#9B15F8
(155,21,248)
#A42AF8
(164,42,248)
#AD3FF8
(173,63,248)
#B654F8
(182,84,248)
#BF69F8
(191,105,248)
#C87EF8
(200,126,248)
#D193F8
(209,147,248)
#DAA8F8
(218,168,248)
#E3BDF8
(227,189,248)
#ECD2F8
(236,210,248)
#F5E7F8
(245,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B15F8 color. Also use rgb(155,21,248) instead hex code.

Text Font Color

.myTextColor { color: #9B15F8; }

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

This text font color is #9B15F8.


Background Color

.myBgColor { background-color: #9B15F8; }

<div style="background-color:#9B15F8">Inner text</div>

This div background color is #9B15F8.


Border color

.myBorderColor { border: 1px solid #9B15F8; }

<div style="border:3px solid #9B15F8">Div</div>

This div border color is #9B15F8.


Opacity

.myOpacity80 { color: #9B15F8; opacity: 0.8; }

<p style="color:#9B15F8;opacity:0.8;">80%</p>

Text with #9B15F8 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 #9B15F8;}

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

This text has shadow with #9B15F8 color.

.textShadow {text-shadow: 3px 3px 1px #9B15F8, 3px 3px 1px red;}

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

This text has shadow with #9B15F8 primary color and red secondary color.


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

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

This text has shadow with #9B15F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B15F8 on black background.


Color preview on white background

This text has color #9B15F8 on white background.



Black color preview on #9B15F8 background

This text has black color on #9B15F8 background.


White color preview on #9B15F8 background

This text has white color on #9B15F8 background.