COLOR #955ED9

HEX: #955ED9
RGB: (149,94,217)

Renk bilgisi

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

RGB renk modeli

#955ED9 color RGB value is (149,94,217).

  • kırmız ton 149;
  • yeşil ton 94;
  • mavi ton 217.
RGB:
(149,94,217)
(58%,37%,85%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 94 of 255 = 37%
B 217 of 255 = 85%

149
94
217

R + G + B ~ 60%. #955ED9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 94 + 217 = 460 (100%)
R 149 of 460 ~ 32.39%
G 94 of 460 ~ 20.43%
B 217 of 460 ~ 47.17%

%32.39
%20.43
%47.17

CMYK RENK MODELİ

#955ED9 rengi CMYK tonu (31,57,0,15).

  • camgöbeği tonu 31.34%
  • eflatun tonu 56.68%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(31,57,0,15)
C31M57Y0K15 
(31%,57%,0%,15%)
(0.31/0.57/0.00/0.15)	

CMYK yüzdeleri

%31.34
%56.68
%0
%14.9

Codes

Color #955ED9 in popluar color models

955ED9
RGB14994217
HSL267°61.81%60.98%
HSB/HSV267°56.68%85.10%
CMYK31.34%56.68%0.00%
14.90%

Color #955ED9 in popluar number systems.

HEX955ED9
Decimal14994217
Binary10010101101111011011001
Octal225136331

Shades and tints

Shades of #955ED9

#955ED9
(149,94,217)
#8856C6
(136,86,198)
#7B4EB3
(123,78,179)
#6E46A0
(110,70,160)
#613E8D
(97,62,141)
#54367A
(84,54,122)
#472E67
(71,46,103)
#3A2654
(58,38,84)
#2D1E41
(45,30,65)
#20162E
(32,22,46)
#130E1B
(19,14,27)
#000000
(0,0,0)

Tints of #955ED9

#955ED9
(149,94,217)
#9E6CDC
(158,108,220)
#A77ADF
(167,122,223)
#B088E2
(176,136,226)
#B996E5
(185,150,229)
#C2A4E8
(194,164,232)
#CBB2EB
(203,178,235)
#D4C0EE
(212,192,238)
#DDCEF1
(221,206,241)
#E6DCF4
(230,220,244)
#EFEAF7
(239,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955ED9 color. Also use rgb(149,94,217) instead hex code.

Text Font Color

.myTextColor { color: #955ED9; }

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

This text font color is #955ED9.


Background Color

.myBgColor { background-color: #955ED9; }

<div style="background-color:#955ED9">Inner text</div>

This div background color is #955ED9.


Border color

.myBorderColor { border: 1px solid #955ED9; }

<div style="border:3px solid #955ED9">Div</div>

This div border color is #955ED9.


Opacity

.myOpacity80 { color: #955ED9; opacity: 0.8; }

<p style="color:#955ED9;opacity:0.8;">80%</p>

Text with #955ED9 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 #955ED9;}

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

This text has shadow with #955ED9 color.

.textShadow {text-shadow: 3px 3px 1px #955ED9, 3px 3px 1px red;}

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

This text has shadow with #955ED9 primary color and red secondary color.


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

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

This text has shadow with #955ED9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955ED9 on black background.


Color preview on white background

This text has color #955ED9 on white background.



Black color preview on #955ED9 background

This text has black color on #955ED9 background.


White color preview on #955ED9 background

This text has white color on #955ED9 background.