COLOR #8155E6

HEX: #8155E6
RGB: (129,85,230)

Color info

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

RGB color model

#8155E6 color RGB value is (129,85,230).

  • red value is 129;
  • green value is 85;
  • blue value is 230.
RGB:
(129,85,230)
(51%,33%,90%)

RGB channels and saturation

R 129 of 255 = 51%
G 85 of 255 = 33%
B 230 of 255 = 90%

129
85
230

R + G + B ~ 58%. #8155E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 85 + 230 = 444 (100%)
R 129 of 444 ~ 29.05%
G 85 of 444 ~ 19.14%
B 230 of 444 ~ 51.8%

%29.05
%19.14
%51.8

CMYK color model

#8155E6 color CMYK value is (44,63,0,10).

  • cyan value is 43.91%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(44,63,0,10)
C44M63Y0K10 
(44%,63%,0%,10%)
(0.44/0.63/0.00/0.10)	

CMYK percentages

%43.91
%63.04
%0
%9.8

Codes

Color #8155E6 in popluar color models

8155E6
RGB12985230
HSL258°74.36%61.76%
HSB/HSV258°63.04%90.20%
CMYK43.91%63.04%0.00%
9.80%

Color #8155E6 in popluar number systems.

HEX8155E6
Decimal12985230
Binary10000001101010111100110
Octal201125346

Shades and tints

Shades of #8155E6

#8155E6
(129,85,230)
#764ED2
(118,78,210)
#6B47BE
(107,71,190)
#6040AA
(96,64,170)
#553996
(85,57,150)
#4A3282
(74,50,130)
#3F2B6E
(63,43,110)
#34245A
(52,36,90)
#291D46
(41,29,70)
#1E1632
(30,22,50)
#130F1E
(19,15,30)
#000000
(0,0,0)

Tints of #8155E6

#8155E6
(129,85,230)
#8C64E8
(140,100,232)
#9773EA
(151,115,234)
#A282EC
(162,130,236)
#AD91EE
(173,145,238)
#B8A0F0
(184,160,240)
#C3AFF2
(195,175,242)
#CEBEF4
(206,190,244)
#D9CDF6
(217,205,246)
#E4DCF8
(228,220,248)
#EFEBFA
(239,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8155E6 color. Also use rgb(129,85,230) instead hex code.

Text Font Color

.myTextColor { color: #8155E6; }

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

This text font color is #8155E6.


Background Color

.myBgColor { background-color: #8155E6; }

<div style="background-color:#8155E6">Inner text</div>

This div background color is #8155E6.


Border color

.myBorderColor { border: 1px solid #8155E6; }

<div style="border:3px solid #8155E6">Div</div>

This div border color is #8155E6.


Opacity

.myOpacity80 { color: #8155E6; opacity: 0.8; }

<p style="color:#8155E6;opacity:0.8;">80%</p>

Text with #8155E6 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 #8155E6;}

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

This text has shadow with #8155E6 color.

.textShadow {text-shadow: 3px 3px 1px #8155E6, 3px 3px 1px red;}

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

This text has shadow with #8155E6 primary color and red secondary color.


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

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

This text has shadow with #8155E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8155E6 on black background.


Color preview on white background

This text has color #8155E6 on white background.



Black color preview on #8155E6 background

This text has black color on #8155E6 background.


White color preview on #8155E6 background

This text has white color on #8155E6 background.