COLOR #8B62DA

HEX: #8B62DA
RGB: (139,98,218)

Color info

#8B62DA contains mainly blue color. Web safe color of #8B62DA is #9966CC (or #96C).

RGB color model

#8B62DA color RGB value is (139,98,218).

  • red value is 139;
  • green value is 98;
  • blue value is 218.
RGB:
(139,98,218)
(55%,38%,85%)

RGB channels and saturation

R 139 of 255 = 55%
G 98 of 255 = 38%
B 218 of 255 = 85%

139
98
218

R + G + B ~ 59%. #8B62DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 98 + 218 = 455 (100%)
R 139 of 455 ~ 30.55%
G 98 of 455 ~ 21.54%
B 218 of 455 ~ 47.91%

%30.55
%21.54
%47.91

CMYK color model

#8B62DA color CMYK value is (36,55,0,15).

  • cyan value is 36.24%
  • magenta value is 55.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(36,55,0,15)
C36M55Y0K15 
(36%,55%,0%,15%)
(0.36/0.55/0.00/0.15)	

CMYK percentages

%36.24
%55.05
%0
%14.51

Codes

Color #8B62DA in popluar color models

8B62DA
RGB13998218
HSL261°61.86%61.96%
HSB/HSV261°55.05%85.49%
CMYK36.24%55.05%0.00%
14.51%

Color #8B62DA in popluar number systems.

HEX8B62DA
Decimal13998218
Binary10001011110001011011010
Octal213142332

Shades and tints

Shades of #8B62DA

#8B62DA
(139,98,218)
#7F5AC7
(127,90,199)
#7352B4
(115,82,180)
#674AA1
(103,74,161)
#5B428E
(91,66,142)
#4F3A7B
(79,58,123)
#433268
(67,50,104)
#372A55
(55,42,85)
#2B2242
(43,34,66)
#1F1A2F
(31,26,47)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #8B62DA

#8B62DA
(139,98,218)
#9570DD
(149,112,221)
#9F7EE0
(159,126,224)
#A98CE3
(169,140,227)
#B39AE6
(179,154,230)
#BDA8E9
(189,168,233)
#C7B6EC
(199,182,236)
#D1C4EF
(209,196,239)
#DBD2F2
(219,210,242)
#E5E0F5
(229,224,245)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B62DA color. Also use rgb(139,98,218) instead hex code.

Text Font Color

.myTextColor { color: #8B62DA; }

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

This text font color is #8B62DA.


Background Color

.myBgColor { background-color: #8B62DA; }

<div style="background-color:#8B62DA">Inner text</div>

This div background color is #8B62DA.


Border color

.myBorderColor { border: 1px solid #8B62DA; }

<div style="border:3px solid #8B62DA">Div</div>

This div border color is #8B62DA.


Opacity

.myOpacity80 { color: #8B62DA; opacity: 0.8; }

<p style="color:#8B62DA;opacity:0.8;">80%</p>

Text with #8B62DA 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 #8B62DA;}

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

This text has shadow with #8B62DA color.

.textShadow {text-shadow: 3px 3px 1px #8B62DA, 3px 3px 1px red;}

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

This text has shadow with #8B62DA primary color and red secondary color.


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

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

This text has shadow with #8B62DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B62DA on black background.


Color preview on white background

This text has color #8B62DA on white background.



Black color preview on #8B62DA background

This text has black color on #8B62DA background.


White color preview on #8B62DA background

This text has white color on #8B62DA background.