COLOR #9933CC

HEX: #9933CC
RGB: (153,51,204)

Renk bilgisi

#9933CC contains mainly red and blue colors. #9933CC color is web safe color. It maybe written shortly as #93C.

RGB renk modeli

#9933CC color RGB value is (153,51,204).

  • kırmız ton 153;
  • yeşil ton 51;
  • mavi ton 204.
RGB:
(153,51,204)
(60%,20%,80%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 51 of 255 = 20%
B 204 of 255 = 80%

153
51
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 51 + 204 = 408 (100%)
R 153 of 408 ~ 37.5%
G 51 of 408 ~ 12.5%
B 204 of 408 ~ 50%

%37.5
%12.5
%50

CMYK RENK MODELİ

#9933CC rengi CMYK tonu (25,75,0,20).

  • camgöbeği tonu 25.00%
  • eflatun tonu 75.00%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(25,75,0,20)
C25M75Y0K20 
(25%,75%,0%,20%)
(0.25/0.75/0.00/0.20)	

CMYK yüzdeleri

%25
%75
%0
%20

Codes

Color #9933CC in popluar color models

9933CC
RGB15351204
HSL280°60.00%50.00%
HSB/HSV280°75.00%80.00%
CMYK25.00%75.00%0.00%
20.00%

Color #9933CC in popluar number systems.

HEX9933CC
Decimal15351204
Binary1001100111001111001100
Octal23163314

Shades and tints

Shades of #9933CC

#9933CC
(153,51,204)
#8C2FBA
(140,47,186)
#7F2BA8
(127,43,168)
#722796
(114,39,150)
#652384
(101,35,132)
#581F72
(88,31,114)
#4B1B60
(75,27,96)
#3E174E
(62,23,78)
#31133C
(49,19,60)
#240F2A
(36,15,42)
#170B18
(23,11,24)
#000000
(0,0,0)

Tints of #9933CC

#9933CC
(153,51,204)
#A245D0
(162,69,208)
#AB57D4
(171,87,212)
#B469D8
(180,105,216)
#BD7BDC
(189,123,220)
#C68DE0
(198,141,224)
#CF9FE4
(207,159,228)
#D8B1E8
(216,177,232)
#E1C3EC
(225,195,236)
#EAD5F0
(234,213,240)
#F3E7F4
(243,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9933CC; }

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

This text font color is #9933CC.


Background Color

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

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

This div background color is #9933CC.


Border color

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

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

This div border color is #9933CC.


Opacity

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

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

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

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

This text has shadow with #9933CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9933CC on black background.


Color preview on white background

This text has color #9933CC on white background.



Black color preview on #9933CC background

This text has black color on #9933CC background.


White color preview on #9933CC background

This text has white color on #9933CC background.