COLOR #803085

HEX: #803085
RGB: (128,48,133)

Color info

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

RGB color model

#803085 color RGB value is (128,48,133).

  • red value is 128;
  • green value is 48;
  • blue value is 133.
RGB:
(128,48,133)
(50%,19%,52%)

RGB channels and saturation

R 128 of 255 = 50%
G 48 of 255 = 19%
B 133 of 255 = 52%

128
48
133

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

Portions of RGB colors in percentages

R + G + B =
128 + 48 + 133 = 309 (100%)
R 128 of 309 ~ 41.42%
G 48 of 309 ~ 15.53%
B 133 of 309 ~ 43.04%

%41.42
%15.53
%43.04

CMYK color model

#803085 color CMYK value is (4,64,0,48).

  • cyan value is 3.76%
  • magenta value is 63.91%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(4,64,0,48)
C4M64Y0K48 
(4%,64%,0%,48%)
(0.04/0.64/0.00/0.48)	

CMYK percentages

%3.76
%63.91
%0
%47.84

Codes

Color #803085 in popluar color models

803085
RGB12848133
HSL296°46.96%35.49%
HSB/HSV296°63.91%52.16%
CMYK3.76%63.91%0.00%
47.84%

Color #803085 in popluar number systems.

HEX803085
Decimal12848133
Binary1000000011000010000101
Octal20060205

Shades and tints

Shades of #803085

#803085
(128,48,133)
#752C79
(117,44,121)
#6A286D
(106,40,109)
#5F2461
(95,36,97)
#542055
(84,32,85)
#491C49
(73,28,73)
#3E183D
(62,24,61)
#331431
(51,20,49)
#281025
(40,16,37)
#1D0C19
(29,12,25)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #803085

#803085
(128,48,133)
#8B4290
(139,66,144)
#96549B
(150,84,155)
#A166A6
(161,102,166)
#AC78B1
(172,120,177)
#B78ABC
(183,138,188)
#C29CC7
(194,156,199)
#CDAED2
(205,174,210)
#D8C0DD
(216,192,221)
#E3D2E8
(227,210,232)
#EEE4F3
(238,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803085 color. Also use rgb(128,48,133) instead hex code.

Text Font Color

.myTextColor { color: #803085; }

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

This text font color is #803085.


Background Color

.myBgColor { background-color: #803085; }

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

This div background color is #803085.


Border color

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

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

This div border color is #803085.


Opacity

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

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

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

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

This text has shadow with #803085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803085 on black background.


Color preview on white background

This text has color #803085 on white background.



Black color preview on #803085 background

This text has black color on #803085 background.


White color preview on #803085 background

This text has white color on #803085 background.