COLOR #815CB3

HEX: #815CB3
RGB: (129,92,179)

Color info

#815CB3 contains mainly red and blue colors. Web safe color of #815CB3 is #996699 (or #969).

RGB color model

#815CB3 color RGB value is (129,92,179).

  • red value is 129;
  • green value is 92;
  • blue value is 179.
RGB:
(129,92,179)
(51%,36%,70%)

RGB channels and saturation

R 129 of 255 = 51%
G 92 of 255 = 36%
B 179 of 255 = 70%

129
92
179

R + G + B ~ 52%. #815CB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 92 + 179 = 400 (100%)
R 129 of 400 ~ 32.25%
G 92 of 400 ~ 23%
B 179 of 400 ~ 44.75%

%32.25
%23
%44.75

CMYK color model

#815CB3 color CMYK value is (28,49,0,30).

  • cyan value is 27.93%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(28,49,0,30)
C28M49Y0K30 
(28%,49%,0%,30%)
(0.28/0.49/0.00/0.30)	

CMYK percentages

%27.93
%48.6
%0
%29.8

Codes

Color #815CB3 in popluar color models

815CB3
RGB12992179
HSL266°36.40%53.14%
HSB/HSV266°48.60%70.20%
CMYK27.93%48.60%0.00%
29.80%

Color #815CB3 in popluar number systems.

HEX815CB3
Decimal12992179
Binary10000001101110010110011
Octal201134263

Shades and tints

Shades of #815CB3

#815CB3
(129,92,179)
#7654A3
(118,84,163)
#6B4C93
(107,76,147)
#604483
(96,68,131)
#553C73
(85,60,115)
#4A3463
(74,52,99)
#3F2C53
(63,44,83)
#342443
(52,36,67)
#291C33
(41,28,51)
#1E1423
(30,20,35)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #815CB3

#815CB3
(129,92,179)
#8C6AB9
(140,106,185)
#9778BF
(151,120,191)
#A286C5
(162,134,197)
#AD94CB
(173,148,203)
#B8A2D1
(184,162,209)
#C3B0D7
(195,176,215)
#CEBEDD
(206,190,221)
#D9CCE3
(217,204,227)
#E4DAE9
(228,218,233)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815CB3 color. Also use rgb(129,92,179) instead hex code.

Text Font Color

.myTextColor { color: #815CB3; }

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

This text font color is #815CB3.


Background Color

.myBgColor { background-color: #815CB3; }

<div style="background-color:#815CB3">Inner text</div>

This div background color is #815CB3.


Border color

.myBorderColor { border: 1px solid #815CB3; }

<div style="border:3px solid #815CB3">Div</div>

This div border color is #815CB3.


Opacity

.myOpacity80 { color: #815CB3; opacity: 0.8; }

<p style="color:#815CB3;opacity:0.8;">80%</p>

Text with #815CB3 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 #815CB3;}

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

This text has shadow with #815CB3 color.

.textShadow {text-shadow: 3px 3px 1px #815CB3, 3px 3px 1px red;}

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

This text has shadow with #815CB3 primary color and red secondary color.


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

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

This text has shadow with #815CB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815CB3 on black background.


Color preview on white background

This text has color #815CB3 on white background.



Black color preview on #815CB3 background

This text has black color on #815CB3 background.


White color preview on #815CB3 background

This text has white color on #815CB3 background.