COLOR #815A99

HEX: #815A99
RGB: (129,90,153)

Color info

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

RGB color model

#815A99 color RGB value is (129,90,153).

  • red value is 129;
  • green value is 90;
  • blue value is 153.
RGB:
(129,90,153)
(51%,35%,60%)

RGB channels and saturation

R 129 of 255 = 51%
G 90 of 255 = 35%
B 153 of 255 = 60%

129
90
153

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

Portions of RGB colors in percentages

R + G + B =
129 + 90 + 153 = 372 (100%)
R 129 of 372 ~ 34.68%
G 90 of 372 ~ 24.19%
B 153 of 372 ~ 41.13%

%34.68
%24.19
%41.13

CMYK color model

#815A99 color CMYK value is (16,41,0,40).

  • cyan value is 15.69%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(16,41,0,40)
C16M41Y0K40 
(16%,41%,0%,40%)
(0.16/0.41/0.00/0.40)	

CMYK percentages

%15.69
%41.18
%0
%40

Codes

Color #815A99 in popluar color models

815A99
RGB12990153
HSL277°25.93%47.65%
HSB/HSV277°41.18%60.00%
CMYK15.69%41.18%0.00%
40.00%

Color #815A99 in popluar number systems.

HEX815A99
Decimal12990153
Binary10000001101101010011001
Octal201132231

Shades and tints

Shades of #815A99

#815A99
(129,90,153)
#76528C
(118,82,140)
#6B4A7F
(107,74,127)
#604272
(96,66,114)
#553A65
(85,58,101)
#4A3258
(74,50,88)
#3F2A4B
(63,42,75)
#34223E
(52,34,62)
#291A31
(41,26,49)
#1E1224
(30,18,36)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #815A99

#815A99
(129,90,153)
#8C69A2
(140,105,162)
#9778AB
(151,120,171)
#A287B4
(162,135,180)
#AD96BD
(173,150,189)
#B8A5C6
(184,165,198)
#C3B4CF
(195,180,207)
#CEC3D8
(206,195,216)
#D9D2E1
(217,210,225)
#E4E1EA
(228,225,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815A99 color. Also use rgb(129,90,153) instead hex code.

Text Font Color

.myTextColor { color: #815A99; }

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

This text font color is #815A99.


Background Color

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

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

This div background color is #815A99.


Border color

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

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

This div border color is #815A99.


Opacity

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

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

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

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

This text has shadow with #815A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815A99 on black background.


Color preview on white background

This text has color #815A99 on white background.



Black color preview on #815A99 background

This text has black color on #815A99 background.


White color preview on #815A99 background

This text has white color on #815A99 background.