COLOR #8459C0

HEX: #8459C0
RGB: (132,89,192)

Color info

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

RGB color model

#8459C0 color RGB value is (132,89,192).

  • red value is 132;
  • green value is 89;
  • blue value is 192.
RGB:
(132,89,192)
(52%,35%,75%)

RGB channels and saturation

R 132 of 255 = 52%
G 89 of 255 = 35%
B 192 of 255 = 75%

132
89
192

R + G + B ~ 54%. #8459C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 89 + 192 = 413 (100%)
R 132 of 413 ~ 31.96%
G 89 of 413 ~ 21.55%
B 192 of 413 ~ 46.49%

%31.96
%21.55
%46.49

CMYK color model

#8459C0 color CMYK value is (31,54,0,25).

  • cyan value is 31.25%
  • magenta value is 53.65%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(31,54,0,25)
C31M54Y0K25 
(31%,54%,0%,25%)
(0.31/0.54/0.00/0.25)	

CMYK percentages

%31.25
%53.65
%0
%24.71

Codes

Color #8459C0 in popluar color models

8459C0
RGB13289192
HSL265°44.98%55.10%
HSB/HSV265°53.65%75.29%
CMYK31.25%53.65%0.00%
24.71%

Color #8459C0 in popluar number systems.

HEX8459C0
Decimal13289192
Binary10000100101100111000000
Octal204131300

Shades and tints

Shades of #8459C0

#8459C0
(132,89,192)
#7851AF
(120,81,175)
#6C499E
(108,73,158)
#60418D
(96,65,141)
#54397C
(84,57,124)
#48316B
(72,49,107)
#3C295A
(60,41,90)
#302149
(48,33,73)
#241938
(36,25,56)
#181127
(24,17,39)
#0C0916
(12,9,22)
#000000
(0,0,0)

Tints of #8459C0

#8459C0
(132,89,192)
#8F68C5
(143,104,197)
#9A77CA
(154,119,202)
#A586CF
(165,134,207)
#B095D4
(176,149,212)
#BBA4D9
(187,164,217)
#C6B3DE
(198,179,222)
#D1C2E3
(209,194,227)
#DCD1E8
(220,209,232)
#E7E0ED
(231,224,237)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8459C0 color. Also use rgb(132,89,192) instead hex code.

Text Font Color

.myTextColor { color: #8459C0; }

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

This text font color is #8459C0.


Background Color

.myBgColor { background-color: #8459C0; }

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

This div background color is #8459C0.


Border color

.myBorderColor { border: 1px solid #8459C0; }

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

This div border color is #8459C0.


Opacity

.myOpacity80 { color: #8459C0; opacity: 0.8; }

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

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

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

This text has shadow with #8459C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8459C0 on black background.


Color preview on white background

This text has color #8459C0 on white background.



Black color preview on #8459C0 background

This text has black color on #8459C0 background.


White color preview on #8459C0 background

This text has white color on #8459C0 background.