COLOR #8976C4

HEX: #8976C4
RGB: (137,118,196)

Renk bilgisi

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

RGB renk modeli

#8976C4 color RGB value is (137,118,196).

  • kırmız ton 137;
  • yeşil ton 118;
  • mavi ton 196.
RGB:
(137,118,196)
(54%,46%,77%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 118 of 255 = 46%
B 196 of 255 = 77%

137
118
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 118 + 196 = 451 (100%)
R 137 of 451 ~ 30.38%
G 118 of 451 ~ 26.16%
B 196 of 451 ~ 43.46%

%30.38
%26.16
%43.46

CMYK RENK MODELİ

#8976C4 rengi CMYK tonu (30,40,0,23).

  • camgöbeği tonu 30.10%
  • eflatun tonu 39.80%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(30,40,0,23)
C30M40Y0K23 
(30%,40%,0%,23%)
(0.30/0.40/0.00/0.23)	

CMYK yüzdeleri

%30.1
%39.8
%0
%23.14

Codes

Color #8976C4 in popluar color models

8976C4
RGB137118196
HSL255°39.80%61.57%
HSB/HSV255°39.80%76.86%
CMYK30.10%39.80%0.00%
23.14%

Color #8976C4 in popluar number systems.

HEX8976C4
Decimal137118196
Binary10001001111011011000100
Octal211166304

Shades and tints

Shades of #8976C4

#8976C4
(137,118,196)
#7D6CB3
(125,108,179)
#7162A2
(113,98,162)
#655891
(101,88,145)
#594E80
(89,78,128)
#4D446F
(77,68,111)
#413A5E
(65,58,94)
#35304D
(53,48,77)
#29263C
(41,38,60)
#1D1C2B
(29,28,43)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #8976C4

#8976C4
(137,118,196)
#9382C9
(147,130,201)
#9D8ECE
(157,142,206)
#A79AD3
(167,154,211)
#B1A6D8
(177,166,216)
#BBB2DD
(187,178,221)
#C5BEE2
(197,190,226)
#CFCAE7
(207,202,231)
#D9D6EC
(217,214,236)
#E3E2F1
(227,226,241)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8976C4 color. Also use rgb(137,118,196) instead hex code.

Text Font Color

.myTextColor { color: #8976C4; }

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

This text font color is #8976C4.


Background Color

.myBgColor { background-color: #8976C4; }

<div style="background-color:#8976C4">Inner text</div>

This div background color is #8976C4.


Border color

.myBorderColor { border: 1px solid #8976C4; }

<div style="border:3px solid #8976C4">Div</div>

This div border color is #8976C4.


Opacity

.myOpacity80 { color: #8976C4; opacity: 0.8; }

<p style="color:#8976C4;opacity:0.8;">80%</p>

Text with #8976C4 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 #8976C4;}

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

This text has shadow with #8976C4 color.

.textShadow {text-shadow: 3px 3px 1px #8976C4, 3px 3px 1px red;}

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

This text has shadow with #8976C4 primary color and red secondary color.


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

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

This text has shadow with #8976C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8976C4 on black background.


Color preview on white background

This text has color #8976C4 on white background.



Black color preview on #8976C4 background

This text has black color on #8976C4 background.


White color preview on #8976C4 background

This text has white color on #8976C4 background.