COLOR #8553C4

HEX: #8553C4
RGB: (133,83,196)

Color info

#8553C4 contains mainly blue color. Web safe color of #8553C4 is #9966CC (or #96C).

RGB color model

#8553C4 color RGB value is (133,83,196).

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

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 196 of 255 = 77%

133
83
196

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

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 196 = 412 (100%)
R 133 of 412 ~ 32.28%
G 83 of 412 ~ 20.15%
B 196 of 412 ~ 47.57%

%32.28
%20.15
%47.57

CMYK color model

#8553C4 color CMYK value is (32,58,0,23).

  • cyan value is 32.14%
  • magenta value is 57.65%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,58,0,23)
C32M58Y0K23 
(32%,58%,0%,23%)
(0.32/0.58/0.00/0.23)	

CMYK percentages

%32.14
%57.65
%0
%23.14

Codes

Color #8553C4 in popluar color models

8553C4
RGB13383196
HSL267°48.92%54.71%
HSB/HSV267°57.65%76.86%
CMYK32.14%57.65%0.00%
23.14%

Color #8553C4 in popluar number systems.

HEX8553C4
Decimal13383196
Binary10000101101001111000100
Octal205123304

Shades and tints

Shades of #8553C4

#8553C4
(133,83,196)
#794CB3
(121,76,179)
#6D45A2
(109,69,162)
#613E91
(97,62,145)
#553780
(85,55,128)
#49306F
(73,48,111)
#3D295E
(61,41,94)
#31224D
(49,34,77)
#251B3C
(37,27,60)
#19142B
(25,20,43)
#0D0D1A
(13,13,26)
#000000
(0,0,0)

Tints of #8553C4

#8553C4
(133,83,196)
#9062C9
(144,98,201)
#9B71CE
(155,113,206)
#A680D3
(166,128,211)
#B18FD8
(177,143,216)
#BC9EDD
(188,158,221)
#C7ADE2
(199,173,226)
#D2BCE7
(210,188,231)
#DDCBEC
(221,203,236)
#E8DAF1
(232,218,241)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8553C4; }

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

This text font color is #8553C4.


Background Color

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

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

This div background color is #8553C4.


Border color

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

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

This div border color is #8553C4.


Opacity

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

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

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

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

This text has shadow with #8553C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8553C4 on black background.


Color preview on white background

This text has color #8553C4 on white background.



Black color preview on #8553C4 background

This text has black color on #8553C4 background.


White color preview on #8553C4 background

This text has white color on #8553C4 background.