COLOR #995EA7

HEX: #995EA7
RGB: (153,94,167)

Renk bilgisi

#995EA7 contains mainly red and blue colors. #995EA7 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#995EA7 color RGB value is (153,94,167).

  • kırmız ton 153;
  • yeşil ton 94;
  • mavi ton 167.
RGB:
(153,94,167)
(60%,37%,65%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 94 of 255 = 37%
B 167 of 255 = 65%

153
94
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 94 + 167 = 414 (100%)
R 153 of 414 ~ 36.96%
G 94 of 414 ~ 22.71%
B 167 of 414 ~ 40.34%

%36.96
%22.71
%40.34

CMYK RENK MODELİ

#995EA7 rengi CMYK tonu (8,44,0,35).

  • camgöbeği tonu 8.38%
  • eflatun tonu 43.71%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(8,44,0,35)
C8M44Y0K35 
(8%,44%,0%,35%)
(0.08/0.44/0.00/0.35)	

CMYK yüzdeleri

%8.38
%43.71
%0
%34.51

Codes

Color #995EA7 in popluar color models

995EA7
RGB15394167
HSL288°29.32%51.18%
HSB/HSV288°43.71%65.49%
CMYK8.38%43.71%0.00%
34.51%

Color #995EA7 in popluar number systems.

HEX995EA7
Decimal15394167
Binary10011001101111010100111
Octal231136247

Shades and tints

Shades of #995EA7

#995EA7
(153,94,167)
#8C5698
(140,86,152)
#7F4E89
(127,78,137)
#72467A
(114,70,122)
#653E6B
(101,62,107)
#58365C
(88,54,92)
#4B2E4D
(75,46,77)
#3E263E
(62,38,62)
#311E2F
(49,30,47)
#241620
(36,22,32)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #995EA7

#995EA7
(153,94,167)
#A26CAF
(162,108,175)
#AB7AB7
(171,122,183)
#B488BF
(180,136,191)
#BD96C7
(189,150,199)
#C6A4CF
(198,164,207)
#CFB2D7
(207,178,215)
#D8C0DF
(216,192,223)
#E1CEE7
(225,206,231)
#EADCEF
(234,220,239)
#F3EAF7
(243,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995EA7 color. Also use rgb(153,94,167) instead hex code.

Text Font Color

.myTextColor { color: #995EA7; }

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

This text font color is #995EA7.


Background Color

.myBgColor { background-color: #995EA7; }

<div style="background-color:#995EA7">Inner text</div>

This div background color is #995EA7.


Border color

.myBorderColor { border: 1px solid #995EA7; }

<div style="border:3px solid #995EA7">Div</div>

This div border color is #995EA7.


Opacity

.myOpacity80 { color: #995EA7; opacity: 0.8; }

<p style="color:#995EA7;opacity:0.8;">80%</p>

Text with #995EA7 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 #995EA7;}

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

This text has shadow with #995EA7 color.

.textShadow {text-shadow: 3px 3px 1px #995EA7, 3px 3px 1px red;}

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

This text has shadow with #995EA7 primary color and red secondary color.


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

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

This text has shadow with #995EA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995EA7 on black background.


Color preview on white background

This text has color #995EA7 on white background.



Black color preview on #995EA7 background

This text has black color on #995EA7 background.


White color preview on #995EA7 background

This text has white color on #995EA7 background.