COLOR #8A75DA

HEX: #8A75DA RGB: (138,117,218)

Color info

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

RGB color model

#8A75DA color RGB value is (138,117,218).

RGB: (138,117,218) (54%, 46%, 85%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 218 of 255 = 85%

138
117
218

R + G + B ~ 62%. #8A75DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 117 + 218 = 473 (100%)
R 138 of 473 ~ 29.18%
G 117 of 473 ~ 24.74%
B 218 of 473 ~ 46.09'%

%29.18
%24.74
%46.09

CMYK color model

#8A75DA color CMYK value is (37,46,0,15).

  • cyan value is 36.70%
  • magenta value is 46.33%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (37,46,0,15)
C37M46Y0K15 (37%, 46%, 0%, 15%)
(0.37 / 0.46 / 0.00 / 0.15)

CMYK percentages

%36.7
%46.33
%0
%14.51

Codes

Color #8A75DA in popluar color models

8A 75 DA
RGB 138 117 218
HSL 252° 57.71% 65.69%
HSB/HSV 252° 46.33% 85.49%
CMYK 36.70% 46.33% 0.00%
14.51%

Color #8A75DA in popluar number systems.

HEX 8A 75 DA
Decimal 138 117 218
Binary 10001010 1110101 11011010
Octal 212 165 332

Shades and tints

Shades of #8A75DA

#8A75DA
(138,117,218)
#7E6BC7
(126,107,199)
#7261B4
(114,97,180)
#6657A1
(102,87,161)
#5A4D8E
(90,77,142)
#4E437B
(78,67,123)
#423968
(66,57,104)
#362F55
(54,47,85)
#2A2542
(42,37,66)
#1E1B2F
(30,27,47)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #8A75DA

#8A75DA
(138,117,218)
#9481DD
(148,129,221)
#9E8DE0
(158,141,224)
#A899E3
(168,153,227)
#B2A5E6
(178,165,230)
#BCB1E9
(188,177,233)
#C6BDEC
(198,189,236)
#D0C9EF
(208,201,239)
#DAD5F2
(218,213,242)
#E4E1F5
(228,225,245)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A75DA; }

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

This text font color is #8A75DA.

Background Color

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

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

This div background color is #8A75DA.

Border color

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

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

This div border color is #8A75DA.

Opacity

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

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

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

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

This text has shadow with #8A75DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A75DA.

Preview

Color preview on black background

This text has color #8A75DA on black background.


Color preview on white background

This text has color #8A75DA on white background.


Black color preview on #8A75DA background

This text has black color on #8A75DA background.


White color preview on #8A75DA background

This text has white color on #8A75DA background.


Related colors

Complementary color

Complementary color for #hex is #758A25.


I love getcolorcode.com

Triadic colors

1 #DA8A75 and #75DA8A with #8A75DA are triadic colors.

2 #DA758A and #758ADA with #8A75DA are triadic colors.