COLOR #9E6CDD

HEX: #9E6CDD
RGB: (158,108,221)

Renk bilgisi

#9E6CDD contains mainly blue color. #9E6CDD ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#9E6CDD color RGB value is (158,108,221).

  • kırmız ton 158;
  • yeşil ton 108;
  • mavi ton 221.
RGB:
(158,108,221)
(62%,42%,87%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 108 of 255 = 42%
B 221 of 255 = 87%

158
108
221

R + G + B ~ 64%. #9E6CDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 108 + 221 = 487 (100%)
R 158 of 487 ~ 32.44%
G 108 of 487 ~ 22.18%
B 221 of 487 ~ 45.38%

%32.44
%22.18
%45.38

CMYK RENK MODELİ

#9E6CDD rengi CMYK tonu (29,51,0,13).

  • camgöbeği tonu 28.51%
  • eflatun tonu 51.13%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(29,51,0,13)
C29M51Y0K13 
(29%,51%,0%,13%)
(0.29/0.51/0.00/0.13)	

CMYK yüzdeleri

%28.51
%51.13
%0
%13.33

Codes

Color #9E6CDD in popluar color models

9E6CDD
RGB158108221
HSL267°62.43%64.51%
HSB/HSV267°51.13%86.67%
CMYK28.51%51.13%0.00%
13.33%

Color #9E6CDD in popluar number systems.

HEX9E6CDD
Decimal158108221
Binary10011110110110011011101
Octal236154335

Shades and tints

Shades of #9E6CDD

#9E6CDD
(158,108,221)
#9063C9
(144,99,201)
#825AB5
(130,90,181)
#7451A1
(116,81,161)
#66488D
(102,72,141)
#583F79
(88,63,121)
#4A3665
(74,54,101)
#3C2D51
(60,45,81)
#2E243D
(46,36,61)
#201B29
(32,27,41)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #9E6CDD

#9E6CDD
(158,108,221)
#A679E0
(166,121,224)
#AE86E3
(174,134,227)
#B693E6
(182,147,230)
#BEA0E9
(190,160,233)
#C6ADEC
(198,173,236)
#CEBAEF
(206,186,239)
#D6C7F2
(214,199,242)
#DED4F5
(222,212,245)
#E6E1F8
(230,225,248)
#EEEEFB
(238,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6CDD color. Also use rgb(158,108,221) instead hex code.

Text Font Color

.myTextColor { color: #9E6CDD; }

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

This text font color is #9E6CDD.


Background Color

.myBgColor { background-color: #9E6CDD; }

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

This div background color is #9E6CDD.


Border color

.myBorderColor { border: 1px solid #9E6CDD; }

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

This div border color is #9E6CDD.


Opacity

.myOpacity80 { color: #9E6CDD; opacity: 0.8; }

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

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

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

This text has shadow with #9E6CDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6CDD on black background.


Color preview on white background

This text has color #9E6CDD on white background.



Black color preview on #9E6CDD background

This text has black color on #9E6CDD background.


White color preview on #9E6CDD background

This text has white color on #9E6CDD background.