COLOR #9981CC

HEX: #9981CC
RGB: (153,129,204)

Color info

#9981CC contains mainly red and blue colors. Web safe color of #9981CC is #9999CC (or #99C).

RGB color model

#9981CC color RGB value is (153,129,204).

  • red value is 153;
  • green value is 129;
  • blue value is 204.
RGB:
(153,129,204)
(60%,51%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 129 of 255 = 51%
B 204 of 255 = 80%

153
129
204

R + G + B ~ 64%. #9981CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 129 + 204 = 486 (100%)
R 153 of 486 ~ 31.48%
G 129 of 486 ~ 26.54%
B 204 of 486 ~ 41.98%

%31.48
%26.54
%41.98

CMYK color model

#9981CC color CMYK value is (25,37,0,20).

  • cyan value is 25.00%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,37,0,20)
C25M37Y0K20 
(25%,37%,0%,20%)
(0.25/0.37/0.00/0.20)	

CMYK percentages

%25
%36.76
%0
%20

Codes

Color #9981CC in popluar color models

9981CC
RGB153129204
HSL259°42.37%65.29%
HSB/HSV259°36.76%80.00%
CMYK25.00%36.76%0.00%
20.00%

Color #9981CC in popluar number systems.

HEX9981CC
Decimal153129204
Binary100110011000000111001100
Octal231201314

Shades and tints

Shades of #9981CC

#9981CC
(153,129,204)
#8C76BA
(140,118,186)
#7F6BA8
(127,107,168)
#726096
(114,96,150)
#655584
(101,85,132)
#584A72
(88,74,114)
#4B3F60
(75,63,96)
#3E344E
(62,52,78)
#31293C
(49,41,60)
#241E2A
(36,30,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #9981CC

#9981CC
(153,129,204)
#A28CD0
(162,140,208)
#AB97D4
(171,151,212)
#B4A2D8
(180,162,216)
#BDADDC
(189,173,220)
#C6B8E0
(198,184,224)
#CFC3E4
(207,195,228)
#D8CEE8
(216,206,232)
#E1D9EC
(225,217,236)
#EAE4F0
(234,228,240)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9981CC color. Also use rgb(153,129,204) instead hex code.

Text Font Color

.myTextColor { color: #9981CC; }

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

This text font color is #9981CC.


Background Color

.myBgColor { background-color: #9981CC; }

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

This div background color is #9981CC.


Border color

.myBorderColor { border: 1px solid #9981CC; }

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

This div border color is #9981CC.


Opacity

.myOpacity80 { color: #9981CC; opacity: 0.8; }

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

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

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

This text has shadow with #9981CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9981CC on black background.


Color preview on white background

This text has color #9981CC on white background.



Black color preview on #9981CC background

This text has black color on #9981CC background.


White color preview on #9981CC background

This text has white color on #9981CC background.