COLOR #8565A9

HEX: #8565A9
RGB: (133,101,169)

Color info

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

RGB color model

#8565A9 color RGB value is (133,101,169).

  • red value is 133;
  • green value is 101;
  • blue value is 169.
RGB:
(133,101,169)
(52%,40%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 169 of 255 = 66%

133
101
169

R + G + B ~ 53%. #8565A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 101 + 169 = 403 (100%)
R 133 of 403 ~ 33%
G 101 of 403 ~ 25.06%
B 169 of 403 ~ 41.94%

%33
%25.06
%41.94

CMYK color model

#8565A9 color CMYK value is (21,40,0,34).

  • cyan value is 21.30%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,40,0,34)
C21M40Y0K34 
(21%,40%,0%,34%)
(0.21/0.40/0.00/0.34)	

CMYK percentages

%21.3
%40.24
%0
%33.73

Codes

Color #8565A9 in popluar color models

8565A9
RGB133101169
HSL268°28.33%52.94%
HSB/HSV268°40.24%66.27%
CMYK21.30%40.24%0.00%
33.73%

Color #8565A9 in popluar number systems.

HEX8565A9
Decimal133101169
Binary10000101110010110101001
Octal205145251

Shades and tints

Shades of #8565A9

#8565A9
(133,101,169)
#795C9A
(121,92,154)
#6D538B
(109,83,139)
#614A7C
(97,74,124)
#55416D
(85,65,109)
#49385E
(73,56,94)
#3D2F4F
(61,47,79)
#312640
(49,38,64)
#251D31
(37,29,49)
#191422
(25,20,34)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #8565A9

#8565A9
(133,101,169)
#9073B0
(144,115,176)
#9B81B7
(155,129,183)
#A68FBE
(166,143,190)
#B19DC5
(177,157,197)
#BCABCC
(188,171,204)
#C7B9D3
(199,185,211)
#D2C7DA
(210,199,218)
#DDD5E1
(221,213,225)
#E8E3E8
(232,227,232)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8565A9 color. Also use rgb(133,101,169) instead hex code.

Text Font Color

.myTextColor { color: #8565A9; }

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

This text font color is #8565A9.


Background Color

.myBgColor { background-color: #8565A9; }

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

This div background color is #8565A9.


Border color

.myBorderColor { border: 1px solid #8565A9; }

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

This div border color is #8565A9.


Opacity

.myOpacity80 { color: #8565A9; opacity: 0.8; }

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

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

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

This text has shadow with #8565A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8565A9 on black background.


Color preview on white background

This text has color #8565A9 on white background.



Black color preview on #8565A9 background

This text has black color on #8565A9 background.


White color preview on #8565A9 background

This text has white color on #8565A9 background.