COLOR #A509E8

HEX: #A509E8
RGB: (165,9,232)

Color info

#A509E8 contains mainly blue color. Web safe color of #A509E8 is #9900FF (or #90F).

RGB color model

#A509E8 color RGB value is (165,9,232).

  • red value is 165;
  • green value is 9;
  • blue value is 232.
RGB:
(165,9,232)
(65%,4%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 9 of 255 = 4%
B 232 of 255 = 91%

165
9
232

R + G + B ~ 53%. #A509E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 9 + 232 = 406 (100%)
R 165 of 406 ~ 40.64%
G 9 of 406 ~ 2.22%
B 232 of 406 ~ 57.14%

%40.64
%57.14

CMYK color model

#A509E8 color CMYK value is (29,96,0,9).

  • cyan value is 28.88%
  • magenta value is 96.12%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(29,96,0,9)
C29M96Y0K9 
(29%,96%,0%,9%)
(0.29/0.96/0.00/0.09)	

CMYK percentages

%28.88
%96.12
%0
%9.02

Codes

Color #A509E8 in popluar color models

A509E8
RGB1659232
HSL282°92.53%47.25%
HSB/HSV282°96.12%90.98%
CMYK28.88%96.12%0.00%
9.02%

Color #A509E8 in popluar number systems.

HEXA509E8
Decimal1659232
Binary10100101100111101000
Octal24511350

Shades and tints

Shades of #A509E8

#A509E8
(165,9,232)
#9609D3
(150,9,211)
#8709BE
(135,9,190)
#7809A9
(120,9,169)
#690994
(105,9,148)
#5A097F
(90,9,127)
#4B096A
(75,9,106)
#3C0955
(60,9,85)
#2D0940
(45,9,64)
#1E092B
(30,9,43)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #A509E8

#A509E8
(165,9,232)
#AD1FEA
(173,31,234)
#B535EC
(181,53,236)
#BD4BEE
(189,75,238)
#C561F0
(197,97,240)
#CD77F2
(205,119,242)
#D58DF4
(213,141,244)
#DDA3F6
(221,163,246)
#E5B9F8
(229,185,248)
#EDCFFA
(237,207,250)
#F5E5FC
(245,229,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A509E8 color. Also use rgb(165,9,232) instead hex code.

Text Font Color

.myTextColor { color: #A509E8; }

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

This text font color is #A509E8.


Background Color

.myBgColor { background-color: #A509E8; }

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

This div background color is #A509E8.


Border color

.myBorderColor { border: 1px solid #A509E8; }

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

This div border color is #A509E8.


Opacity

.myOpacity80 { color: #A509E8; opacity: 0.8; }

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

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

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

This text has shadow with #A509E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A509E8 on black background.


Color preview on white background

This text has color #A509E8 on white background.



Black color preview on #A509E8 background

This text has black color on #A509E8 background.


White color preview on #A509E8 background

This text has white color on #A509E8 background.