COLOR #8270BA

HEX: #8270BA
RGB: (130,112,186)

Color info

#8270BA contains mainly red and blue colors. Web safe color of #8270BA is #9966CC (or #96C).

RGB color model

#8270BA color RGB value is (130,112,186).

  • red value is 130;
  • green value is 112;
  • blue value is 186.
RGB:
(130,112,186)
(51%,44%,73%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 186 of 255 = 73%

130
112
186

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 186 = 428 (100%)
R 130 of 428 ~ 30.37%
G 112 of 428 ~ 26.17%
B 186 of 428 ~ 43.46%

%30.37
%26.17
%43.46

CMYK color model

#8270BA color CMYK value is (30,40,0,27).

  • cyan value is 30.11%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(30,40,0,27)
C30M40Y0K27 
(30%,40%,0%,27%)
(0.30/0.40/0.00/0.27)	

CMYK percentages

%30.11
%39.78
%0
%27.06

Codes

Color #8270BA in popluar color models

8270BA
RGB130112186
HSL255°34.91%58.43%
HSB/HSV255°39.78%72.94%
CMYK30.11%39.78%0.00%
27.06%

Color #8270BA in popluar number systems.

HEX8270BA
Decimal130112186
Binary10000010111000010111010
Octal202160272

Shades and tints

Shades of #8270BA

#8270BA
(130,112,186)
#7766AA
(119,102,170)
#6C5C9A
(108,92,154)
#61528A
(97,82,138)
#56487A
(86,72,122)
#4B3E6A
(75,62,106)
#40345A
(64,52,90)
#352A4A
(53,42,74)
#2A203A
(42,32,58)
#1F162A
(31,22,42)
#140C1A
(20,12,26)
#000000
(0,0,0)

Tints of #8270BA

#8270BA
(130,112,186)
#8D7DC0
(141,125,192)
#988AC6
(152,138,198)
#A397CC
(163,151,204)
#AEA4D2
(174,164,210)
#B9B1D8
(185,177,216)
#C4BEDE
(196,190,222)
#CFCBE4
(207,203,228)
#DAD8EA
(218,216,234)
#E5E5F0
(229,229,240)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8270BA color. Also use rgb(130,112,186) instead hex code.

Text Font Color

.myTextColor { color: #8270BA; }

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

This text font color is #8270BA.


Background Color

.myBgColor { background-color: #8270BA; }

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

This div background color is #8270BA.


Border color

.myBorderColor { border: 1px solid #8270BA; }

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

This div border color is #8270BA.


Opacity

.myOpacity80 { color: #8270BA; opacity: 0.8; }

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

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

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

This text has shadow with #8270BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8270BA on black background.


Color preview on white background

This text has color #8270BA on white background.



Black color preview on #8270BA background

This text has black color on #8270BA background.


White color preview on #8270BA background

This text has white color on #8270BA background.