COLOR #8A75B9

HEX: #8A75B9 RGB: (138,117,185)

Color info

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

RGB color model

#8A75B9 color RGB value is (138,117,185).

RGB: (138,117,185) (54%, 46%, 73%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 185 of 255 = 73%

138
117
185

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

Portions of RGB colors in percentages

R + G + B = 138 + 117 + 185 = 440 (100%)
R 138 of 440 ~ 31.36%
G 117 of 440 ~ 26.59%
B 185 of 440 ~ 42.05'%

%31.36
%26.59
%42.05

CMYK color model

#8A75B9 color CMYK value is (25,37,0,27).

  • cyan value is 25.41%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (25,37,0,27) C25M37Y0K27 (25%,37%,0%,27%) (0.25/0.37/0.00/0.27) 

CMYK percentages

%25.41
%36.76
%0
%27.45

Codes

Color #8A75B9 in popluar color models

8A 75 B9
RGB 138 117 185
HSL 259° 32.69% 59.22%
HSB/HSV 259° 36.76% 72.55%
CMYK 25.41% 36.76% 0.00%
27.45%

Color #8A75B9 in popluar number systems.

HEX 8A 75 B9
Decimal 138 117 185
Binary 10001010 1110101 10111001
Octal 212 165 271

Shades and tints

Shades of #8A75B9

#8A75B9
(138,117,185)
#7E6BA9
(126,107,169)
#726199
(114,97,153)
#665789
(102,87,137)
#5A4D79
(90,77,121)
#4E4369
(78,67,105)
#423959
(66,57,89)
#362F49
(54,47,73)
#2A2539
(42,37,57)
#1E1B29
(30,27,41)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #8A75B9

#8A75B9
(138,117,185)
#9481BF
(148,129,191)
#9E8DC5
(158,141,197)
#A899CB
(168,153,203)
#B2A5D1
(178,165,209)
#BCB1D7
(188,177,215)
#C6BDDD
(198,189,221)
#D0C9E3
(208,201,227)
#DAD5E9
(218,213,233)
#E4E1EF
(228,225,239)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A75B9; }

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

This text font color is #8A75B9.

Background Color

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

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

This div background color is #8A75B9.

Border color

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

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

This div border color is #8A75B9.

Opacity

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

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

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

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

This text has shadow with #8A75B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A75B9.

Preview

Color preview on black background

This text has color #8A75B9 on black background.


Color preview on white background

This text has color #8A75B9 on white background.


Black color preview on #8A75B9 background

This text has black color on #8A75B9 background.


White color preview on #8A75B9 background

This text has white color on #8A75B9 background.


Related colors

Complementary color

Complementary color for #hex is #758A46.


I love getcolorcode.com

Triadic colors

1 #B98A75 and #75B98A with #8A75B9 are triadic colors.

2 #B9758A and #758AB9 with #8A75B9 are triadic colors.