COLOR #9B70ED

HEX: #9B70ED
RGB: (155,112,237)

Color info

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

RGB color model

#9B70ED color RGB value is (155,112,237).

  • red value is 155;
  • green value is 112;
  • blue value is 237.
RGB:
(155,112,237)
(61%,44%,93%)

RGB channels and saturation

R 155 of 255 = 61%
G 112 of 255 = 44%
B 237 of 255 = 93%

155
112
237

R + G + B ~ 66%. #9B70ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 112 + 237 = 504 (100%)
R 155 of 504 ~ 30.75%
G 112 of 504 ~ 22.22%
B 237 of 504 ~ 47.02%

%30.75
%22.22
%47.02

CMYK color model

#9B70ED color CMYK value is (35,53,0,7).

  • cyan value is 34.60%
  • magenta value is 52.74%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(35,53,0,7)
C35M53Y0K7 
(35%,53%,0%,7%)
(0.35/0.53/0.00/0.07)	

CMYK percentages

%34.6
%52.74
%0
%7.06

Codes

Color #9B70ED in popluar color models

9B70ED
RGB155112237
HSL261°77.64%68.43%
HSB/HSV261°52.74%92.94%
CMYK34.60%52.74%0.00%
7.06%

Color #9B70ED in popluar number systems.

HEX9B70ED
Decimal155112237
Binary10011011111000011101101
Octal233160355

Shades and tints

Shades of #9B70ED

#9B70ED
(155,112,237)
#8D66D8
(141,102,216)
#7F5CC3
(127,92,195)
#7152AE
(113,82,174)
#634899
(99,72,153)
#553E84
(85,62,132)
#47346F
(71,52,111)
#392A5A
(57,42,90)
#2B2045
(43,32,69)
#1D1630
(29,22,48)
#0F0C1B
(15,12,27)
#000000
(0,0,0)

Tints of #9B70ED

#9B70ED
(155,112,237)
#A47DEE
(164,125,238)
#AD8AEF
(173,138,239)
#B697F0
(182,151,240)
#BFA4F1
(191,164,241)
#C8B1F2
(200,177,242)
#D1BEF3
(209,190,243)
#DACBF4
(218,203,244)
#E3D8F5
(227,216,245)
#ECE5F6
(236,229,246)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B70ED color. Also use rgb(155,112,237) instead hex code.

Text Font Color

.myTextColor { color: #9B70ED; }

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

This text font color is #9B70ED.


Background Color

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

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

This div background color is #9B70ED.


Border color

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

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

This div border color is #9B70ED.


Opacity

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

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

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

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

This text has shadow with #9B70ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B70ED on black background.


Color preview on white background

This text has color #9B70ED on white background.



Black color preview on #9B70ED background

This text has black color on #9B70ED background.


White color preview on #9B70ED background

This text has white color on #9B70ED background.