COLOR #802555

HEX: #802555
RGB: (128,37,85)

Color info

#802555 contains mainly red and blue colors. Web safe color of #802555 is #663366 (or #636).

RGB color model

#802555 color RGB value is (128,37,85).

  • red value is 128;
  • green value is 37;
  • blue value is 85.
RGB:
(128,37,85)
(50%,15%,33%)

RGB channels and saturation

R 128 of 255 = 50%
G 37 of 255 = 15%
B 85 of 255 = 33%

128
37
85

R + G + B ~ 33%. #802555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 37 + 85 = 250 (100%)
R 128 of 250 ~ 51.2%
G 37 of 250 ~ 14.8%
B 85 of 250 ~ 34%

%51.2
%14.8
%34

CMYK color model

#802555 color CMYK value is (0,71,34,50).

  • cyan value is 0.00%
  • magenta value is 71.09%
  • yellow value is 33.59%
  • key color value is 49.80%
CMYK:
(0,71,34,50)
C0M71Y34K50 
(0%,71%,34%,50%)
(0.00/0.71/0.34/0.50)	

CMYK percentages

%0
%71.09
%33.59
%49.8

Codes

Color #802555 in popluar color models

802555
RGB1283785
HSL328°55.15%32.35%
HSB/HSV328°71.09%50.20%
CMYK0.00%71.09%33.59%
49.80%

Color #802555 in popluar number systems.

HEX802555
Decimal1283785
Binary100000001001011010101
Octal20045125

Shades and tints

Shades of #802555

#802555
(128,37,85)
#75224E
(117,34,78)
#6A1F47
(106,31,71)
#5F1C40
(95,28,64)
#541939
(84,25,57)
#491632
(73,22,50)
#3E132B
(62,19,43)
#331024
(51,16,36)
#280D1D
(40,13,29)
#1D0A16
(29,10,22)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #802555

#802555
(128,37,85)
#8B3864
(139,56,100)
#964B73
(150,75,115)
#A15E82
(161,94,130)
#AC7191
(172,113,145)
#B784A0
(183,132,160)
#C297AF
(194,151,175)
#CDAABE
(205,170,190)
#D8BDCD
(216,189,205)
#E3D0DC
(227,208,220)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802555 color. Also use rgb(128,37,85) instead hex code.

Text Font Color

.myTextColor { color: #802555; }

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

This text font color is #802555.


Background Color

.myBgColor { background-color: #802555; }

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

This div background color is #802555.


Border color

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

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

This div border color is #802555.


Opacity

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

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

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

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

This text has shadow with #802555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802555 on black background.


Color preview on white background

This text has color #802555 on white background.



Black color preview on #802555 background

This text has black color on #802555 background.


White color preview on #802555 background

This text has white color on #802555 background.