COLOR #9B70D5

HEX: #9B70D5 RGB: (155,112,213)

Color info

#9B70D5 contains mainly red and blue colors. Web safe color of #9B70D5 is #9966CC (or #96C).

RGB color model

#9B70D5 color RGB value is (155,112,213).

RGB: (155,112,213) (61%, 44%, 84%)

RGB channels and saturation

R 155 of 255 = 61%
G 112 of 255 = 44%
B 213 of 255 = 84%

155
112
213

R + G + B ~ 63%. #9B70D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 112 + 213 = 480 (100%)
R 155 of 480 ~ 32.29%
G 112 of 480 ~ 23.33%
B 213 of 480 ~ 44.38'%

%32.29
%23.33
%44.38

CMYK color model

#9B70D5 color CMYK value is (27,47,0,16).

  • cyan value is 27.23%
  • magenta value is 47.42%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (27,47,0,16)
C27M47Y0K16 (27%, 47%, 0%, 16%)
(0.27 / 0.47 / 0.00 / 0.16)

CMYK percentages

%27.23
%47.42
%0
%16.47

Codes

Color #9B70D5 in popluar color models

9B 70 D5
RGB 155 112 213
HSL 266° 54.59% 63.73%
HSB/HSV 266° 47.42% 83.53%
CMYK 27.23% 47.42% 0.00%
16.47%

Color #9B70D5 in popluar number systems.

HEX 9B 70 D5
Decimal 155 112 213
Binary 10011011 1110000 11010101
Octal 233 160 325

Shades and tints

Shades of #9B70D5

#9B70D5
(155,112,213)
#8D66C2
(141,102,194)
#7F5CAF
(127,92,175)
#71529C
(113,82,156)
#634889
(99,72,137)
#553E76
(85,62,118)
#473463
(71,52,99)
#392A50
(57,42,80)
#2B203D
(43,32,61)
#1D162A
(29,22,42)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #9B70D5

#9B70D5
(155,112,213)
#A47DD8
(164,125,216)
#AD8ADB
(173,138,219)
#B697DE
(182,151,222)
#BFA4E1
(191,164,225)
#C8B1E4
(200,177,228)
#D1BEE7
(209,190,231)
#DACBEA
(218,203,234)
#E3D8ED
(227,216,237)
#ECE5F0
(236,229,240)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B70D5; }

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

This text font color is #9B70D5.

Background Color

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

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

This div background color is #9B70D5.

Border color

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

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

This div border color is #9B70D5.

Opacity

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

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

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

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

This text has shadow with #9B70D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B70D5.

Preview

Color preview on black background

This text has color #9B70D5 on black background.


Color preview on white background

This text has color #9B70D5 on white background.


Black color preview on #9B70D5 background

This text has black color on #9B70D5 background.


White color preview on #9B70D5 background

This text has white color on #9B70D5 background.


Related colors

Complementary color

Complementary color for #hex is #648F2A.


I love getcolorcode.com

Triadic colors

1 #D59B70 and #70D59B with #9B70D5 are triadic colors.

2 #D5709B and #709BD5 with #9B70D5 are triadic colors.