COLOR #8A75BE

HEX: #8A75BE RGB: (138,117,190)

Color info

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

RGB color model

#8A75BE color RGB value is (138,117,190).

RGB: (138,117,190) (54%, 46%, 75%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 190 of 255 = 75%

138
117
190

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

Portions of RGB colors in percentages

R + G + B = 138 + 117 + 190 = 445 (100%)
R 138 of 445 ~ 31.01%
G 117 of 445 ~ 26.29%
B 190 of 445 ~ 42.7'%

%31.01
%26.29
%42.7

CMYK color model

#8A75BE color CMYK value is (27,38,0,25).

  • cyan value is 27.37%
  • magenta value is 38.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (27,38,0,25) C27M38Y0K25 (27%,38%,0%,25%) (0.27/0.38/0.00/0.25) 

CMYK percentages

%27.37
%38.42
%0
%25.49

Codes

Color #8A75BE in popluar color models

8A 75 BE
RGB 138 117 190
HSL 257° 35.96% 60.20%
HSB/HSV 257° 38.42% 74.51%
CMYK 27.37% 38.42% 0.00%
25.49%

Color #8A75BE in popluar number systems.

HEX 8A 75 BE
Decimal 138 117 190
Binary 10001010 1110101 10111110
Octal 212 165 276

Shades and tints

Shades of #8A75BE

#8A75BE
(138,117,190)
#7E6BAD
(126,107,173)
#72619C
(114,97,156)
#66578B
(102,87,139)
#5A4D7A
(90,77,122)
#4E4369
(78,67,105)
#423958
(66,57,88)
#362F47
(54,47,71)
#2A2536
(42,37,54)
#1E1B25
(30,27,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A75BE

#8A75BE
(138,117,190)
#9481C3
(148,129,195)
#9E8DC8
(158,141,200)
#A899CD
(168,153,205)
#B2A5D2
(178,165,210)
#BCB1D7
(188,177,215)
#C6BDDC
(198,189,220)
#D0C9E1
(208,201,225)
#DAD5E6
(218,213,230)
#E4E1EB
(228,225,235)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A75BE color. Also use rgb(138,117,190) instead hex code.

Text Font Color

.myTextColor { color: #8A75BE; }

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

This text font color is #8A75BE.

Background Color

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

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

This div background color is #8A75BE.

Border color

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

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

This div border color is #8A75BE.

Opacity

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

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

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

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

This text has shadow with #8A75BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A75BE.

Preview

Color preview on black background

This text has color #8A75BE on black background.


Color preview on white background

This text has color #8A75BE on white background.


Black color preview on #8A75BE background

This text has black color on #8A75BE background.


White color preview on #8A75BE background

This text has white color on #8A75BE background.


Related colors

Complementary color

Complementary color for #hex is #758A41.


I love getcolorcode.com

Triadic colors

1 #BE8A75 and #75BE8A with #8A75BE are triadic colors.

2 #BE758A and #758ABE with #8A75BE are triadic colors.