COLOR #93407D

HEX: #93407D
RGB: (147,64,125)

Color info

#93407D contains mainly red and blue colors. Web safe color of #93407D is #993366 (or #936).

RGB color model

#93407D color RGB value is (147,64,125).

  • red value is 147;
  • green value is 64;
  • blue value is 125.
RGB:
(147,64,125)
(58%,25%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 64 of 255 = 25%
B 125 of 255 = 49%

147
64
125

R + G + B ~ 44%. #93407D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 64 + 125 = 336 (100%)
R 147 of 336 ~ 43.75%
G 64 of 336 ~ 19.05%
B 125 of 336 ~ 37.2%

%43.75
%19.05
%37.2

CMYK color model

#93407D color CMYK value is (0,56,15,42).

  • cyan value is 0.00%
  • magenta value is 56.46%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(0,56,15,42)
C0M56Y15K42 
(0%,56%,15%,42%)
(0.00/0.56/0.15/0.42)	

CMYK percentages

%0
%56.46
%14.97
%42.35

Codes

Color #93407D in popluar color models

93407D
RGB14764125
HSL316°39.34%41.37%
HSB/HSV316°56.46%57.65%
CMYK0.00%56.46%14.97%
42.35%

Color #93407D in popluar number systems.

HEX93407D
Decimal14764125
Binary1001001110000001111101
Octal223100175

Shades and tints

Shades of #93407D

#93407D
(147,64,125)
#863B72
(134,59,114)
#793667
(121,54,103)
#6C315C
(108,49,92)
#5F2C51
(95,44,81)
#522746
(82,39,70)
#45223B
(69,34,59)
#381D30
(56,29,48)
#2B1825
(43,24,37)
#1E131A
(30,19,26)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #93407D

#93407D
(147,64,125)
#9C5188
(156,81,136)
#A56293
(165,98,147)
#AE739E
(174,115,158)
#B784A9
(183,132,169)
#C095B4
(192,149,180)
#C9A6BF
(201,166,191)
#D2B7CA
(210,183,202)
#DBC8D5
(219,200,213)
#E4D9E0
(228,217,224)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93407D color. Also use rgb(147,64,125) instead hex code.

Text Font Color

.myTextColor { color: #93407D; }

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

This text font color is #93407D.


Background Color

.myBgColor { background-color: #93407D; }

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

This div background color is #93407D.


Border color

.myBorderColor { border: 1px solid #93407D; }

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

This div border color is #93407D.


Opacity

.myOpacity80 { color: #93407D; opacity: 0.8; }

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

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

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

This text has shadow with #93407D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93407D on black background.


Color preview on white background

This text has color #93407D on white background.



Black color preview on #93407D background

This text has black color on #93407D background.


White color preview on #93407D background

This text has white color on #93407D background.