COLOR #99007E

HEX: #99007E RGB: (153,0,126)

Color info

#99007E contains only red and blue colors. Web safe color of #99007E is #990066 (or #906).

RGB color model

#99007E color RGB value is (153,0,126).

RGB: (153,0,126) (60%, 0%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 0 of 255 = 0%
B 126 of 255 = 49%

153
0
126

R + G + B ~ 36%. #99007E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 0 + 126 = 279 (100%)
R 153 of 279 ~ 54.84%
G 0 of 279 ~ 0%
B 126 of 279 ~ 45.16'%

%54.84
%45.16

CMYK color model

#99007E color CMYK value is (0,100,18,40).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK: (0,100,18,40) C0M100Y18K40 (0%,100%,18%,40%) (0.00/1.00/0.18/0.40) 

CMYK percentages

%0
%100
%17.65
%40

Codes

Color #99007E in popluar color models

99 00 7E
RGB 153 0 126
HSL 311° 100.00% 30.00%
HSB/HSV 311° 100.00% 60.00%
CMYK 0.00% 100.00% 17.65%
40.00%

Color #99007E in popluar number systems.

HEX 99 00 7E
Decimal 153 0 126
Binary 10011001 0 1111110
Octal 231 0 176

Shades and tints

Shades of #99007E

#99007E
(153,0,126)
#8C0073
(140,0,115)
#7F0068
(127,0,104)
#72005D
(114,0,93)
#650052
(101,0,82)
#580047
(88,0,71)
#4B003C
(75,0,60)
#3E0031
(62,0,49)
#310026
(49,0,38)
#24001B
(36,0,27)
#170010
(23,0,16)
#000000
(0,0,0)

Tints of #99007E

#99007E
(153,0,126)
#A21789
(162,23,137)
#AB2E94
(171,46,148)
#B4459F
(180,69,159)
#BD5CAA
(189,92,170)
#C673B5
(198,115,181)
#CF8AC0
(207,138,192)
#D8A1CB
(216,161,203)
#E1B8D6
(225,184,214)
#EACFE1
(234,207,225)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99007E color. Also use rgb(153,0,126) instead hex code.

Text Font Color

.myTextColor { color: #99007E; }

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

This text font color is #99007E.

Background Color

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

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

This div background color is #99007E.

Border color

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

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

This div border color is #99007E.

Opacity

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

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

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

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

This text has shadow with #99007E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99007E.

Preview

Color preview on black background

This text has color #99007E on black background.


Color preview on white background

This text has color #99007E on white background.


Black color preview on #99007E background

This text has black color on #99007E background.


White color preview on #99007E background

This text has white color on #99007E background.


Related colors

Complementary color

Complementary color for #hex is #66FF81.


I love getcolorcode.com

Triadic colors

1 #7E9900 and #007E99 with #99007E are triadic colors.

2 #7E0099 and #00997E with #99007E are triadic colors.