COLOR #9C6C99

HEX: #9C6C99
RGB: (156,108,153)

Renk bilgisi

#9C6C99 contains red, green and blue colors in about the same proportion. #9C6C99 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#9C6C99 color RGB value is (156,108,153).

  • kırmız ton 156;
  • yeşil ton 108;
  • mavi ton 153.
RGB:
(156,108,153)
(61%,42%,60%)

RGB bağlantıları ve doygunluk

R 156 of 255 = 61%
G 108 of 255 = 42%
B 153 of 255 = 60%

156
108
153

R + G + B ~ 54%. #9C6C99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
156 + 108 + 153 = 417 (100%)
R 156 of 417 ~ 37.41%
G 108 of 417 ~ 25.9%
B 153 of 417 ~ 36.69%

%37.41
%25.9
%36.69

CMYK RENK MODELİ

#9C6C99 rengi CMYK tonu (0,31,2,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.77%
  • sarı tonu 1.92%
  • ana renk tonu 38.82%
CMYK:
(0,31,2,39)
C0M31Y2K39 
(0%,31%,2%,39%)
(0.00/0.31/0.02/0.39)	

CMYK yüzdeleri

%0
%30.77
%1.92
%38.82

Codes

Color #9C6C99 in popluar color models

9C6C99
RGB156108153
HSL304°19.51%51.76%
HSB/HSV304°30.77%61.18%
CMYK0.00%30.77%1.92%
38.82%

Color #9C6C99 in popluar number systems.

HEX9C6C99
Decimal156108153
Binary10011100110110010011001
Octal234154231

Shades and tints

Shades of #9C6C99

#9C6C99
(156,108,153)
#8E638C
(142,99,140)
#805A7F
(128,90,127)
#725172
(114,81,114)
#644865
(100,72,101)
#563F58
(86,63,88)
#48364B
(72,54,75)
#3A2D3E
(58,45,62)
#2C2431
(44,36,49)
#1E1B24
(30,27,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #9C6C99

#9C6C99
(156,108,153)
#A579A2
(165,121,162)
#AE86AB
(174,134,171)
#B793B4
(183,147,180)
#C0A0BD
(192,160,189)
#C9ADC6
(201,173,198)
#D2BACF
(210,186,207)
#DBC7D8
(219,199,216)
#E4D4E1
(228,212,225)
#EDE1EA
(237,225,234)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6C99 color. Also use rgb(156,108,153) instead hex code.

Text Font Color

.myTextColor { color: #9C6C99; }

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

This text font color is #9C6C99.


Background Color

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

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

This div background color is #9C6C99.


Border color

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

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

This div border color is #9C6C99.


Opacity

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

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

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

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

This text has shadow with #9C6C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C99 on black background.


Color preview on white background

This text has color #9C6C99 on white background.



Black color preview on #9C6C99 background

This text has black color on #9C6C99 background.


White color preview on #9C6C99 background

This text has white color on #9C6C99 background.