COLOR #8B53DD

HEX: #8B53DD RGB: (139,83,221)

Color info

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

RGB color model

#8B53DD color RGB value is (139,83,221).

RGB: (139,83,221) (55%, 33%, 87%)

RGB channels and saturation

R 139 of 255 = 55%
G 83 of 255 = 33%
B 221 of 255 = 87%

139
83
221

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

Portions of RGB colors in percentages

R + G + B = 139 + 83 + 221 = 443 (100%)
R 139 of 443 ~ 31.38%
G 83 of 443 ~ 18.74%
B 221 of 443 ~ 49.89'%

%31.38
%18.74
%49.89

CMYK color model

#8B53DD color CMYK value is (37,62,0,13).

  • cyan value is 37.10%
  • magenta value is 62.44%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (37,62,0,13) C37M62Y0K13 (37%,62%,0%,13%) (0.37/0.62/0.00/0.13) 

CMYK percentages

%37.1
%62.44
%0
%13.33

Codes

Color #8B53DD in popluar color models

8B 53 DD
RGB 139 83 221
HSL 264° 66.99% 59.61%
HSB/HSV 264° 62.44% 86.67%
CMYK 37.10% 62.44% 0.00%
13.33%

Color #8B53DD in popluar number systems.

HEX 8B 53 DD
Decimal 139 83 221
Binary 10001011 1010011 11011101
Octal 213 123 335

Shades and tints

Shades of #8B53DD

#8B53DD
(139,83,221)
#7F4CC9
(127,76,201)
#7345B5
(115,69,181)
#673EA1
(103,62,161)
#5B378D
(91,55,141)
#4F3079
(79,48,121)
#432965
(67,41,101)
#372251
(55,34,81)
#2B1B3D
(43,27,61)
#1F1429
(31,20,41)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #8B53DD

#8B53DD
(139,83,221)
#9562E0
(149,98,224)
#9F71E3
(159,113,227)
#A980E6
(169,128,230)
#B38FE9
(179,143,233)
#BD9EEC
(189,158,236)
#C7ADEF
(199,173,239)
#D1BCF2
(209,188,242)
#DBCBF5
(219,203,245)
#E5DAF8
(229,218,248)
#EFE9FB
(239,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B53DD color. Also use rgb(139,83,221) instead hex code.

Text Font Color

.myTextColor { color: #8B53DD; }

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

This text font color is #8B53DD.

Background Color

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

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

This div background color is #8B53DD.

Border color

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

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

This div border color is #8B53DD.

Opacity

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

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

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

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

This text has shadow with #8B53DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B53DD.

Preview

Color preview on black background

This text has color #8B53DD on black background.


Color preview on white background

This text has color #8B53DD on white background.


Black color preview on #8B53DD background

This text has black color on #8B53DD background.


White color preview on #8B53DD background

This text has white color on #8B53DD background.


Related colors

Complementary color

Complementary color for #hex is #74AC22.


I love getcolorcode.com

Triadic colors

1 #DD8B53 and #53DD8B with #8B53DD are triadic colors.

2 #DD538B and #538BDD with #8B53DD are triadic colors.