COLOR #8246B4

HEX: #8246B4
RGB: (130,70,180)

Color info

#8246B4 contains mainly red and blue colors. Web safe color of #8246B4 is #9933CC (or #93C).

RGB color model

#8246B4 color RGB value is (130,70,180).

  • red value is 130;
  • green value is 70;
  • blue value is 180.
RGB:
(130,70,180)
(51%,27%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 70 of 255 = 27%
B 180 of 255 = 71%

130
70
180

R + G + B ~ 50%. #8246B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 70 + 180 = 380 (100%)
R 130 of 380 ~ 34.21%
G 70 of 380 ~ 18.42%
B 180 of 380 ~ 47.37%

%34.21
%18.42
%47.37

CMYK color model

#8246B4 color CMYK value is (28,61,0,29).

  • cyan value is 27.78%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(28,61,0,29)
C28M61Y0K29 
(28%,61%,0%,29%)
(0.28/0.61/0.00/0.29)	

CMYK percentages

%27.78
%61.11
%0
%29.41

Codes

Color #8246B4 in popluar color models

8246B4
RGB13070180
HSL273°44.00%49.02%
HSB/HSV273°61.11%70.59%
CMYK27.78%61.11%0.00%
29.41%

Color #8246B4 in popluar number systems.

HEX8246B4
Decimal13070180
Binary10000010100011010110100
Octal202106264

Shades and tints

Shades of #8246B4

#8246B4
(130,70,180)
#7740A4
(119,64,164)
#6C3A94
(108,58,148)
#613484
(97,52,132)
#562E74
(86,46,116)
#4B2864
(75,40,100)
#402254
(64,34,84)
#351C44
(53,28,68)
#2A1634
(42,22,52)
#1F1024
(31,16,36)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #8246B4

#8246B4
(130,70,180)
#8D56BA
(141,86,186)
#9866C0
(152,102,192)
#A376C6
(163,118,198)
#AE86CC
(174,134,204)
#B996D2
(185,150,210)
#C4A6D8
(196,166,216)
#CFB6DE
(207,182,222)
#DAC6E4
(218,198,228)
#E5D6EA
(229,214,234)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8246B4 color. Also use rgb(130,70,180) instead hex code.

Text Font Color

.myTextColor { color: #8246B4; }

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

This text font color is #8246B4.


Background Color

.myBgColor { background-color: #8246B4; }

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

This div background color is #8246B4.


Border color

.myBorderColor { border: 1px solid #8246B4; }

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

This div border color is #8246B4.


Opacity

.myOpacity80 { color: #8246B4; opacity: 0.8; }

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

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

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

This text has shadow with #8246B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8246B4 on black background.


Color preview on white background

This text has color #8246B4 on white background.



Black color preview on #8246B4 background

This text has black color on #8246B4 background.


White color preview on #8246B4 background

This text has white color on #8246B4 background.