COLOR #99508E

HEX: #99508E
RGB: (153,80,142)

Color info

#99508E contains mainly red and blue colors. Web safe color of #99508E is #996699 (or #969).

RGB color model

#99508E color RGB value is (153,80,142).

  • red value is 153;
  • green value is 80;
  • blue value is 142.
RGB:
(153,80,142)
(60%,31%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 80 of 255 = 31%
B 142 of 255 = 56%

153
80
142

R + G + B ~ 49%. #99508E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 80 + 142 = 375 (100%)
R 153 of 375 ~ 40.8%
G 80 of 375 ~ 21.33%
B 142 of 375 ~ 37.87%

%40.8
%21.33
%37.87

CMYK color model

#99508E color CMYK value is (0,48,7,40).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(0,48,7,40)
C0M48Y7K40 
(0%,48%,7%,40%)
(0.00/0.48/0.07/0.40)	

CMYK percentages

%0
%47.71
%7.19
%40

Codes

Color #99508E in popluar color models

99508E
RGB15380142
HSL309°31.33%45.69%
HSB/HSV309°47.71%60.00%
CMYK0.00%47.71%7.19%
40.00%

Color #99508E in popluar number systems.

HEX99508E
Decimal15380142
Binary10011001101000010001110
Octal231120216

Shades and tints

Shades of #99508E

#99508E
(153,80,142)
#8C4982
(140,73,130)
#7F4276
(127,66,118)
#723B6A
(114,59,106)
#65345E
(101,52,94)
#582D52
(88,45,82)
#4B2646
(75,38,70)
#3E1F3A
(62,31,58)
#31182E
(49,24,46)
#241122
(36,17,34)
#170A16
(23,10,22)
#000000
(0,0,0)

Tints of #99508E

#99508E
(153,80,142)
#A25F98
(162,95,152)
#AB6EA2
(171,110,162)
#B47DAC
(180,125,172)
#BD8CB6
(189,140,182)
#C69BC0
(198,155,192)
#CFAACA
(207,170,202)
#D8B9D4
(216,185,212)
#E1C8DE
(225,200,222)
#EAD7E8
(234,215,232)
#F3E6F2
(243,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99508E color. Also use rgb(153,80,142) instead hex code.

Text Font Color

.myTextColor { color: #99508E; }

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

This text font color is #99508E.


Background Color

.myBgColor { background-color: #99508E; }

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

This div background color is #99508E.


Border color

.myBorderColor { border: 1px solid #99508E; }

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

This div border color is #99508E.


Opacity

.myOpacity80 { color: #99508E; opacity: 0.8; }

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

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

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

This text has shadow with #99508E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99508E on black background.


Color preview on white background

This text has color #99508E on white background.



Black color preview on #99508E background

This text has black color on #99508E background.


White color preview on #99508E background

This text has white color on #99508E background.