COLOR #9B62D5

HEX: #9B62D5
RGB: (155,98,213)

Color info

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

RGB color model

#9B62D5 color RGB value is (155,98,213).

  • red value is 155;
  • green value is 98;
  • blue value is 213.
RGB:
(155,98,213)
(61%,38%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 213 of 255 = 84%

155
98
213

R + G + B ~ 61%. #9B62D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 213 = 466 (100%)
R 155 of 466 ~ 33.26%
G 98 of 466 ~ 21.03%
B 213 of 466 ~ 45.71%

%33.26
%21.03
%45.71

CMYK color model

#9B62D5 color CMYK value is (27,54,0,16).

  • cyan value is 27.23%
  • magenta value is 53.99%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(27,54,0,16)
C27M54Y0K16 
(27%,54%,0%,16%)
(0.27/0.54/0.00/0.16)	

CMYK percentages

%27.23
%53.99
%0
%16.47

Codes

Color #9B62D5 in popluar color models

9B62D5
RGB15598213
HSL270°57.79%60.98%
HSB/HSV270°53.99%83.53%
CMYK27.23%53.99%0.00%
16.47%

Color #9B62D5 in popluar number systems.

HEX9B62D5
Decimal15598213
Binary10011011110001011010101
Octal233142325

Shades and tints

Shades of #9B62D5

#9B62D5
(155,98,213)
#8D5AC2
(141,90,194)
#7F52AF
(127,82,175)
#714A9C
(113,74,156)
#634289
(99,66,137)
#553A76
(85,58,118)
#473263
(71,50,99)
#392A50
(57,42,80)
#2B223D
(43,34,61)
#1D1A2A
(29,26,42)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9B62D5

#9B62D5
(155,98,213)
#A470D8
(164,112,216)
#AD7EDB
(173,126,219)
#B68CDE
(182,140,222)
#BF9AE1
(191,154,225)
#C8A8E4
(200,168,228)
#D1B6E7
(209,182,231)
#DAC4EA
(218,196,234)
#E3D2ED
(227,210,237)
#ECE0F0
(236,224,240)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B62D5; }

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

This text font color is #9B62D5.


Background Color

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

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

This div background color is #9B62D5.


Border color

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

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

This div border color is #9B62D5.


Opacity

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

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

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

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

This text has shadow with #9B62D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B62D5 on black background.


Color preview on white background

This text has color #9B62D5 on white background.



Black color preview on #9B62D5 background

This text has black color on #9B62D5 background.


White color preview on #9B62D5 background

This text has white color on #9B62D5 background.