COLOR #80068C

HEX: #80068C
RGB: (128,6,140)

Color info

#80068C contains mainly red and blue colors. Web safe color of #80068C is #660099 (or #609).

RGB color model

#80068C color RGB value is (128,6,140).

  • red value is 128;
  • green value is 6;
  • blue value is 140.
RGB:
(128,6,140)
(50%,2%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 6 of 255 = 2%
B 140 of 255 = 55%

128
6
140

R + G + B ~ 36%. #80068C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 6 + 140 = 274 (100%)
R 128 of 274 ~ 46.72%
G 6 of 274 ~ 2.19%
B 140 of 274 ~ 51.09%

%46.72
%51.09

CMYK color model

#80068C color CMYK value is (9,96,0,45).

  • cyan value is 8.57%
  • magenta value is 95.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(9,96,0,45)
C9M96Y0K45 
(9%,96%,0%,45%)
(0.09/0.96/0.00/0.45)	

CMYK percentages

%8.57
%95.71
%0
%45.1

Codes

Color #80068C in popluar color models

80068C
RGB1286140
HSL295°91.78%28.63%
HSB/HSV295°95.71%54.90%
CMYK8.57%95.71%0.00%
45.10%

Color #80068C in popluar number systems.

HEX80068C
Decimal1286140
Binary1000000011010001100
Octal2006214

Shades and tints

Shades of #80068C

#80068C
(128,6,140)
#750680
(117,6,128)
#6A0674
(106,6,116)
#5F0668
(95,6,104)
#54065C
(84,6,92)
#490650
(73,6,80)
#3E0644
(62,6,68)
#330638
(51,6,56)
#28062C
(40,6,44)
#1D0620
(29,6,32)
#120614
(18,6,20)
#000000
(0,0,0)

Tints of #80068C

#80068C
(128,6,140)
#8B1C96
(139,28,150)
#9632A0
(150,50,160)
#A148AA
(161,72,170)
#AC5EB4
(172,94,180)
#B774BE
(183,116,190)
#C28AC8
(194,138,200)
#CDA0D2
(205,160,210)
#D8B6DC
(216,182,220)
#E3CCE6
(227,204,230)
#EEE2F0
(238,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80068C color. Also use rgb(128,6,140) instead hex code.

Text Font Color

.myTextColor { color: #80068C; }

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

This text font color is #80068C.


Background Color

.myBgColor { background-color: #80068C; }

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

This div background color is #80068C.


Border color

.myBorderColor { border: 1px solid #80068C; }

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

This div border color is #80068C.


Opacity

.myOpacity80 { color: #80068C; opacity: 0.8; }

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

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

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

This text has shadow with #80068C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80068C on black background.


Color preview on white background

This text has color #80068C on white background.



Black color preview on #80068C background

This text has black color on #80068C background.


White color preview on #80068C background

This text has white color on #80068C background.