COLOR #9A72D1

HEX: #9A72D1
RGB: (154,114,209)

Color info

#9A72D1 contains mainly red and blue colors. Web safe color of #9A72D1 is #9966CC (or #96C).

RGB color model

#9A72D1 color RGB value is (154,114,209).

  • red value is 154;
  • green value is 114;
  • blue value is 209.
RGB:
(154,114,209)
(60%,45%,82%)

RGB channels and saturation

R 154 of 255 = 60%
G 114 of 255 = 45%
B 209 of 255 = 82%

154
114
209

R + G + B ~ 62%. #9A72D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 114 + 209 = 477 (100%)
R 154 of 477 ~ 32.29%
G 114 of 477 ~ 23.9%
B 209 of 477 ~ 43.82%

%32.29
%23.9
%43.82

CMYK color model

#9A72D1 color CMYK value is (26,45,0,18).

  • cyan value is 26.32%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(26,45,0,18)
C26M45Y0K18 
(26%,45%,0%,18%)
(0.26/0.45/0.00/0.18)	

CMYK percentages

%26.32
%45.45
%0
%18.04

Codes

Color #9A72D1 in popluar color models

9A72D1
RGB154114209
HSL265°50.80%63.33%
HSB/HSV265°45.45%81.96%
CMYK26.32%45.45%0.00%
18.04%

Color #9A72D1 in popluar number systems.

HEX9A72D1
Decimal154114209
Binary10011010111001011010001
Octal232162321

Shades and tints

Shades of #9A72D1

#9A72D1
(154,114,209)
#8C68BE
(140,104,190)
#7E5EAB
(126,94,171)
#705498
(112,84,152)
#624A85
(98,74,133)
#544072
(84,64,114)
#46365F
(70,54,95)
#382C4C
(56,44,76)
#2A2239
(42,34,57)
#1C1826
(28,24,38)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #9A72D1

#9A72D1
(154,114,209)
#A37ED5
(163,126,213)
#AC8AD9
(172,138,217)
#B596DD
(181,150,221)
#BEA2E1
(190,162,225)
#C7AEE5
(199,174,229)
#D0BAE9
(208,186,233)
#D9C6ED
(217,198,237)
#E2D2F1
(226,210,241)
#EBDEF5
(235,222,245)
#F4EAF9
(244,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A72D1 color. Also use rgb(154,114,209) instead hex code.

Text Font Color

.myTextColor { color: #9A72D1; }

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

This text font color is #9A72D1.


Background Color

.myBgColor { background-color: #9A72D1; }

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

This div background color is #9A72D1.


Border color

.myBorderColor { border: 1px solid #9A72D1; }

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

This div border color is #9A72D1.


Opacity

.myOpacity80 { color: #9A72D1; opacity: 0.8; }

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

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

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

This text has shadow with #9A72D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A72D1 on black background.


Color preview on white background

This text has color #9A72D1 on white background.



Black color preview on #9A72D1 background

This text has black color on #9A72D1 background.


White color preview on #9A72D1 background

This text has white color on #9A72D1 background.