COLOR #8A52F9

HEX: #8A52F9
RGB: (138,82,249)

Color info

#8A52F9 contains mainly blue color. Web safe color of #8A52F9 is #9966FF (or #96F).

RGB color model

#8A52F9 color RGB value is (138,82,249).

  • red value is 138;
  • green value is 82;
  • blue value is 249.
RGB:
(138,82,249)
(54%,32%,98%)

RGB channels and saturation

R 138 of 255 = 54%
G 82 of 255 = 32%
B 249 of 255 = 98%

138
82
249

R + G + B ~ 61%. #8A52F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 82 + 249 = 469 (100%)
R 138 of 469 ~ 29.42%
G 82 of 469 ~ 17.48%
B 249 of 469 ~ 53.09%

%29.42
%17.48
%53.09

CMYK color model

#8A52F9 color CMYK value is (45,67,0,2).

  • cyan value is 44.58%
  • magenta value is 67.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(45,67,0,2)
C45M67Y0K2 
(45%,67%,0%,2%)
(0.45/0.67/0.00/0.02)	

CMYK percentages

%44.58
%67.07
%0
%2.35

Codes

Color #8A52F9 in popluar color models

8A52F9
RGB13882249
HSL260°93.30%64.90%
HSB/HSV260°67.07%97.65%
CMYK44.58%67.07%0.00%
2.35%

Color #8A52F9 in popluar number systems.

HEX8A52F9
Decimal13882249
Binary10001010101001011111001
Octal212122371

Shades and tints

Shades of #8A52F9

#8A52F9
(138,82,249)
#7E4BE3
(126,75,227)
#7244CD
(114,68,205)
#663DB7
(102,61,183)
#5A36A1
(90,54,161)
#4E2F8B
(78,47,139)
#422875
(66,40,117)
#36215F
(54,33,95)
#2A1A49
(42,26,73)
#1E1333
(30,19,51)
#120C1D
(18,12,29)
#000000
(0,0,0)

Tints of #8A52F9

#8A52F9
(138,82,249)
#9461F9
(148,97,249)
#9E70F9
(158,112,249)
#A87FF9
(168,127,249)
#B28EF9
(178,142,249)
#BC9DF9
(188,157,249)
#C6ACF9
(198,172,249)
#D0BBF9
(208,187,249)
#DACAF9
(218,202,249)
#E4D9F9
(228,217,249)
#EEE8F9
(238,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A52F9 color. Also use rgb(138,82,249) instead hex code.

Text Font Color

.myTextColor { color: #8A52F9; }

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

This text font color is #8A52F9.


Background Color

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

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

This div background color is #8A52F9.


Border color

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

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

This div border color is #8A52F9.


Opacity

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

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

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

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

This text has shadow with #8A52F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A52F9 on black background.


Color preview on white background

This text has color #8A52F9 on white background.



Black color preview on #8A52F9 background

This text has black color on #8A52F9 background.


White color preview on #8A52F9 background

This text has white color on #8A52F9 background.