COLOR #99348D

HEX: #99348D
RGB: (153,52,141)

Color info

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

RGB color model

#99348D color RGB value is (153,52,141).

  • red value is 153;
  • green value is 52;
  • blue value is 141.
RGB:
(153,52,141)
(60%,20%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 52 of 255 = 20%
B 141 of 255 = 55%

153
52
141

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

Portions of RGB colors in percentages

R + G + B =
153 + 52 + 141 = 346 (100%)
R 153 of 346 ~ 44.22%
G 52 of 346 ~ 15.03%
B 141 of 346 ~ 40.75%

%44.22
%15.03
%40.75

CMYK color model

#99348D color CMYK value is (0,66,8,40).

  • cyan value is 0.00%
  • magenta value is 66.01%
  • yellow value is 7.84%
  • key color value is 40.00%
CMYK:
(0,66,8,40)
C0M66Y8K40 
(0%,66%,8%,40%)
(0.00/0.66/0.08/0.40)	

CMYK percentages

%0
%66.01
%7.84
%40

Codes

Color #99348D in popluar color models

99348D
RGB15352141
HSL307°49.27%40.20%
HSB/HSV307°66.01%60.00%
CMYK0.00%66.01%7.84%
40.00%

Color #99348D in popluar number systems.

HEX99348D
Decimal15352141
Binary1001100111010010001101
Octal23164215

Shades and tints

Shades of #99348D

#99348D
(153,52,141)
#8C3081
(140,48,129)
#7F2C75
(127,44,117)
#722869
(114,40,105)
#65245D
(101,36,93)
#582051
(88,32,81)
#4B1C45
(75,28,69)
#3E1839
(62,24,57)
#31142D
(49,20,45)
#241021
(36,16,33)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #99348D

#99348D
(153,52,141)
#A24697
(162,70,151)
#AB58A1
(171,88,161)
#B46AAB
(180,106,171)
#BD7CB5
(189,124,181)
#C68EBF
(198,142,191)
#CFA0C9
(207,160,201)
#D8B2D3
(216,178,211)
#E1C4DD
(225,196,221)
#EAD6E7
(234,214,231)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99348D color. Also use rgb(153,52,141) instead hex code.

Text Font Color

.myTextColor { color: #99348D; }

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

This text font color is #99348D.


Background Color

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

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

This div background color is #99348D.


Border color

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

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

This div border color is #99348D.


Opacity

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

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

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

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

This text has shadow with #99348D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99348D on black background.


Color preview on white background

This text has color #99348D on white background.



Black color preview on #99348D background

This text has black color on #99348D background.


White color preview on #99348D background

This text has white color on #99348D background.