COLOR #950DC9

HEX: #950DC9 RGB: (149,13,201)

Color info

#950DC9 contains mainly red and blue colors. Web safe color of #950DC9 is #9900CC (or #90C).

RGB color model

#950DC9 color RGB value is (149,13,201).

RGB: (149,13,201) (58%, 5%, 79%)

RGB channels and saturation

R 149 of 255 = 58%
G 13 of 255 = 5%
B 201 of 255 = 79%

149
13
201

R + G + B ~ 47%. #950DC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 13 + 201 = 363 (100%)
R 149 of 363 ~ 41.05%
G 13 of 363 ~ 3.58%
B 201 of 363 ~ 55.37'%

%41.05
%55.37

CMYK color model

#950DC9 color CMYK value is (26,94,0,21).

  • cyan value is 25.87%
  • magenta value is 93.53%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (26,94,0,21) C26M94Y0K21 (26%,94%,0%,21%) (0.26/0.94/0.00/0.21) 

CMYK percentages

%25.87
%93.53
%0
%21.18

Codes

Color #950DC9 in popluar color models

95 0D C9
RGB 149 13 201
HSL 283° 87.85% 41.96%
HSB/HSV 283° 93.53% 78.82%
CMYK 25.87% 93.53% 0.00%
21.18%

Color #950DC9 in popluar number systems.

HEX 95 0D C9
Decimal 149 13 201
Binary 10010101 1101 11001001
Octal 225 15 311

Shades and tints

Shades of #950DC9

#950DC9
(149,13,201)
#880CB7
(136,12,183)
#7B0BA5
(123,11,165)
#6E0A93
(110,10,147)
#610981
(97,9,129)
#54086F
(84,8,111)
#47075D
(71,7,93)
#3A064B
(58,6,75)
#2D0539
(45,5,57)
#200427
(32,4,39)
#130315
(19,3,21)
#000000
(0,0,0)

Tints of #950DC9

#950DC9
(149,13,201)
#9E23CD
(158,35,205)
#A739D1
(167,57,209)
#B04FD5
(176,79,213)
#B965D9
(185,101,217)
#C27BDD
(194,123,221)
#CB91E1
(203,145,225)
#D4A7E5
(212,167,229)
#DDBDE9
(221,189,233)
#E6D3ED
(230,211,237)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950DC9 color. Also use rgb(149,13,201) instead hex code.

Text Font Color

.myTextColor { color: #950DC9; }

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

This text font color is #950DC9.

Background Color

.myBgColor { background-color: #950DC9; }

<div style="background-color:#950DC9">Inner text</div>

This div background color is #950DC9.

Border color

.myBorderColor { border: 1px solid #950DC9; }

<div style="border:3px solid #950DC9">Div</div>

This div border color is #950DC9.

Opacity

.myOpacity80 { color: #950DC9; opacity: 0.8; }

<p style="color:#950DC9;opacity:0.8;">80%</p>

Text with #950DC9 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 #950DC9;}

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

This text has shadow with #950DC9 color.


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

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

This text has shadow with #950DC9 primary color and red secondary color.


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

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

This text has shadow with #950DC9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #950DC9.

Preview

Color preview on black background

This text has color #950DC9 on black background.


Color preview on white background

This text has color #950DC9 on white background.


Black color preview on #950DC9 background

This text has black color on #950DC9 background.


White color preview on #950DC9 background

This text has white color on #950DC9 background.


Related colors

Complementary color

Complementary color for #hex is #6AF236.


I love getcolorcode.com

Triadic colors

1 #C9950D and #0DC995 with #950DC9 are triadic colors.

2 #C90D95 and #0D95C9 with #950DC9 are triadic colors.