COLOR #9951DD

HEX: #9951DD RGB: (153,81,221)

Color info

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

RGB color model

#9951DD color RGB value is (153,81,221).

RGB: (153,81,221) (60%, 32%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 81 of 255 = 32%
B 221 of 255 = 87%

153
81
221

R + G + B ~ 60%. #9951DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 81 + 221 = 455 (100%)
R 153 of 455 ~ 33.63%
G 81 of 455 ~ 17.8%
B 221 of 455 ~ 48.57'%

%33.63
%17.8
%48.57

CMYK color model

#9951DD color CMYK value is (31,63,0,13).

  • cyan value is 30.77%
  • magenta value is 63.35%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (31,63,0,13) C31M63Y0K13 (31%,63%,0%,13%) (0.31/0.63/0.00/0.13) 

CMYK percentages

%30.77
%63.35
%0
%13.33

Codes

Color #9951DD in popluar color models

99 51 DD
RGB 153 81 221
HSL 271° 67.31% 59.22%
HSB/HSV 271° 63.35% 86.67%
CMYK 30.77% 63.35% 0.00%
13.33%

Color #9951DD in popluar number systems.

HEX 99 51 DD
Decimal 153 81 221
Binary 10011001 1010001 11011101
Octal 231 121 335

Shades and tints

Shades of #9951DD

#9951DD
(153,81,221)
#8C4AC9
(140,74,201)
#7F43B5
(127,67,181)
#723CA1
(114,60,161)
#65358D
(101,53,141)
#582E79
(88,46,121)
#4B2765
(75,39,101)
#3E2051
(62,32,81)
#31193D
(49,25,61)
#241229
(36,18,41)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #9951DD

#9951DD
(153,81,221)
#A260E0
(162,96,224)
#AB6FE3
(171,111,227)
#B47EE6
(180,126,230)
#BD8DE9
(189,141,233)
#C69CEC
(198,156,236)
#CFABEF
(207,171,239)
#D8BAF2
(216,186,242)
#E1C9F5
(225,201,245)
#EAD8F8
(234,216,248)
#F3E7FB
(243,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9951DD color. Also use rgb(153,81,221) instead hex code.

Text Font Color

.myTextColor { color: #9951DD; }

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

This text font color is #9951DD.

Background Color

.myBgColor { background-color: #9951DD; }

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

This div background color is #9951DD.

Border color

.myBorderColor { border: 1px solid #9951DD; }

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

This div border color is #9951DD.

Opacity

.myOpacity80 { color: #9951DD; opacity: 0.8; }

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

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

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

This text has shadow with #9951DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9951DD.

Preview

Color preview on black background

This text has color #9951DD on black background.


Color preview on white background

This text has color #9951DD on white background.


Black color preview on #9951DD background

This text has black color on #9951DD background.


White color preview on #9951DD background

This text has white color on #9951DD background.


Related colors

Complementary color

Complementary color for #hex is #66AE22.


I love getcolorcode.com

Triadic colors

1 #DD9951 and #51DD99 with #9951DD are triadic colors.

2 #DD5199 and #5199DD with #9951DD are triadic colors.