COLOR #80308D

HEX: #80308D
RGB: (128,48,141)

Color info

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

RGB color model

#80308D color RGB value is (128,48,141).

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

RGB channels and saturation

R 128 of 255 = 50%
G 48 of 255 = 19%
B 141 of 255 = 55%

128
48
141

R + G + B ~ 41%. #80308D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 48 + 141 = 317 (100%)
R 128 of 317 ~ 40.38%
G 48 of 317 ~ 15.14%
B 141 of 317 ~ 44.48%

%40.38
%15.14
%44.48

CMYK color model

#80308D color CMYK value is (9,66,0,45).

  • cyan value is 9.22%
  • magenta value is 65.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(9,66,0,45)
C9M66Y0K45 
(9%,66%,0%,45%)
(0.09/0.66/0.00/0.45)	

CMYK percentages

%9.22
%65.96
%0
%44.71

Codes

Color #80308D in popluar color models

80308D
RGB12848141
HSL292°49.21%37.06%
HSB/HSV292°65.96%55.29%
CMYK9.22%65.96%0.00%
44.71%

Color #80308D in popluar number systems.

HEX80308D
Decimal12848141
Binary1000000011000010001101
Octal20060215

Shades and tints

Shades of #80308D

#80308D
(128,48,141)
#752C81
(117,44,129)
#6A2875
(106,40,117)
#5F2469
(95,36,105)
#54205D
(84,32,93)
#491C51
(73,28,81)
#3E1845
(62,24,69)
#331439
(51,20,57)
#28102D
(40,16,45)
#1D0C21
(29,12,33)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #80308D

#80308D
(128,48,141)
#8B4297
(139,66,151)
#9654A1
(150,84,161)
#A166AB
(161,102,171)
#AC78B5
(172,120,181)
#B78ABF
(183,138,191)
#C29CC9
(194,156,201)
#CDAED3
(205,174,211)
#D8C0DD
(216,192,221)
#E3D2E7
(227,210,231)
#EEE4F1
(238,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80308D; }

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

This text font color is #80308D.


Background Color

.myBgColor { background-color: #80308D; }

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

This div background color is #80308D.


Border color

.myBorderColor { border: 1px solid #80308D; }

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

This div border color is #80308D.


Opacity

.myOpacity80 { color: #80308D; opacity: 0.8; }

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

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

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

This text has shadow with #80308D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80308D on black background.


Color preview on white background

This text has color #80308D on white background.



Black color preview on #80308D background

This text has black color on #80308D background.


White color preview on #80308D background

This text has white color on #80308D background.