COLOR #9933FF

HEX: #9933FF RGB: (153,51,255)

Color info

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

RGB color model

#9933FF color RGB value is (153,51,255).

RGB: (153,51,255) (60%, 20%, 100%)

RGB channels and saturation

R 153 of 255 = 60%
G 51 of 255 = 20%
B 255 of 255 = 100%

153
51
255

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

Portions of RGB colors in percentages

R + G + B = 153 + 51 + 255 = 459 (100%)
R 153 of 459 ~ 33.33%
G 51 of 459 ~ 11.11%
B 255 of 459 ~ 55.56'%

%33.33
%11.11
%55.56

CMYK color model

#9933FF color CMYK value is (40,80,0,0).

  • cyan value is 40.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (40,80,0,0) C40M80Y0K0 (40%,80%,0%,0%) (0.40/0.80/0.00/0.00) 

CMYK percentages

%40
%80
%0
%0

Codes

Color #9933FF in popluar color models

99 33 FF
RGB 153 51 255
HSL 270° 100.00% 60.00%
HSB/HSV 270° 80.00% 100.00%
CMYK 40.00% 80.00% 0.00%
0.00%

Color #9933FF in popluar number systems.

HEX 99 33 FF
Decimal 153 51 255
Binary 10011001 110011 11111111
Octal 231 63 377

Shades and tints

Shades of #9933FF

#9933FF
(153,51,255)
#8C2FE8
(140,47,232)
#7F2BD1
(127,43,209)
#7227BA
(114,39,186)
#6523A3
(101,35,163)
#581F8C
(88,31,140)
#4B1B75
(75,27,117)
#3E175E
(62,23,94)
#311347
(49,19,71)
#240F30
(36,15,48)
#170B19
(23,11,25)
#000000
(0,0,0)

Tints of #9933FF

#9933FF
(153,51,255)
#A245FF
(162,69,255)
#AB57FF
(171,87,255)
#B469FF
(180,105,255)
#BD7BFF
(189,123,255)
#C68DFF
(198,141,255)
#CF9FFF
(207,159,255)
#D8B1FF
(216,177,255)
#E1C3FF
(225,195,255)
#EAD5FF
(234,213,255)
#F3E7FF
(243,231,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9933FF; }

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

This text font color is #9933FF.

Background Color

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

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

This div background color is #9933FF.

Border color

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

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

This div border color is #9933FF.

Opacity

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

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

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

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

This text has shadow with #9933FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9933FF.

Preview

Color preview on black background

This text has color #9933FF on black background.


Color preview on white background

This text has color #9933FF on white background.


Black color preview on #9933FF background

This text has black color on #9933FF background.


White color preview on #9933FF background

This text has white color on #9933FF background.


Related colors

Complementary color

Complementary color for #hex is #66CC00.


I love getcolorcode.com

Triadic colors

1 #FF9933 and #33FF99 with #9933FF are triadic colors.

2 #FF3399 and #3399FF with #9933FF are triadic colors.