COLOR #9950CB

HEX: #9950CB RGB: (153,80,203)

Color info

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

RGB color model

#9950CB color RGB value is (153,80,203).

RGB: (153,80,203) (60%, 31%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 80 of 255 = 31%
B 203 of 255 = 80%

153
80
203

R + G + B ~ 57%. #9950CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 80 + 203 = 436 (100%)
R 153 of 436 ~ 35.09%
G 80 of 436 ~ 18.35%
B 203 of 436 ~ 46.56'%

%35.09
%18.35
%46.56

CMYK color model

#9950CB color CMYK value is (25,61,0,20).

  • cyan value is 24.63%
  • magenta value is 60.59%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (25,61,0,20)
C25M61Y0K20 (25%, 61%, 0%, 20%)
(0.25 / 0.61 / 0.00 / 0.20)

CMYK percentages

%24.63
%60.59
%0
%20.39

Codes

Color #9950CB in popluar color models

99 50 CB
RGB 153 80 203
HSL 276° 54.19% 55.49%
HSB/HSV 276° 60.59% 79.61%
CMYK 24.63% 60.59% 0.00%
20.39%

Color #9950CB in popluar number systems.

HEX 99 50 CB
Decimal 153 80 203
Binary 10011001 1010000 11001011
Octal 231 120 313

Shades and tints

Shades of #9950CB

#9950CB
(153,80,203)
#8C49B9
(140,73,185)
#7F42A7
(127,66,167)
#723B95
(114,59,149)
#653483
(101,52,131)
#582D71
(88,45,113)
#4B265F
(75,38,95)
#3E1F4D
(62,31,77)
#31183B
(49,24,59)
#241129
(36,17,41)
#170A17
(23,10,23)
#000000
(0,0,0)

Tints of #9950CB

#9950CB
(153,80,203)
#A25FCF
(162,95,207)
#AB6ED3
(171,110,211)
#B47DD7
(180,125,215)
#BD8CDB
(189,140,219)
#C69BDF
(198,155,223)
#CFAAE3
(207,170,227)
#D8B9E7
(216,185,231)
#E1C8EB
(225,200,235)
#EAD7EF
(234,215,239)
#F3E6F3
(243,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9950CB color. Also use rgb(153,80,203) instead hex code.

Text Font Color

.myTextColor { color: #9950CB; }

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

This text font color is #9950CB.

Background Color

.myBgColor { background-color: #9950CB; }

<div style="background-color:#9950CB">Inner text</div>

This div background color is #9950CB.

Border color

.myBorderColor { border: 1px solid #9950CB; }

<div style="border:3px solid #9950CB">Div</div>

This div border color is #9950CB.

Opacity

.myOpacity80 { color: #9950CB; opacity: 0.8; }

<p style="color:#9950CB;opacity:0.8;">80%</p>

Text with #9950CB 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 #9950CB;}

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

This text has shadow with #9950CB color.


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

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

This text has shadow with #9950CB primary color and red secondary color.


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

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

This text has shadow with #9950CB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9950CB.

Preview

Color preview on black background

This text has color #9950CB on black background.


Color preview on white background

This text has color #9950CB on white background.


Black color preview on #9950CB background

This text has black color on #9950CB background.


White color preview on #9950CB background

This text has white color on #9950CB background.


Related colors

Complementary color

Complementary color for #hex is #66AF34.


I love getcolorcode.com

Triadic colors

1 #CB9950 and #50CB99 with #9950CB are triadic colors.

2 #CB5099 and #5099CB with #9950CB are triadic colors.