COLOR #940585

HEX: #940585
RGB: (148,5,133)

Color info

#940585 contains mainly red and blue colors. Web safe color of #940585 is #990099 (or #909).

RGB color model

#940585 color RGB value is (148,5,133).

  • red value is 148;
  • green value is 5;
  • blue value is 133.
RGB:
(148,5,133)
(58%,2%,52%)

RGB channels and saturation

R 148 of 255 = 58%
G 5 of 255 = 2%
B 133 of 255 = 52%

148
5
133

R + G + B ~ 37%. #940585 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 5 + 133 = 286 (100%)
R 148 of 286 ~ 51.75%
G 5 of 286 ~ 1.75%
B 133 of 286 ~ 46.5%

%51.75
%46.5

CMYK color model

#940585 color CMYK value is (0,97,10,42).

  • cyan value is 0.00%
  • magenta value is 96.62%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(0,97,10,42)
C0M97Y10K42 
(0%,97%,10%,42%)
(0.00/0.97/0.10/0.42)	

CMYK percentages

%0
%96.62
%10.14
%41.96

Codes

Color #940585 in popluar color models

940585
RGB1485133
HSL306°93.46%30.00%
HSB/HSV306°96.62%58.04%
CMYK0.00%96.62%10.14%
41.96%

Color #940585 in popluar number systems.

HEX940585
Decimal1485133
Binary1001010010110000101
Octal2245205

Shades and tints

Shades of #940585

#940585
(148,5,133)
#870579
(135,5,121)
#7A056D
(122,5,109)
#6D0561
(109,5,97)
#600555
(96,5,85)
#530549
(83,5,73)
#46053D
(70,5,61)
#390531
(57,5,49)
#2C0525
(44,5,37)
#1F0519
(31,5,25)
#12050D
(18,5,13)
#000000
(0,0,0)

Tints of #940585

#940585
(148,5,133)
#9D1B90
(157,27,144)
#A6319B
(166,49,155)
#AF47A6
(175,71,166)
#B85DB1
(184,93,177)
#C173BC
(193,115,188)
#CA89C7
(202,137,199)
#D39FD2
(211,159,210)
#DCB5DD
(220,181,221)
#E5CBE8
(229,203,232)
#EEE1F3
(238,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #940585 color. Also use rgb(148,5,133) instead hex code.

Text Font Color

.myTextColor { color: #940585; }

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

This text font color is #940585.


Background Color

.myBgColor { background-color: #940585; }

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

This div background color is #940585.


Border color

.myBorderColor { border: 1px solid #940585; }

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

This div border color is #940585.


Opacity

.myOpacity80 { color: #940585; opacity: 0.8; }

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

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

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

This text has shadow with #940585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #940585 on black background.


Color preview on white background

This text has color #940585 on white background.



Black color preview on #940585 background

This text has black color on #940585 background.


White color preview on #940585 background

This text has white color on #940585 background.