COLOR #8553A8

HEX: #8553A8
RGB: (133,83,168)

Color info

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

RGB color model

#8553A8 color RGB value is (133,83,168).

  • red value is 133;
  • green value is 83;
  • blue value is 168.
RGB:
(133,83,168)
(52%,33%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 168 of 255 = 66%

133
83
168

R + G + B ~ 50%. #8553A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 168 = 384 (100%)
R 133 of 384 ~ 34.64%
G 83 of 384 ~ 21.61%
B 168 of 384 ~ 43.75%

%34.64
%21.61
%43.75

CMYK color model

#8553A8 color CMYK value is (21,51,0,34).

  • cyan value is 20.83%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(21,51,0,34)
C21M51Y0K34 
(21%,51%,0%,34%)
(0.21/0.51/0.00/0.34)	

CMYK percentages

%20.83
%50.6
%0
%34.12

Codes

Color #8553A8 in popluar color models

8553A8
RGB13383168
HSL275°33.86%49.22%
HSB/HSV275°50.60%65.88%
CMYK20.83%50.60%0.00%
34.12%

Color #8553A8 in popluar number systems.

HEX8553A8
Decimal13383168
Binary10000101101001110101000
Octal205123250

Shades and tints

Shades of #8553A8

#8553A8
(133,83,168)
#794C99
(121,76,153)
#6D458A
(109,69,138)
#613E7B
(97,62,123)
#55376C
(85,55,108)
#49305D
(73,48,93)
#3D294E
(61,41,78)
#31223F
(49,34,63)
#251B30
(37,27,48)
#191421
(25,20,33)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #8553A8

#8553A8
(133,83,168)
#9062AF
(144,98,175)
#9B71B6
(155,113,182)
#A680BD
(166,128,189)
#B18FC4
(177,143,196)
#BC9ECB
(188,158,203)
#C7ADD2
(199,173,210)
#D2BCD9
(210,188,217)
#DDCBE0
(221,203,224)
#E8DAE7
(232,218,231)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8553A8 color. Also use rgb(133,83,168) instead hex code.

Text Font Color

.myTextColor { color: #8553A8; }

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

This text font color is #8553A8.


Background Color

.myBgColor { background-color: #8553A8; }

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

This div background color is #8553A8.


Border color

.myBorderColor { border: 1px solid #8553A8; }

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

This div border color is #8553A8.


Opacity

.myOpacity80 { color: #8553A8; opacity: 0.8; }

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

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

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

This text has shadow with #8553A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8553A8 on black background.


Color preview on white background

This text has color #8553A8 on white background.



Black color preview on #8553A8 background

This text has black color on #8553A8 background.


White color preview on #8553A8 background

This text has white color on #8553A8 background.