COLOR #802B6F

HEX: #802B6F
RGB: (128,43,111)

Color info

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

RGB color model

#802B6F color RGB value is (128,43,111).

  • red value is 128;
  • green value is 43;
  • blue value is 111.
RGB:
(128,43,111)
(50%,17%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 43 of 255 = 17%
B 111 of 255 = 44%

128
43
111

R + G + B ~ 37%. #802B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 43 + 111 = 282 (100%)
R 128 of 282 ~ 45.39%
G 43 of 282 ~ 15.25%
B 111 of 282 ~ 39.36%

%45.39
%15.25
%39.36

CMYK color model

#802B6F color CMYK value is (0,66,13,50).

  • cyan value is 0.00%
  • magenta value is 66.41%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK:
(0,66,13,50)
C0M66Y13K50 
(0%,66%,13%,50%)
(0.00/0.66/0.13/0.50)	

CMYK percentages

%0
%66.41
%13.28
%49.8

Codes

Color #802B6F in popluar color models

802B6F
RGB12843111
HSL312°49.71%33.53%
HSB/HSV312°66.41%50.20%
CMYK0.00%66.41%13.28%
49.80%

Color #802B6F in popluar number systems.

HEX802B6F
Decimal12843111
Binary100000001010111101111
Octal20053157

Shades and tints

Shades of #802B6F

#802B6F
(128,43,111)
#752865
(117,40,101)
#6A255B
(106,37,91)
#5F2251
(95,34,81)
#541F47
(84,31,71)
#491C3D
(73,28,61)
#3E1933
(62,25,51)
#331629
(51,22,41)
#28131F
(40,19,31)
#1D1015
(29,16,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #802B6F

#802B6F
(128,43,111)
#8B3E7C
(139,62,124)
#965189
(150,81,137)
#A16496
(161,100,150)
#AC77A3
(172,119,163)
#B78AB0
(183,138,176)
#C29DBD
(194,157,189)
#CDB0CA
(205,176,202)
#D8C3D7
(216,195,215)
#E3D6E4
(227,214,228)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802B6F color. Also use rgb(128,43,111) instead hex code.

Text Font Color

.myTextColor { color: #802B6F; }

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

This text font color is #802B6F.


Background Color

.myBgColor { background-color: #802B6F; }

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

This div background color is #802B6F.


Border color

.myBorderColor { border: 1px solid #802B6F; }

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

This div border color is #802B6F.


Opacity

.myOpacity80 { color: #802B6F; opacity: 0.8; }

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

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

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

This text has shadow with #802B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802B6F on black background.


Color preview on white background

This text has color #802B6F on white background.



Black color preview on #802B6F background

This text has black color on #802B6F background.


White color preview on #802B6F background

This text has white color on #802B6F background.