COLOR #8272D8

HEX: #8272D8
RGB: (130,114,216)

Color info

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

RGB color model

#8272D8 color RGB value is (130,114,216).

  • red value is 130;
  • green value is 114;
  • blue value is 216.
RGB:
(130,114,216)
(51%,45%,85%)

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 216 of 255 = 85%

130
114
216

R + G + B ~ 60%. #8272D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 216 = 460 (100%)
R 130 of 460 ~ 28.26%
G 114 of 460 ~ 24.78%
B 216 of 460 ~ 46.96%

%28.26
%24.78
%46.96

CMYK color model

#8272D8 color CMYK value is (40,47,0,15).

  • cyan value is 39.81%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(40,47,0,15)
C40M47Y0K15 
(40%,47%,0%,15%)
(0.40/0.47/0.00/0.15)	

CMYK percentages

%39.81
%47.22
%0
%15.29

Codes

Color #8272D8 in popluar color models

8272D8
RGB130114216
HSL249°56.67%64.71%
HSB/HSV249°47.22%84.71%
CMYK39.81%47.22%0.00%
15.29%

Color #8272D8 in popluar number systems.

HEX8272D8
Decimal130114216
Binary10000010111001011011000
Octal202162330

Shades and tints

Shades of #8272D8

#8272D8
(130,114,216)
#7768C5
(119,104,197)
#6C5EB2
(108,94,178)
#61549F
(97,84,159)
#564A8C
(86,74,140)
#4B4079
(75,64,121)
#403666
(64,54,102)
#352C53
(53,44,83)
#2A2240
(42,34,64)
#1F182D
(31,24,45)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #8272D8

#8272D8
(130,114,216)
#8D7EDB
(141,126,219)
#988ADE
(152,138,222)
#A396E1
(163,150,225)
#AEA2E4
(174,162,228)
#B9AEE7
(185,174,231)
#C4BAEA
(196,186,234)
#CFC6ED
(207,198,237)
#DAD2F0
(218,210,240)
#E5DEF3
(229,222,243)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8272D8 color. Also use rgb(130,114,216) instead hex code.

Text Font Color

.myTextColor { color: #8272D8; }

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

This text font color is #8272D8.


Background Color

.myBgColor { background-color: #8272D8; }

<div style="background-color:#8272D8">Inner text</div>

This div background color is #8272D8.


Border color

.myBorderColor { border: 1px solid #8272D8; }

<div style="border:3px solid #8272D8">Div</div>

This div border color is #8272D8.


Opacity

.myOpacity80 { color: #8272D8; opacity: 0.8; }

<p style="color:#8272D8;opacity:0.8;">80%</p>

Text with #8272D8 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 #8272D8;}

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

This text has shadow with #8272D8 color.

.textShadow {text-shadow: 3px 3px 1px #8272D8, 3px 3px 1px red;}

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

This text has shadow with #8272D8 primary color and red secondary color.


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

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

This text has shadow with #8272D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8272D8 on black background.


Color preview on white background

This text has color #8272D8 on white background.



Black color preview on #8272D8 background

This text has black color on #8272D8 background.


White color preview on #8272D8 background

This text has white color on #8272D8 background.