COLOR #815CA8

HEX: #815CA8 RGB: (129,92,168)

Color info

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

RGB color model

#815CA8 color RGB value is (129,92,168).

RGB: (129,92,168) (51%, 36%, 66%)

RGB channels and saturation

R 129 of 255 = 51%
G 92 of 255 = 36%
B 168 of 255 = 66%

129
92
168

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

Portions of RGB colors in percentages

R + G + B = 129 + 92 + 168 = 389 (100%)
R 129 of 389 ~ 33.16%
G 92 of 389 ~ 23.65%
B 168 of 389 ~ 43.19'%

%33.16
%23.65
%43.19

CMYK color model

#815CA8 color CMYK value is (23,45,0,34).

  • cyan value is 23.21%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (23,45,0,34)
C23M45Y0K34 (23%, 45%, 0%, 34%)
(0.23 / 0.45 / 0.00 / 0.34)

CMYK percentages

%23.21
%45.24
%0
%34.12

Codes

Color #815CA8 in popluar color models

81 5C A8
RGB 129 92 168
HSL 269° 30.40% 50.98%
HSB/HSV 269° 45.24% 65.88%
CMYK 23.21% 45.24% 0.00%
34.12%

Color #815CA8 in popluar number systems.

HEX 81 5C A8
Decimal 129 92 168
Binary 10000001 1011100 10101000
Octal 201 134 250

Shades and tints

Shades of #815CA8

#815CA8
(129,92,168)
#765499
(118,84,153)
#6B4C8A
(107,76,138)
#60447B
(96,68,123)
#553C6C
(85,60,108)
#4A345D
(74,52,93)
#3F2C4E
(63,44,78)
#34243F
(52,36,63)
#291C30
(41,28,48)
#1E1421
(30,20,33)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #815CA8

#815CA8
(129,92,168)
#8C6AAF
(140,106,175)
#9778B6
(151,120,182)
#A286BD
(162,134,189)
#AD94C4
(173,148,196)
#B8A2CB
(184,162,203)
#C3B0D2
(195,176,210)
#CEBED9
(206,190,217)
#D9CCE0
(217,204,224)
#E4DAE7
(228,218,231)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815CA8; }

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

This text font color is #815CA8.

Background Color

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

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

This div background color is #815CA8.

Border color

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

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

This div border color is #815CA8.

Opacity

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

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

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

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

This text has shadow with #815CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #815CA8.

Preview

Color preview on black background

This text has color #815CA8 on black background.


Color preview on white background

This text has color #815CA8 on white background.


Black color preview on #815CA8 background

This text has black color on #815CA8 background.


White color preview on #815CA8 background

This text has white color on #815CA8 background.


Related colors

Complementary color

Complementary color for #hex is #7EA357.


I love getcolorcode.com

Triadic colors

1 #A8815C and #5CA881 with #815CA8 are triadic colors.

2 #A85C81 and #5C81A8 with #815CA8 are triadic colors.