COLOR #950F7C

HEX: #950F7C
RGB: (149,15,124)

Color info

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

RGB color model

#950F7C color RGB value is (149,15,124).

  • red value is 149;
  • green value is 15;
  • blue value is 124.
RGB:
(149,15,124)
(58%,6%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 15 of 255 = 6%
B 124 of 255 = 49%

149
15
124

R + G + B ~ 38%. #950F7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 15 + 124 = 288 (100%)
R 149 of 288 ~ 51.74%
G 15 of 288 ~ 5.21%
B 124 of 288 ~ 43.06%

%51.74
%43.06

CMYK color model

#950F7C color CMYK value is (0,90,17,42).

  • cyan value is 0.00%
  • magenta value is 89.93%
  • yellow value is 16.78%
  • key color value is 41.57%
CMYK:
(0,90,17,42)
C0M90Y17K42 
(0%,90%,17%,42%)
(0.00/0.90/0.17/0.42)	

CMYK percentages

%0
%89.93
%16.78
%41.57

Codes

Color #950F7C in popluar color models

950F7C
RGB14915124
HSL311°81.71%32.16%
HSB/HSV311°89.93%58.43%
CMYK0.00%89.93%16.78%
41.57%

Color #950F7C in popluar number systems.

HEX950F7C
Decimal14915124
Binary1001010111111111100
Octal22517174

Shades and tints

Shades of #950F7C

#950F7C
(149,15,124)
#880E71
(136,14,113)
#7B0D66
(123,13,102)
#6E0C5B
(110,12,91)
#610B50
(97,11,80)
#540A45
(84,10,69)
#47093A
(71,9,58)
#3A082F
(58,8,47)
#2D0724
(45,7,36)
#200619
(32,6,25)
#13050E
(19,5,14)
#000000
(0,0,0)

Tints of #950F7C

#950F7C
(149,15,124)
#9E2487
(158,36,135)
#A73992
(167,57,146)
#B04E9D
(176,78,157)
#B963A8
(185,99,168)
#C278B3
(194,120,179)
#CB8DBE
(203,141,190)
#D4A2C9
(212,162,201)
#DDB7D4
(221,183,212)
#E6CCDF
(230,204,223)
#EFE1EA
(239,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950F7C color. Also use rgb(149,15,124) instead hex code.

Text Font Color

.myTextColor { color: #950F7C; }

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

This text font color is #950F7C.


Background Color

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

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

This div background color is #950F7C.


Border color

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

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

This div border color is #950F7C.


Opacity

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

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

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

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

This text has shadow with #950F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950F7C on black background.


Color preview on white background

This text has color #950F7C on white background.



Black color preview on #950F7C background

This text has black color on #950F7C background.


White color preview on #950F7C background

This text has white color on #950F7C background.