COLOR #950D70

HEX: #950D70
RGB: (149,13,112)

Color info

#950D70 contains mainly red and blue colors. Web safe color of #950D70 is #990066 (or #906).

RGB color model

#950D70 color RGB value is (149,13,112).

  • red value is 149;
  • green value is 13;
  • blue value is 112.
RGB:
(149,13,112)
(58%,5%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 13 of 255 = 5%
B 112 of 255 = 44%

149
13
112

R + G + B ~ 36%. #950D70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 13 + 112 = 274 (100%)
R 149 of 274 ~ 54.38%
G 13 of 274 ~ 4.74%
B 112 of 274 ~ 40.88%

%54.38
%40.88

CMYK color model

#950D70 color CMYK value is (0,91,25,42).

  • cyan value is 0.00%
  • magenta value is 91.28%
  • yellow value is 24.83%
  • key color value is 41.57%
CMYK:
(0,91,25,42)
C0M91Y25K42 
(0%,91%,25%,42%)
(0.00/0.91/0.25/0.42)	

CMYK percentages

%0
%91.28
%24.83
%41.57

Codes

Color #950D70 in popluar color models

950D70
RGB14913112
HSL316°83.95%31.76%
HSB/HSV316°91.28%58.43%
CMYK0.00%91.28%24.83%
41.57%

Color #950D70 in popluar number systems.

HEX950D70
Decimal14913112
Binary1001010111011110000
Octal22515160

Shades and tints

Shades of #950D70

#950D70
(149,13,112)
#880C66
(136,12,102)
#7B0B5C
(123,11,92)
#6E0A52
(110,10,82)
#610948
(97,9,72)
#54083E
(84,8,62)
#470734
(71,7,52)
#3A062A
(58,6,42)
#2D0520
(45,5,32)
#200416
(32,4,22)
#13030C
(19,3,12)
#000000
(0,0,0)

Tints of #950D70

#950D70
(149,13,112)
#9E237D
(158,35,125)
#A7398A
(167,57,138)
#B04F97
(176,79,151)
#B965A4
(185,101,164)
#C27BB1
(194,123,177)
#CB91BE
(203,145,190)
#D4A7CB
(212,167,203)
#DDBDD8
(221,189,216)
#E6D3E5
(230,211,229)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #950D70; }

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

This text font color is #950D70.


Background Color

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

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

This div background color is #950D70.


Border color

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

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

This div border color is #950D70.


Opacity

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

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

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

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

This text has shadow with #950D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950D70 on black background.


Color preview on white background

This text has color #950D70 on white background.



Black color preview on #950D70 background

This text has black color on #950D70 background.


White color preview on #950D70 background

This text has white color on #950D70 background.