COLOR #9900FF

HEX: #9900FF RGB: (153,0,255)

Color info

#9900FF contains mainly blue color. #9900FF color is web safe color. It maybe written shortly as #90F.

RGB color model

#9900FF color RGB value is (153,0,255).

RGB: (153,0,255) (60%, 0%, 100%)

RGB channels and saturation

R 153 of 255 = 60%
G 0 of 255 = 0%
B 255 of 255 = 100%

153
0
255

R + G + B ~ 53%. #9900FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 0 + 255 = 408 (100%)
R 153 of 408 ~ 37.5%
G 0 of 408 ~ 0%
B 255 of 408 ~ 62.5'%

%37.5
%62.5

CMYK color model

#9900FF color CMYK value is (40,100,0,0).

  • cyan value is 40.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (40,100,0,0)
C40M100Y0K0 (40%, 100%, 0%, 0%)
(0.40 / 1.00 / 0.00 / 0.00)

CMYK percentages

%40
%100
%0
%0

Codes

Color #9900FF in popluar color models

99 00 FF
RGB 153 0 255
HSL 276° 100.00% 50.00%
HSB/HSV 276° 100.00% 100.00%
CMYK 40.00% 100.00% 0.00%
0.00%

Color #9900FF in popluar number systems.

HEX 99 00 FF
Decimal 153 0 255
Binary 10011001 0 11111111
Octal 231 0 377

Shades and tints

Shades of #9900FF

#9900FF
(153,0,255)
#8C00E8
(140,0,232)
#7F00D1
(127,0,209)
#7200BA
(114,0,186)
#6500A3
(101,0,163)
#58008C
(88,0,140)
#4B0075
(75,0,117)
#3E005E
(62,0,94)
#310047
(49,0,71)
#240030
(36,0,48)
#170019
(23,0,25)
#000000
(0,0,0)

Tints of #9900FF

#9900FF
(153,0,255)
#A217FF
(162,23,255)
#AB2EFF
(171,46,255)
#B445FF
(180,69,255)
#BD5CFF
(189,92,255)
#C673FF
(198,115,255)
#CF8AFF
(207,138,255)
#D8A1FF
(216,161,255)
#E1B8FF
(225,184,255)
#EACFFF
(234,207,255)
#F3E6FF
(243,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9900FF; }

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

This text font color is #9900FF.

Background Color

.myBgColor { background-color: #9900FF; }

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

This div background color is #9900FF.

Border color

.myBorderColor { border: 1px solid #9900FF; }

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

This div border color is #9900FF.

Opacity

.myOpacity80 { color: #9900FF; opacity: 0.8; }

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

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

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

This text has shadow with #9900FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9900FF.

Preview

Color preview on black background

This text has color #9900FF on black background.


Color preview on white background

This text has color #9900FF on white background.


Black color preview on #9900FF background

This text has black color on #9900FF background.


White color preview on #9900FF background

This text has white color on #9900FF background.


Related colors

Complementary color

Complementary color for #hex is #66FF00.


I love getcolorcode.com

Triadic colors

1 #FF9900 and #00FF99 with #9900FF are triadic colors.

2 #FF0099 and #0099FF with #9900FF are triadic colors.