COLOR #996CC1

HEX: #996CC1 RGB: (153,108,193)

Renk bilgisi

#996CC1 contains mainly red and blue colors. #996CC1 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#996CC1 color RGB value is (153,108,193).

RGB: (153,108,193) (60%, 42%, 76%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 108 of 255 = 42%
B 193 of 255 = 76%

153
108
193

R + G + B ~ 59%. #996CC1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 153 + 108 + 193 = 454 (100%)
R 153 of 454 ~ 33.7%
G 108 of 454 ~ 23.79%
B 193 of 454 ~ 42.51'%

%33.7
%23.79
%42.51

CMYK RENK MODELİ

#996CC1 rengi CMYK tonu (21,44,0,24).

  • camgöbeği tonu 20.73%
  • eflatun tonu 44.04%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%

CMYK: (21,44,0,24)
C21M44Y0K24 (21%, 44%, 0%, 24%)
(0.21 / 0.44 / 0.00 / 0.24)

CMYK yüzdeleri

%20.73
%44.04
%0
%24.31

Codes

Color #996CC1 in popluar color models

99 6C C1
RGB 153 108 193
HSL 272° 40.67% 59.02%
HSB/HSV 272° 44.04% 75.69%
CMYK 20.73% 44.04% 0.00%
24.31%

Color #996CC1 in popluar number systems.

HEX 99 6C C1
Decimal 153 108 193
Binary 10011001 1101100 11000001
Octal 231 154 301

Shades and tints

Shades of #996CC1

#996CC1
(153,108,193)
#8C63B0
(140,99,176)
#7F5A9F
(127,90,159)
#72518E
(114,81,142)
#65487D
(101,72,125)
#583F6C
(88,63,108)
#4B365B
(75,54,91)
#3E2D4A
(62,45,74)
#312439
(49,36,57)
#241B28
(36,27,40)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #996CC1

#996CC1
(153,108,193)
#A279C6
(162,121,198)
#AB86CB
(171,134,203)
#B493D0
(180,147,208)
#BDA0D5
(189,160,213)
#C6ADDA
(198,173,218)
#CFBADF
(207,186,223)
#D8C7E4
(216,199,228)
#E1D4E9
(225,212,233)
#EAE1EE
(234,225,238)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996CC1 color. Also use rgb(153,108,193) instead hex code.

Text Font Color

.myTextColor { color: #996CC1; }

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

This text font color is #996CC1.

Background Color

.myBgColor { background-color: #996CC1; }

<div style="background-color:#996CC1">Inner text</div>

This div background color is #996CC1.

Border color

.myBorderColor { border: 1px solid #996CC1; }

<div style="border:3px solid #996CC1">Div</div>

This div border color is #996CC1.

Opacity

.myOpacity80 { color: #996CC1; opacity: 0.8; }

<p style="color:#996CC1;opacity:0.8;">80%</p>

Text with #996CC1 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 #996CC1;}

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

This text has shadow with #996CC1 color.


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

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

This text has shadow with #996CC1 primary color and red secondary color.


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

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

This text has shadow with #996CC1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #996CC1.

Preview

Color preview on black background

This text has color #996CC1 on black background.


Color preview on white background

This text has color #996CC1 on white background.


Black color preview on #996CC1 background

This text has black color on #996CC1 background.


White color preview on #996CC1 background

This text has white color on #996CC1 background.


Related colors

Complementary color

Complementary color for #hex is #66933E.


I love getcolorcode.com

Triadic colors

1 #C1996C and #6CC199 with #996CC1 are triadic colors.

2 #C16C99 and #6C99C1 with #996CC1 are triadic colors.