COLOR #980084

HEX: #980084
RGB: (152,0,132)

Color info

#980084 contains only red and blue colors. Web safe color of #980084 is #990099 (or #909).

RGB color model

#980084 color RGB value is (152,0,132).

  • red value is 152;
  • green value is 0;
  • blue value is 132.
RGB:
(152,0,132)
(60%,0%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 0 of 255 = 0%
B 132 of 255 = 52%

152
0
132

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

Portions of RGB colors in percentages

R + G + B =
152 + 0 + 132 = 284 (100%)
R 152 of 284 ~ 53.52%
G 0 of 284 ~ 0%
B 132 of 284 ~ 46.48%

%53.52
%46.48

CMYK color model

#980084 color CMYK value is (0,100,13,40).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(0,100,13,40)
C0M100Y13K40 
(0%,100%,13%,40%)
(0.00/1.00/0.13/0.40)	

CMYK percentages

%0
%100
%13.16
%40.39

Codes

Color #980084 in popluar color models

980084
RGB1520132
HSL308°100.00%29.80%
HSB/HSV308°100.00%59.61%
CMYK0.00%100.00%13.16%
40.39%

Color #980084 in popluar number systems.

HEX980084
Decimal1520132
Binary10011000010000100
Octal2300204

Shades and tints

Shades of #980084

#980084
(152,0,132)
#8B0078
(139,0,120)
#7E006C
(126,0,108)
#710060
(113,0,96)
#640054
(100,0,84)
#570048
(87,0,72)
#4A003C
(74,0,60)
#3D0030
(61,0,48)
#300024
(48,0,36)
#230018
(35,0,24)
#16000C
(22,0,12)
#000000
(0,0,0)

Tints of #980084

#980084
(152,0,132)
#A1178F
(161,23,143)
#AA2E9A
(170,46,154)
#B345A5
(179,69,165)
#BC5CB0
(188,92,176)
#C573BB
(197,115,187)
#CE8AC6
(206,138,198)
#D7A1D1
(215,161,209)
#E0B8DC
(224,184,220)
#E9CFE7
(233,207,231)
#F2E6F2
(242,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #980084 color. Also use rgb(152,0,132) instead hex code.

Text Font Color

.myTextColor { color: #980084; }

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

This text font color is #980084.


Background Color

.myBgColor { background-color: #980084; }

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

This div background color is #980084.


Border color

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

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

This div border color is #980084.


Opacity

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

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

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

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

This text has shadow with #980084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #980084 on black background.


Color preview on white background

This text has color #980084 on white background.



Black color preview on #980084 background

This text has black color on #980084 background.


White color preview on #980084 background

This text has white color on #980084 background.