COLOR #803193

HEX: #803193
RGB: (128,49,147)

Color info

#803193 contains mainly red and blue colors. Web safe color of #803193 is #663399 (or #639).

RGB color model

#803193 color RGB value is (128,49,147).

  • red value is 128;
  • green value is 49;
  • blue value is 147.
RGB:
(128,49,147)
(50%,19%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 49 of 255 = 19%
B 147 of 255 = 58%

128
49
147

R + G + B ~ 42%. #803193 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 49 + 147 = 324 (100%)
R 128 of 324 ~ 39.51%
G 49 of 324 ~ 15.12%
B 147 of 324 ~ 45.37%

%39.51
%15.12
%45.37

CMYK color model

#803193 color CMYK value is (13,67,0,42).

  • cyan value is 12.93%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(13,67,0,42)
C13M67Y0K42 
(13%,67%,0%,42%)
(0.13/0.67/0.00/0.42)	

CMYK percentages

%12.93
%66.67
%0
%42.35

Codes

Color #803193 in popluar color models

803193
RGB12849147
HSL288°50.00%38.43%
HSB/HSV288°66.67%57.65%
CMYK12.93%66.67%0.00%
42.35%

Color #803193 in popluar number systems.

HEX803193
Decimal12849147
Binary1000000011000110010011
Octal20061223

Shades and tints

Shades of #803193

#803193
(128,49,147)
#752D86
(117,45,134)
#6A2979
(106,41,121)
#5F256C
(95,37,108)
#54215F
(84,33,95)
#491D52
(73,29,82)
#3E1945
(62,25,69)
#331538
(51,21,56)
#28112B
(40,17,43)
#1D0D1E
(29,13,30)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #803193

#803193
(128,49,147)
#8B439C
(139,67,156)
#9655A5
(150,85,165)
#A167AE
(161,103,174)
#AC79B7
(172,121,183)
#B78BC0
(183,139,192)
#C29DC9
(194,157,201)
#CDAFD2
(205,175,210)
#D8C1DB
(216,193,219)
#E3D3E4
(227,211,228)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803193 color. Also use rgb(128,49,147) instead hex code.

Text Font Color

.myTextColor { color: #803193; }

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

This text font color is #803193.


Background Color

.myBgColor { background-color: #803193; }

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

This div background color is #803193.


Border color

.myBorderColor { border: 1px solid #803193; }

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

This div border color is #803193.


Opacity

.myOpacity80 { color: #803193; opacity: 0.8; }

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

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

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

This text has shadow with #803193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803193 on black background.


Color preview on white background

This text has color #803193 on white background.



Black color preview on #803193 background

This text has black color on #803193 background.


White color preview on #803193 background

This text has white color on #803193 background.