COLOR #8B74CA

HEX: #8B74CA RGB: (139,116,202)

Color info

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

RGB color model

#8B74CA color RGB value is (139,116,202).

RGB: (139,116,202) (55%, 45%, 79%)

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 202 of 255 = 79%

139
116
202

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

Portions of RGB colors in percentages

R + G + B = 139 + 116 + 202 = 457 (100%)
R 139 of 457 ~ 30.42%
G 116 of 457 ~ 25.38%
B 202 of 457 ~ 44.2'%

%30.42
%25.38
%44.2

CMYK color model

#8B74CA color CMYK value is (31,43,0,21).

  • cyan value is 31.19%
  • magenta value is 42.57%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (31,43,0,21) C31M43Y0K21 (31%,43%,0%,21%) (0.31/0.43/0.00/0.21) 

CMYK percentages

%31.19
%42.57
%0
%20.78

Codes

Color #8B74CA in popluar color models

8B 74 CA
RGB 139 116 202
HSL 256° 44.79% 62.35%
HSB/HSV 256° 42.57% 79.22%
CMYK 31.19% 42.57% 0.00%
20.78%

Color #8B74CA in popluar number systems.

HEX 8B 74 CA
Decimal 139 116 202
Binary 10001011 1110100 11001010
Octal 213 164 312

Shades and tints

Shades of #8B74CA

#8B74CA
(139,116,202)
#7F6AB8
(127,106,184)
#7360A6
(115,96,166)
#675694
(103,86,148)
#5B4C82
(91,76,130)
#4F4270
(79,66,112)
#43385E
(67,56,94)
#372E4C
(55,46,76)
#2B243A
(43,36,58)
#1F1A28
(31,26,40)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #8B74CA

#8B74CA
(139,116,202)
#9580CE
(149,128,206)
#9F8CD2
(159,140,210)
#A998D6
(169,152,214)
#B3A4DA
(179,164,218)
#BDB0DE
(189,176,222)
#C7BCE2
(199,188,226)
#D1C8E6
(209,200,230)
#DBD4EA
(219,212,234)
#E5E0EE
(229,224,238)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B74CA color. Also use rgb(139,116,202) instead hex code.

Text Font Color

.myTextColor { color: #8B74CA; }

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

This text font color is #8B74CA.

Background Color

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

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

This div background color is #8B74CA.

Border color

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

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

This div border color is #8B74CA.

Opacity

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

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

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

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

This text has shadow with #8B74CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B74CA.

Preview

Color preview on black background

This text has color #8B74CA on black background.


Color preview on white background

This text has color #8B74CA on white background.


Black color preview on #8B74CA background

This text has black color on #8B74CA background.


White color preview on #8B74CA background

This text has white color on #8B74CA background.


Related colors

Complementary color

Complementary color for #hex is #748B35.


I love getcolorcode.com

Triadic colors

1 #CA8B74 and #74CA8B with #8B74CA are triadic colors.

2 #CA748B and #748BCA with #8B74CA are triadic colors.