COLOR #815187

HEX: #815187
RGB: (129,81,135)

Color info

#815187 contains red, green and blue colors in about the same proportion. Web safe color of #815187 is #996699 (or #969).

RGB color model

#815187 color RGB value is (129,81,135).

  • red value is 129;
  • green value is 81;
  • blue value is 135.
RGB:
(129,81,135)
(51%,32%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 81 of 255 = 32%
B 135 of 255 = 53%

129
81
135

R + G + B ~ 45%. #815187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 81 + 135 = 345 (100%)
R 129 of 345 ~ 37.39%
G 81 of 345 ~ 23.48%
B 135 of 345 ~ 39.13%

%37.39
%23.48
%39.13

CMYK color model

#815187 color CMYK value is (4,40,0,47).

  • cyan value is 4.44%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,40,0,47)
C4M40Y0K47 
(4%,40%,0%,47%)
(0.04/0.40/0.00/0.47)	

CMYK percentages

%4.44
%40
%0
%47.06

Codes

Color #815187 in popluar color models

815187
RGB12981135
HSL293°25.00%42.35%
HSB/HSV293°40.00%52.94%
CMYK4.44%40.00%0.00%
47.06%

Color #815187 in popluar number systems.

HEX815187
Decimal12981135
Binary10000001101000110000111
Octal201121207

Shades and tints

Shades of #815187

#815187
(129,81,135)
#764A7B
(118,74,123)
#6B436F
(107,67,111)
#603C63
(96,60,99)
#553557
(85,53,87)
#4A2E4B
(74,46,75)
#3F273F
(63,39,63)
#342033
(52,32,51)
#291927
(41,25,39)
#1E121B
(30,18,27)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #815187

#815187
(129,81,135)
#8C6091
(140,96,145)
#976F9B
(151,111,155)
#A27EA5
(162,126,165)
#AD8DAF
(173,141,175)
#B89CB9
(184,156,185)
#C3ABC3
(195,171,195)
#CEBACD
(206,186,205)
#D9C9D7
(217,201,215)
#E4D8E1
(228,216,225)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815187 color. Also use rgb(129,81,135) instead hex code.

Text Font Color

.myTextColor { color: #815187; }

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

This text font color is #815187.


Background Color

.myBgColor { background-color: #815187; }

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

This div background color is #815187.


Border color

.myBorderColor { border: 1px solid #815187; }

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

This div border color is #815187.


Opacity

.myOpacity80 { color: #815187; opacity: 0.8; }

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

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

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

This text has shadow with #815187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815187 on black background.


Color preview on white background

This text has color #815187 on white background.



Black color preview on #815187 background

This text has black color on #815187 background.


White color preview on #815187 background

This text has white color on #815187 background.