COLOR #990068

HEX: #990068
RGB: (153,0,104)

Color info

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

RGB color model

#990068 color RGB value is (153,0,104).

  • red value is 153;
  • green value is 0;
  • blue value is 104.
RGB:
(153,0,104)
(60%,0%,41%)

RGB channels and saturation

R 153 of 255 = 60%
G 0 of 255 = 0%
B 104 of 255 = 41%

153
0
104

R + G + B ~ 34%. #990068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 0 + 104 = 257 (100%)
R 153 of 257 ~ 59.53%
G 0 of 257 ~ 0%
B 104 of 257 ~ 40.47%

%59.53
%40.47

CMYK color model

#990068 color CMYK value is (0,100,32,40).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(0,100,32,40)
C0M100Y32K40 
(0%,100%,32%,40%)
(0.00/1.00/0.32/0.40)	

CMYK percentages

%0
%100
%32.03
%40

Codes

Color #990068 in popluar color models

990068
RGB1530104
HSL319°100.00%30.00%
HSB/HSV319°100.00%60.00%
CMYK0.00%100.00%32.03%
40.00%

Color #990068 in popluar number systems.

HEX990068
Decimal1530104
Binary1001100101101000
Octal2310150

Shades and tints

Shades of #990068

#990068
(153,0,104)
#8C005F
(140,0,95)
#7F0056
(127,0,86)
#72004D
(114,0,77)
#650044
(101,0,68)
#58003B
(88,0,59)
#4B0032
(75,0,50)
#3E0029
(62,0,41)
#310020
(49,0,32)
#240017
(36,0,23)
#17000E
(23,0,14)
#000000
(0,0,0)

Tints of #990068

#990068
(153,0,104)
#A21775
(162,23,117)
#AB2E82
(171,46,130)
#B4458F
(180,69,143)
#BD5C9C
(189,92,156)
#C673A9
(198,115,169)
#CF8AB6
(207,138,182)
#D8A1C3
(216,161,195)
#E1B8D0
(225,184,208)
#EACFDD
(234,207,221)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #990068; }

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

This text font color is #990068.


Background Color

.myBgColor { background-color: #990068; }

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

This div background color is #990068.


Border color

.myBorderColor { border: 1px solid #990068; }

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

This div border color is #990068.


Opacity

.myOpacity80 { color: #990068; opacity: 0.8; }

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

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

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

This text has shadow with #990068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990068 on black background.


Color preview on white background

This text has color #990068 on white background.



Black color preview on #990068 background

This text has black color on #990068 background.


White color preview on #990068 background

This text has white color on #990068 background.