COLOR #8458A9

HEX: #8458A9
RGB: (132,88,169)

Color info

#8458A9 contains mainly red and blue colors. Web safe color of #8458A9 is #996699 (or #969).

RGB color model

#8458A9 color RGB value is (132,88,169).

  • red value is 132;
  • green value is 88;
  • blue value is 169.
RGB:
(132,88,169)
(52%,35%,66%)

RGB channels and saturation

R 132 of 255 = 52%
G 88 of 255 = 35%
B 169 of 255 = 66%

132
88
169

R + G + B ~ 51%. #8458A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 88 + 169 = 389 (100%)
R 132 of 389 ~ 33.93%
G 88 of 389 ~ 22.62%
B 169 of 389 ~ 43.44%

%33.93
%22.62
%43.44

CMYK color model

#8458A9 color CMYK value is (22,48,0,34).

  • cyan value is 21.89%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(22,48,0,34)
C22M48Y0K34 
(22%,48%,0%,34%)
(0.22/0.48/0.00/0.34)	

CMYK percentages

%21.89
%47.93
%0
%33.73

Codes

Color #8458A9 in popluar color models

8458A9
RGB13288169
HSL273°32.02%50.39%
HSB/HSV273°47.93%66.27%
CMYK21.89%47.93%0.00%
33.73%

Color #8458A9 in popluar number systems.

HEX8458A9
Decimal13288169
Binary10000100101100010101001
Octal204130251

Shades and tints

Shades of #8458A9

#8458A9
(132,88,169)
#78509A
(120,80,154)
#6C488B
(108,72,139)
#60407C
(96,64,124)
#54386D
(84,56,109)
#48305E
(72,48,94)
#3C284F
(60,40,79)
#302040
(48,32,64)
#241831
(36,24,49)
#181022
(24,16,34)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #8458A9

#8458A9
(132,88,169)
#8F67B0
(143,103,176)
#9A76B7
(154,118,183)
#A585BE
(165,133,190)
#B094C5
(176,148,197)
#BBA3CC
(187,163,204)
#C6B2D3
(198,178,211)
#D1C1DA
(209,193,218)
#DCD0E1
(220,208,225)
#E7DFE8
(231,223,232)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8458A9 color. Also use rgb(132,88,169) instead hex code.

Text Font Color

.myTextColor { color: #8458A9; }

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

This text font color is #8458A9.


Background Color

.myBgColor { background-color: #8458A9; }

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

This div background color is #8458A9.


Border color

.myBorderColor { border: 1px solid #8458A9; }

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

This div border color is #8458A9.


Opacity

.myOpacity80 { color: #8458A9; opacity: 0.8; }

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

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

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

This text has shadow with #8458A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8458A9 on black background.


Color preview on white background

This text has color #8458A9 on white background.



Black color preview on #8458A9 background

This text has black color on #8458A9 background.


White color preview on #8458A9 background

This text has white color on #8458A9 background.