COLOR #9A7DDB

HEX: #9A7DDB RGB: (154,125,219)

Color info

#9A7DDB contains mainly blue color. Web safe color of #9A7DDB is #9966CC (or #96C).

RGB color model

#9A7DDB color RGB value is (154,125,219).

RGB: (154,125,219) (60%, 49%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 219 of 255 = 86%

154
125
219

R + G + B ~ 65%. #9A7DDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 125 + 219 = 498 (100%)
R 154 of 498 ~ 30.92%
G 125 of 498 ~ 25.1%
B 219 of 498 ~ 43.98'%

%30.92
%25.1
%43.98

CMYK color model

#9A7DDB color CMYK value is (30,43,0,14).

  • cyan value is 29.68%
  • magenta value is 42.92%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (30,43,0,14)
C30M43Y0K14 (30%, 43%, 0%, 14%)
(0.30 / 0.43 / 0.00 / 0.14)

CMYK percentages

%29.68
%42.92
%0
%14.12

Codes

Color #9A7DDB in popluar color models

9A 7D DB
RGB 154 125 219
HSL 259° 56.63% 67.45%
HSB/HSV 259° 42.92% 85.88%
CMYK 29.68% 42.92% 0.00%
14.12%

Color #9A7DDB in popluar number systems.

HEX 9A 7D DB
Decimal 154 125 219
Binary 10011010 1111101 11011011
Octal 232 175 333

Shades and tints

Shades of #9A7DDB

#9A7DDB
(154,125,219)
#8C72C8
(140,114,200)
#7E67B5
(126,103,181)
#705CA2
(112,92,162)
#62518F
(98,81,143)
#54467C
(84,70,124)
#463B69
(70,59,105)
#383056
(56,48,86)
#2A2543
(42,37,67)
#1C1A30
(28,26,48)
#0E0F1D
(14,15,29)
#000000
(0,0,0)

Tints of #9A7DDB

#9A7DDB
(154,125,219)
#A388DE
(163,136,222)
#AC93E1
(172,147,225)
#B59EE4
(181,158,228)
#BEA9E7
(190,169,231)
#C7B4EA
(199,180,234)
#D0BFED
(208,191,237)
#D9CAF0
(217,202,240)
#E2D5F3
(226,213,243)
#EBE0F6
(235,224,246)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7DDB color. Also use rgb(154,125,219) instead hex code.

Text Font Color

.myTextColor { color: #9A7DDB; }

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

This text font color is #9A7DDB.

Background Color

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

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

This div background color is #9A7DDB.

Border color

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

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

This div border color is #9A7DDB.

Opacity

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

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

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

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

This text has shadow with #9A7DDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7DDB.

Preview

Color preview on black background

This text has color #9A7DDB on black background.


Color preview on white background

This text has color #9A7DDB on white background.


Black color preview on #9A7DDB background

This text has black color on #9A7DDB background.


White color preview on #9A7DDB background

This text has white color on #9A7DDB background.


Related colors

Complementary color

Complementary color for #hex is #658224.


I love getcolorcode.com

Triadic colors

1 #DB9A7D and #7DDB9A with #9A7DDB are triadic colors.

2 #DB7D9A and #7D9ADB with #9A7DDB are triadic colors.