COLOR #980CD7

HEX: #980CD7
RGB: (152,12,215)

Renk bilgisi

#980CD7 contains mainly blue color. #980CD7 ‘ nin web güvenlik rengi #9900CC (ya da #90C) dir.

RGB renk modeli

#980CD7 color RGB value is (152,12,215).

  • kırmız ton 152;
  • yeşil ton 12;
  • mavi ton 215.
RGB:
(152,12,215)
(60%,5%,84%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 12 of 255 = 5%
B 215 of 255 = 84%

152
12
215

R + G + B ~ 50%. #980CD7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 12 + 215 = 379 (100%)
R 152 of 379 ~ 40.11%
G 12 of 379 ~ 3.17%
B 215 of 379 ~ 56.73%

%40.11
%56.73

CMYK RENK MODELİ

#980CD7 rengi CMYK tonu (29,94,0,16).

  • camgöbeği tonu 29.30%
  • eflatun tonu 94.42%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(29,94,0,16)
C29M94Y0K16 
(29%,94%,0%,16%)
(0.29/0.94/0.00/0.16)	

CMYK yüzdeleri

%29.3
%94.42
%0
%15.69

Codes

Color #980CD7 in popluar color models

980CD7
RGB15212215
HSL281°89.43%44.51%
HSB/HSV281°94.42%84.31%
CMYK29.30%94.42%0.00%
15.69%

Color #980CD7 in popluar number systems.

HEX980CD7
Decimal15212215
Binary10011000110011010111
Octal23014327

Shades and tints

Shades of #980CD7

#980CD7
(152,12,215)
#8B0BC4
(139,11,196)
#7E0AB1
(126,10,177)
#71099E
(113,9,158)
#64088B
(100,8,139)
#570778
(87,7,120)
#4A0665
(74,6,101)
#3D0552
(61,5,82)
#30043F
(48,4,63)
#23032C
(35,3,44)
#160219
(22,2,25)
#000000
(0,0,0)

Tints of #980CD7

#980CD7
(152,12,215)
#A122DA
(161,34,218)
#AA38DD
(170,56,221)
#B34EE0
(179,78,224)
#BC64E3
(188,100,227)
#C57AE6
(197,122,230)
#CE90E9
(206,144,233)
#D7A6EC
(215,166,236)
#E0BCEF
(224,188,239)
#E9D2F2
(233,210,242)
#F2E8F5
(242,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #980CD7 color. Also use rgb(152,12,215) instead hex code.

Text Font Color

.myTextColor { color: #980CD7; }

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

This text font color is #980CD7.


Background Color

.myBgColor { background-color: #980CD7; }

<div style="background-color:#980CD7">Inner text</div>

This div background color is #980CD7.


Border color

.myBorderColor { border: 1px solid #980CD7; }

<div style="border:3px solid #980CD7">Div</div>

This div border color is #980CD7.


Opacity

.myOpacity80 { color: #980CD7; opacity: 0.8; }

<p style="color:#980CD7;opacity:0.8;">80%</p>

Text with #980CD7 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 #980CD7;}

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

This text has shadow with #980CD7 color.

.textShadow {text-shadow: 3px 3px 1px #980CD7, 3px 3px 1px red;}

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

This text has shadow with #980CD7 primary color and red secondary color.


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

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

This text has shadow with #980CD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #980CD7 on black background.


Color preview on white background

This text has color #980CD7 on white background.



Black color preview on #980CD7 background

This text has black color on #980CD7 background.


White color preview on #980CD7 background

This text has white color on #980CD7 background.