COLOR #801866

HEX: #801866 RGB: (128,24,102)

Color info

#801866 contains mainly red and blue colors. Web safe color of #801866 is #660066 (or #606).

RGB color model

#801866 color RGB value is (128,24,102).

RGB: (128,24,102) (50%, 9%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 24 of 255 = 9%
B 102 of 255 = 40%

128
24
102

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

Portions of RGB colors in percentages

R + G + B = 128 + 24 + 102 = 254 (100%)
R 128 of 254 ~ 50.39%
G 24 of 254 ~ 9.45%
B 102 of 254 ~ 40.16'%

%50.39
%40.16

CMYK color model

#801866 color CMYK value is (0,81,20,50).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 20.31%
  • key color value is 49.80%

CMYK: (0,81,20,50)
C0M81Y20K50 (0%, 81%, 20%, 50%)
(0.00 / 0.81 / 0.20 / 0.50)

CMYK percentages

%0
%81.25
%20.31
%49.8

Codes

Color #801866 in popluar color models

80 18 66
RGB 128 24 102
HSL 315° 68.42% 29.80%
HSB/HSV 315° 81.25% 50.20%
CMYK 0.00% 81.25% 20.31%
49.80%

Color #801866 in popluar number systems.

HEX 80 18 66
Decimal 128 24 102
Binary 10000000 11000 1100110
Octal 200 30 146

Shades and tints

Shades of #801866

#801866
(128,24,102)
#75165D
(117,22,93)
#6A1454
(106,20,84)
#5F124B
(95,18,75)
#541042
(84,16,66)
#490E39
(73,14,57)
#3E0C30
(62,12,48)
#330A27
(51,10,39)
#28081E
(40,8,30)
#1D0615
(29,6,21)
#12040C
(18,4,12)
#000000
(0,0,0)

Tints of #801866

#801866
(128,24,102)
#8B2D73
(139,45,115)
#964280
(150,66,128)
#A1578D
(161,87,141)
#AC6C9A
(172,108,154)
#B781A7
(183,129,167)
#C296B4
(194,150,180)
#CDABC1
(205,171,193)
#D8C0CE
(216,192,206)
#E3D5DB
(227,213,219)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801866 color. Also use rgb(128,24,102) instead hex code.

Text Font Color

.myTextColor { color: #801866; }

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

This text font color is #801866.

Background Color

.myBgColor { background-color: #801866; }

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

This div background color is #801866.

Border color

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

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

This div border color is #801866.

Opacity

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

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

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

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

This text has shadow with #801866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #801866.

Preview

Color preview on black background

This text has color #801866 on black background.


Color preview on white background

This text has color #801866 on white background.


Black color preview on #801866 background

This text has black color on #801866 background.


White color preview on #801866 background

This text has white color on #801866 background.


Related colors

Complementary color

Complementary color for #hex is #7FE799.


I love getcolorcode.com

Triadic colors

1 #668018 and #186680 with #801866 are triadic colors.

2 #661880 and #188066 with #801866 are triadic colors.