COLOR #981FD0

HEX: #981FD0
RGB: (152,31,208)

Color info

#981FD0 contains mainly red and blue colors. Web safe color of #981FD0 is #9933CC (or #93C).

RGB color model

#981FD0 color RGB value is (152,31,208).

  • red value is 152;
  • green value is 31;
  • blue value is 208.
RGB:
(152,31,208)
(60%,12%,82%)

RGB channels and saturation

R 152 of 255 = 60%
G 31 of 255 = 12%
B 208 of 255 = 82%

152
31
208

R + G + B ~ 51%. #981FD0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 31 + 208 = 391 (100%)
R 152 of 391 ~ 38.87%
G 31 of 391 ~ 7.93%
B 208 of 391 ~ 53.2%

%38.87
%53.2

CMYK color model

#981FD0 color CMYK value is (27,85,0,18).

  • cyan value is 26.92%
  • magenta value is 85.10%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(27,85,0,18)
C27M85Y0K18 
(27%,85%,0%,18%)
(0.27/0.85/0.00/0.18)	

CMYK percentages

%26.92
%85.1
%0
%18.43

Codes

Color #981FD0 in popluar color models

981FD0
RGB15231208
HSL281°74.06%46.86%
HSB/HSV281°85.10%81.57%
CMYK26.92%85.10%0.00%
18.43%

Color #981FD0 in popluar number systems.

HEX981FD0
Decimal15231208
Binary100110001111111010000
Octal23037320

Shades and tints

Shades of #981FD0

#981FD0
(152,31,208)
#8B1DBE
(139,29,190)
#7E1BAC
(126,27,172)
#71199A
(113,25,154)
#641788
(100,23,136)
#571576
(87,21,118)
#4A1364
(74,19,100)
#3D1152
(61,17,82)
#300F40
(48,15,64)
#230D2E
(35,13,46)
#160B1C
(22,11,28)
#000000
(0,0,0)

Tints of #981FD0

#981FD0
(152,31,208)
#A133D4
(161,51,212)
#AA47D8
(170,71,216)
#B35BDC
(179,91,220)
#BC6FE0
(188,111,224)
#C583E4
(197,131,228)
#CE97E8
(206,151,232)
#D7ABEC
(215,171,236)
#E0BFF0
(224,191,240)
#E9D3F4
(233,211,244)
#F2E7F8
(242,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #981FD0 color. Also use rgb(152,31,208) instead hex code.

Text Font Color

.myTextColor { color: #981FD0; }

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

This text font color is #981FD0.


Background Color

.myBgColor { background-color: #981FD0; }

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

This div background color is #981FD0.


Border color

.myBorderColor { border: 1px solid #981FD0; }

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

This div border color is #981FD0.


Opacity

.myOpacity80 { color: #981FD0; opacity: 0.8; }

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

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

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

This text has shadow with #981FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #981FD0 on black background.


Color preview on white background

This text has color #981FD0 on white background.



Black color preview on #981FD0 background

This text has black color on #981FD0 background.


White color preview on #981FD0 background

This text has white color on #981FD0 background.