COLOR #93339B

HEX: #93339B
RGB: (147,51,155)

Color info

#93339B contains mainly red and blue colors. Web safe color of #93339B is #993399 (or #939).

RGB color model

#93339B color RGB value is (147,51,155).

  • red value is 147;
  • green value is 51;
  • blue value is 155.
RGB:
(147,51,155)
(58%,20%,61%)

RGB channels and saturation

R 147 of 255 = 58%
G 51 of 255 = 20%
B 155 of 255 = 61%

147
51
155

R + G + B ~ 46%. #93339B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 51 + 155 = 353 (100%)
R 147 of 353 ~ 41.64%
G 51 of 353 ~ 14.45%
B 155 of 353 ~ 43.91%

%41.64
%14.45
%43.91

CMYK color model

#93339B color CMYK value is (5,67,0,39).

  • cyan value is 5.16%
  • magenta value is 67.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(5,67,0,39)
C5M67Y0K39 
(5%,67%,0%,39%)
(0.05/0.67/0.00/0.39)	

CMYK percentages

%5.16
%67.1
%0
%39.22

Codes

Color #93339B in popluar color models

93339B
RGB14751155
HSL295°50.49%40.39%
HSB/HSV295°67.10%60.78%
CMYK5.16%67.10%0.00%
39.22%

Color #93339B in popluar number systems.

HEX93339B
Decimal14751155
Binary1001001111001110011011
Octal22363233

Shades and tints

Shades of #93339B

#93339B
(147,51,155)
#862F8D
(134,47,141)
#792B7F
(121,43,127)
#6C2771
(108,39,113)
#5F2363
(95,35,99)
#521F55
(82,31,85)
#451B47
(69,27,71)
#381739
(56,23,57)
#2B132B
(43,19,43)
#1E0F1D
(30,15,29)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #93339B

#93339B
(147,51,155)
#9C45A4
(156,69,164)
#A557AD
(165,87,173)
#AE69B6
(174,105,182)
#B77BBF
(183,123,191)
#C08DC8
(192,141,200)
#C99FD1
(201,159,209)
#D2B1DA
(210,177,218)
#DBC3E3
(219,195,227)
#E4D5EC
(228,213,236)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93339B color. Also use rgb(147,51,155) instead hex code.

Text Font Color

.myTextColor { color: #93339B; }

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

This text font color is #93339B.


Background Color

.myBgColor { background-color: #93339B; }

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

This div background color is #93339B.


Border color

.myBorderColor { border: 1px solid #93339B; }

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

This div border color is #93339B.


Opacity

.myOpacity80 { color: #93339B; opacity: 0.8; }

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

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

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

This text has shadow with #93339B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93339B on black background.


Color preview on white background

This text has color #93339B on white background.



Black color preview on #93339B background

This text has black color on #93339B background.


White color preview on #93339B background

This text has white color on #93339B background.