COLOR #99427D

HEX: #99427D RGB: (153,66,125)

Color info

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

RGB color model

#99427D color RGB value is (153,66,125).

RGB: (153,66,125) (60%, 26%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 66 of 255 = 26%
B 125 of 255 = 49%

153
66
125

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

Portions of RGB colors in percentages

R + G + B = 153 + 66 + 125 = 344 (100%)
R 153 of 344 ~ 44.48%
G 66 of 344 ~ 19.19%
B 125 of 344 ~ 36.34'%

%44.48
%19.19
%36.34

CMYK color model

#99427D color CMYK value is (0,57,18,40).

  • cyan value is 0.00%
  • magenta value is 56.86%
  • yellow value is 18.30%
  • key color value is 40.00%

CMYK: (0,57,18,40)
C0M57Y18K40 (0%, 57%, 18%, 40%)
(0.00 / 0.57 / 0.18 / 0.40)

CMYK percentages

%0
%56.86
%18.3
%40

Codes

Color #99427D in popluar color models

99 42 7D
RGB 153 66 125
HSL 319° 39.73% 42.94%
HSB/HSV 319° 56.86% 60.00%
CMYK 0.00% 56.86% 18.30%
40.00%

Color #99427D in popluar number systems.

HEX 99 42 7D
Decimal 153 66 125
Binary 10011001 1000010 1111101
Octal 231 102 175

Shades and tints

Shades of #99427D

#99427D
(153,66,125)
#8C3C72
(140,60,114)
#7F3667
(127,54,103)
#72305C
(114,48,92)
#652A51
(101,42,81)
#582446
(88,36,70)
#4B1E3B
(75,30,59)
#3E1830
(62,24,48)
#311225
(49,18,37)
#240C1A
(36,12,26)
#17060F
(23,6,15)
#000000
(0,0,0)

Tints of #99427D

#99427D
(153,66,125)
#A25388
(162,83,136)
#AB6493
(171,100,147)
#B4759E
(180,117,158)
#BD86A9
(189,134,169)
#C697B4
(198,151,180)
#CFA8BF
(207,168,191)
#D8B9CA
(216,185,202)
#E1CAD5
(225,202,213)
#EADBE0
(234,219,224)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99427D color. Also use rgb(153,66,125) instead hex code.

Text Font Color

.myTextColor { color: #99427D; }

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

This text font color is #99427D.

Background Color

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

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

This div background color is #99427D.

Border color

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

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

This div border color is #99427D.

Opacity

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

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

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

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

This text has shadow with #99427D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99427D.

Preview

Color preview on black background

This text has color #99427D on black background.


Color preview on white background

This text has color #99427D on white background.


Black color preview on #99427D background

This text has black color on #99427D background.


White color preview on #99427D background

This text has white color on #99427D background.


Related colors

Complementary color

Complementary color for #hex is #66BD82.


I love getcolorcode.com

Triadic colors

1 #7D9942 and #427D99 with #99427D are triadic colors.

2 #7D4299 and #42997D with #99427D are triadic colors.