COLOR #9966FF

HEX: #9966FF
RGB: (153,102,255)

Renk bilgisi

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

RGB renk modeli

#9966FF color RGB value is (153,102,255).

  • kırmız ton 153;
  • yeşil ton 102;
  • mavi ton 255.
RGB:
(153,102,255)
(60%,40%,100%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 102 of 255 = 40%
B 255 of 255 = 100%

153
102
255

R + G + B ~ 67%. #9966FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 102 + 255 = 510 (100%)
R 153 of 510 ~ 30%
G 102 of 510 ~ 20%
B 255 of 510 ~ 50%

%30
%20
%50

CMYK RENK MODELİ

#9966FF rengi CMYK tonu (40,60,0,0).

  • camgöbeği tonu 40.00%
  • eflatun tonu 60.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(40,60,0,0)
C40M60Y0K0 
(40%,60%,0%,0%)
(0.40/0.60/0.00/0.00)	

CMYK yüzdeleri

%40
%60
%0
%0

Codes

Color #9966FF in popluar color models

9966FF
RGB153102255
HSL260°100.00%70.00%
HSB/HSV260°60.00%100.00%
CMYK40.00%60.00%0.00%
0.00%

Color #9966FF in popluar number systems.

HEX9966FF
Decimal153102255
Binary10011001110011011111111
Octal231146377

Shades and tints

Shades of #9966FF

#9966FF
(153,102,255)
#8C5DE8
(140,93,232)
#7F54D1
(127,84,209)
#724BBA
(114,75,186)
#6542A3
(101,66,163)
#58398C
(88,57,140)
#4B3075
(75,48,117)
#3E275E
(62,39,94)
#311E47
(49,30,71)
#241530
(36,21,48)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #9966FF

#9966FF
(153,102,255)
#A273FF
(162,115,255)
#AB80FF
(171,128,255)
#B48DFF
(180,141,255)
#BD9AFF
(189,154,255)
#C6A7FF
(198,167,255)
#CFB4FF
(207,180,255)
#D8C1FF
(216,193,255)
#E1CEFF
(225,206,255)
#EADBFF
(234,219,255)
#F3E8FF
(243,232,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9966FF; }

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

This text font color is #9966FF.


Background Color

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

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

This div background color is #9966FF.


Border color

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

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

This div border color is #9966FF.


Opacity

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

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

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

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

This text has shadow with #9966FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9966FF on black background.


Color preview on white background

This text has color #9966FF on white background.



Black color preview on #9966FF background

This text has black color on #9966FF background.


White color preview on #9966FF background

This text has white color on #9966FF background.