COLOR #8462C7

HEX: #8462C7
RGB: (132,98,199)

Color info

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

RGB color model

#8462C7 color RGB value is (132,98,199).

  • red value is 132;
  • green value is 98;
  • blue value is 199.
RGB:
(132,98,199)
(52%,38%,78%)

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 199 of 255 = 78%

132
98
199

R + G + B ~ 56%. #8462C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 199 = 429 (100%)
R 132 of 429 ~ 30.77%
G 98 of 429 ~ 22.84%
B 199 of 429 ~ 46.39%

%30.77
%22.84
%46.39

CMYK color model

#8462C7 color CMYK value is (34,51,0,22).

  • cyan value is 33.67%
  • magenta value is 50.75%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(34,51,0,22)
C34M51Y0K22 
(34%,51%,0%,22%)
(0.34/0.51/0.00/0.22)	

CMYK percentages

%33.67
%50.75
%0
%21.96

Codes

Color #8462C7 in popluar color models

8462C7
RGB13298199
HSL260°47.42%58.24%
HSB/HSV260°50.75%78.04%
CMYK33.67%50.75%0.00%
21.96%

Color #8462C7 in popluar number systems.

HEX8462C7
Decimal13298199
Binary10000100110001011000111
Octal204142307

Shades and tints

Shades of #8462C7

#8462C7
(132,98,199)
#785AB5
(120,90,181)
#6C52A3
(108,82,163)
#604A91
(96,74,145)
#54427F
(84,66,127)
#483A6D
(72,58,109)
#3C325B
(60,50,91)
#302A49
(48,42,73)
#242237
(36,34,55)
#181A25
(24,26,37)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #8462C7

#8462C7
(132,98,199)
#8F70CC
(143,112,204)
#9A7ED1
(154,126,209)
#A58CD6
(165,140,214)
#B09ADB
(176,154,219)
#BBA8E0
(187,168,224)
#C6B6E5
(198,182,229)
#D1C4EA
(209,196,234)
#DCD2EF
(220,210,239)
#E7E0F4
(231,224,244)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8462C7 color. Also use rgb(132,98,199) instead hex code.

Text Font Color

.myTextColor { color: #8462C7; }

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

This text font color is #8462C7.


Background Color

.myBgColor { background-color: #8462C7; }

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

This div background color is #8462C7.


Border color

.myBorderColor { border: 1px solid #8462C7; }

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

This div border color is #8462C7.


Opacity

.myOpacity80 { color: #8462C7; opacity: 0.8; }

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

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

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

This text has shadow with #8462C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8462C7 on black background.


Color preview on white background

This text has color #8462C7 on white background.



Black color preview on #8462C7 background

This text has black color on #8462C7 background.


White color preview on #8462C7 background

This text has white color on #8462C7 background.